@charset "utf-8";
/* CSS Document */

body {
	background-color: #006699;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #EDFBFF;
}

li {list-style:none}

.smallcaps {font-variant:small-caps}
.big {font-size:36px}

#page {
	position: relative;
	text-align: left;  /* pour annuler l'heritage de text-align:center de BODY */
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:30px;
}

#bandeau {
	position:relative;
	width:800px;
	background-image: url(../img/bandeau.jpg);
	background-position: left;
	background-repeat: repeat-y;
	height:80px;
	border-style:solid;
	border-width:thin;
	border-color: #EDFBFF;
	overflow: hidden;
}

#titre {
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:250px;
	font-size:48px;
	font-variant:small-caps;
	font-weight: bold;
}


/*----------------------------------------------------------------------------------------------*/
/*-------------------------------------------- MENU --------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/



.nav a:link, .nav a:visited {
	color:#006699;
	background-color:#EDFBFF;
	text-decoration:none;
} 

.nav a:hover, .nav a:active {
	color: #EDFBFF;
	background-color:#006699;
	border:solid #EDFBFF;
	border-width:1px;
	text-decoration:none;
}

#nav_haut {
	position: relative;
	top:5px;
	background-color:#EDFBFF;
	color:#006699;
	font-size: 85%;
	border:none;
}

#nav_haut li {
	display: inline;	
}

#nav_haut li a {
	padding: 0 0.5em 0em 0.5em;
}

#back {
	text-align:center;
	font-size:85%;
}

#back a:link, #back a:visited {
	color:#EDFBFF;
	background-color:#006699;
	border:solid #EDFBFF;
	border-width:1px;
	text-decoration:none;
} 

#back a:hover, #back a:active {
	color: #006699;
	background-color:#EDFBFF;
	text-decoration:none;
}


.coche {
	text-align:left;
	font-weight: bold;
}

.coche img {
	float:left;
}

#gauche {
	position: relative;
	width: 150px;
	margin-left:0px;
	padding-left:0px;
	float: left;
	top: 50px;
}

#nav_gauche {
	position: relative;
	text-align: center;
	line-height: 2em;
	padding:0em;
	width: 150px;
}

#nav_gauche ul {
	margin:0px;
	padding:0px;
}

#nav_gauche li {
	padding:8px 0 8px 0;
}

#nav_gauche_liens li {
	padding:30px 0 30px 0;
}

#gauche a {
	display: block;
	line-height: 32px;
	width: 150px;
}

.navg a:link, .navg a:visited {
	background-image:url(../img/bouton1.jpg);
} 

.navg a:hover, .navg a:active {
	background-image:url(../img/bouton2.jpg);
}

.navg a:link, .navg a:visited, .navg a:hover, .navg a:active {
	color:#EDFBFF;
	background-repeat:no-repeat;
	text-decoration:none;
} 

#nav_bas {
	position: relative;
	background-color: #EDFBFF;
	margin-left: auto;
	margin-right: auto;
	color:#006699;
	font-size: 85%;
	border:none;
	width: 800px;
	clear: both;
	top: 20px;
}

#nav_bas ul, #nav_bas li {
	display: inline;
	padding-bottom:50px;
}

#nav_bas li a {
	padding: 0 0.5em 0em 0.5em;
}

#spacer {position:relative;top:20px;}



/*-----------------------------------------------------------------------------*/
/*-------------------------------- FIN DU MENU --------------------------------*/
/*-----------------------------------------------------------------------------*/



#contenu {
	position:relative;
	float:right;
	width: 640px;
	top:15px;
	text-align:center;
}

#contenu table {
	text-align:center;
	left:5%; width:90%;
	margin-left: auto;	margin-right: auto;
	border: #EDFBFF, 1px ; border-style:outset }

#contenu td {width:25% ; vertical-align:top ; font-size:12px}

#contenu th, #contenu td, #contenu tr {background-color:#EDFBFF ; color:#006699}

#contenu th {text-decoration:underline ;}

#contenu th, #contenu td {padding:5px;}

.bold {font-weight:bold;}


#promo {
	background-color:#EDFBFF; 
	width:90%; 
	margin:0 auto 0 auto; 
	padding:6px;
	text-align:center; 
	color:#FF0000;
	font-size:18px; 
	font-weight:bold; 
	text-decoration:none}

#promo img {width:69px}
.promo1 {float:left}
.promo2 {float:right}
.promo1, .promo2 {margin:15px 0 15px 0}
.week1 {font-weight:normal}
.week2 {font-weight:normal; font-size:14px}


/*-------------------- FOOTER ---------------------*/


#footer {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:center;
	position:relative;
	padding-top:30px;
	font-size:80%;
}

#footer table {text-align:center; border:none; width:800px; cellspacing:0}

#footer a {color:#EDFBFF}


/*-------------------- PARTENAIRES ---------------------*/

#part {padding-top:50px;}
