@charset "UTF-8";
/* CSS Document */



/* DEBUT GENERAL */



body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #CCCCCC url(fondBody.jpg) repeat-x left top;
}
.page {
	position: absolute;
	top: 0px;
	left: 50%;
	text-align: left;
	width: 980px;
/*	height: 100%;*/
	margin: 0px 0px 0px -490px;
	padding: 0px;
	background: #FFFFFF;
}
h2 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 17px 0px 0px;
}

h6 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 17px 0px 0px;
}

	/* invisibles */
	#tete h1, #tete h3, hr, #pied h3, #menuEnglish a span {
		display: none !important;
	}
	#tete h3 { font-weight: bold; font-size: 20px; }
	
	/* les liens */
	a:link, a:visited {
	}
	a:hover, a:active {
		color: #CC0000;
	}

	/* les listes */
	ul, li {
		list-style: url(none) none outside;
		margin: 0px;
		padding: 0px;
	}



/* FIN GENERAL */
/* DEBUT TETE */



#tete {
	position: relative;
	top: 0px;
	width: 980px;
	height: 117px;
	background: #CCCCCC url(fondTete.jpg) no-repeat center top;
	margin: 0px;
	
}



/* FIN TETE */
/* DEBUT MENU GENERAL (onglets)  */



#menu {
	position: absolute;
	width: 800px;
	height: 25px;
	top: 92px;
	left: 180px;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-transform: uppercase;
}
#menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto; /* mention utile pour validation W3C avec "float" */
}
#menu a {
	display: block;
	border-style: none;
	outline: none;
	text-decoration: none;
	margin: 0px 2px 0px 0px;
	background: url(onglDroite.gif) no-repeat right top;
	padding: 0px 9px 0px 0px;
	width: auto; /* mention utile pour validation W3C avec "float" */
	float: left; /* mention absurde mais indispensable pour IE6 */
	cursor: pointer; /* pour IE6 */
}
#menu a span {
	display: block;
	height: 25px;
	padding: 8px 0px 0px 9px;
	background: url(onglGauche.gif) no-repeat left top;
	width: auto; /* mention utile pour validation W3C avec "float" */
	float: left; /* mention absurde mais indispensable pour IE6 */
}
#menu a:link, #menu a:visited { color: #000000; }
#menu ul li.on a, #menu a:hover { color: #FF0000; }




/* FIN MENU GENERAL */
/* DEBUT CONTENEUR# */



#conteneur {
	width: 980px;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#contenu {
	width: 670px;
	background: #FFF;
	margin: 0px;
	padding: 0px;
}




/* FIN CONTENEUR */
/* DEBUT RUBRIQUES# */



#rubriques {
	float: left;
	width: 180px;
	height: 652px;
	background-color:#F1F1F1;
/*	background: url(fondRubriques.jpg) no-repeat left top;*/
	padding: 8px 0px 0px;
	margin: 0px;
	border: none;
}
#rubriques ul li {
	/*border-bottom: 1px solid #DCDCDC;*/
}
#rubriques ul li a {
	display: block;
	padding: 6px 30px 6px 15px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#rubriques ul li.on a, #rubriques ul li a:hover {
	color: #FFFFFF;
	background: #b40116;
}

#rubriques ul li.on ul a {
	background: none;
	color: #707070;
	text-decoration: none;
	font-weight:bold;
}
#rubriques ul li.on ul { display: block !important; }


#rubriques ul ul {
	padding: 9px 0px 12px;
	display: none;
}
#rubriques ul ul h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0px 0px;
}
#rubriques ul ul li {
	border: none;
	text-align: left;
	padding: 0px 12px;
	line-height: 17px;
}
#rubriques ul ul li a {
	color: #707070;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	padding: 4px 0px;
	display: inline; /* pour IE6 */
}
#rubriques ul ul li a.on, #rubriques ul ul li a:hover {
	background: none;
	color: #FF0000;
}



/* FIN RUBRIQUES# */
/* DEBUT CORPS */



#corps {
	display: inline-block;
	width: 710px; /* total maxi 800px */
	margin: 0px !important;
	padding: 0px 0px 0px 20px;
}
#corps h3 { font-weight: bold; font-size: 13px; }
#corps p { color: #535353; }



/* FIN CORPS */
/* DEBUT PIED */



#pied {
	position: relative;
	display: block;
	left: 0px;
	/*width: 633px;*/
	width: 100%;
	height: 45px;
	clear: both;
	/*border-top: 1px solid #959595;*/
	/*margin: 20px 0px 0px;
	padding: 27px 0px 0px 87px;*/
	font-size: 11px;
	color: #959595;
	background-color:#FFF;
}
#pied .logo {
	float:left;
	width: 51px;
	height: 26px;
	margin-top:8px;
	left: 0px;
	top: 22px;
	background: url(logoPied.gif) no-repeat left top;
}
#pied a {
	color: #959595;
	padding-bottom: 0px;
	margin: 0px 5px;
	border-bottom: 1px solid #959595;
	text-decoration: none;
}
#pied a:hover, #pied a:active { 
	color: #CC0000; 
	padding-bottom: 0px;
	margin: 0px 5px;
	border-bottom: 1px solid #CC0000;
	text-decoration: none;
	}



/* FIN PIED */
