html { overflow-x: hidden; overflow-y: auto; } 

body {
	font-family: arial, verdana, tahoma;
	font-size: 90%;
	color: #666;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {width:100%;height:100%;}

/* Set the page width here */
#header, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#wrapper-menu-top {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	z-index:-1;
}
#menu-top {
	position:absolute;
	min-height:32px;
	min-width:800px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	margin-left:13px;
	width:100%;
	z-index: 1;
}

#menu {z-index: 2;}

#menu-top ul li {
	display:inline;
}

#menu-top ul li a{
	float: left;
	color: #000;
	padding: 0px 15px;
	text-decoration: none;
	border: 1px solid #ccc;
}

#menu-top ul {
	margin:0;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 100%;
	float: left;
	background: transparent url(../images/menuBG.jpg) center center repeat-x;
	border: 1px solid #333;
}

#menu-top li {
	float: left;
	padding-right:0px;
	border:0px solid #f00;
}

#menu-top a {
	float: left;
	margin-top:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	z-index: 1;
}

#menu-top a:hover { background:#fcc;}

#menu-top ul li a:hover, #menu ul li .current{
	color: white !important; /*text color of selected and active item*/
	background: black url(../images/menuBGover.jpg) center center repeat-x;
}

.current{ background: gray url(../images/menuBGcurrent.jpg) center center repeat-x; }


#wrapper-header {background: #5E7F9B url('../images/bg01-blue.png') top center repeat-x;}

#header { background: #5E7F9B url('../images/banner-blue.jpg') no-repeat center top; min-width:720px;}

#wrapper-header2 { background: transparent url('../images/bg01-blue-left.png') top left no-repeat;}

#wrapper-header3 { background: transparent url('../images/bg01-blue-right.png') top right no-repeat;}

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 40px; /*50px*/
	line-height: 1.5em;
	font-family: verdana, arial, tahoma;
	color: #eee;
	font-size: 36px;

}

#header h2 {
	margin: 0 20px;
	padding: 0;
	height: 35px;/*115px*/
	line-height: 1.5em;
	font-family: verdana, arial, tahoma;
	color: #eee;
	font-size: 16px;
	font-style: italic;
}

#wrapper-content { min-width: 200px; }

* html #wrapper-content { height: 1%; }

#content {
	position: relative;
	top: -50px;
	padding: 35px 245px 5px 40px;

}

#wrapper-menu-page {
	width:180px;
	margin: 20px 30px 3em 2em;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { 
	position: fixed;
	right: 10%;
	margin-top: 7px; 
	text-align: right;
	z-index: 1;
}

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 85%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #666; /*#5b8fbe*/
	font-weight: bold;
	
}

#menu-page a:link, #menu-page a:visited { color: #6699CC; }
#menu-page a:hover { color: #FF9933; }

.copyright {
	font-size: 75%;
	color:#666;
}

#section {
	margin-top:20px;
	font-size: 110%;
	margin-left: -23px;
}

.section_name {
	font-weight: bold;
}

#sous_section {
	margin-top:0px;
	width:100%;
	font-size: 100%;
	background: #fff url('../images/orangePixel.png') bottom center repeat-x;
	font-weight: bold;
}

#video {
	border: 0px solid #639;
}

#links {
	margin-top:0px;
	width:100%;
	font-size: 100%;
}

.liens_invisible {
	font-size: 1px;
	color: #ffffff;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; margin-top:30px;margin-bottom:-5px;}
h4 { font-size: 90%; margin-left: 15px;line-height: 1.5em;}

a:link, a:visited { color: #6699CC; /*#5b8fbe;*/ text-decoration: none; }
a:hover{ color: #FF9933; text-decoration: underline; }

table td {
	border: 1px solid #666;
	padding-left: 5px;
}

table.horaire {
	width: 400px;
}

th.horaire {
	font-weight: bold;
	border-spacing: 1px;
	border: 1px solid #000;
	padding-left: 5px;
}

.video {
	margin-top:20px;
}
.text { text-align: left; }
.description { text-align: left; margin-left:15px; font-size:100%; line-height: 1.5em;}
.descItem { font-style: italic; color:#f93;}
.liens {
	margin-top: 20px;
	margin-bottom:-5px;
}
.img {
	font-size: 10px;
	line-height: 9px;
}
.source {
	margin-top:-10px;
	font-size: 10px;
	font-style: italic;
}

.green {
	color: #ff0000;
}

#wrapper-footer { width:100%; text-align: center; }

#footer {
	position: relative;
	left: 0px;
	bottom:0;
    width: 100%;
	margin-top: 60px;
	font-size: 70%;
	line-height: 18px;
	color:#666;
	border-bottom: 0;
	clear: both;
}
#footer a {color:#666666;}
#footer a:hover {color:#FF9933;}
