/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:url(../images/bg.jpg) top repeat-x #aaabab;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:scroll url(../images/bg_container.jpg) repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:200px;
display:block;/*obligatoire si il y a un flash*/
}

/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:196px;
background:url(../images/bg_menu.jpg) top left no-repeat;
height:231px;
list-style:none;
padding:10px 0 0 4px;
}
#menuLeft li a{
background:url(../images/btn.jpg) top left no-repeat;
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#334461;
text-align:right;
display:block;
height:25px;
letter-spacing:1px;
overflow:hidden;
padding:0 50px 0 0;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background:url(../images/btn_roll.jpg) top left no-repeat;
color:#80113c;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#2C2F35;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#FFF;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../images/bg_contenu.jpg) top left no-repeat;
}
#contenu{
	float:left;
	width:740px;
	padding:20px 0 10px 30px;
	margin-left:0px;
}
*html #contenu{padding:20px 0 10px 15px;}
#contenu-droite{
	float:left;
	width:243px;
	margin:10px 0 0 0 ;
}



/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:98px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:98px;
margin:-98px auto 0;
background:url(../images/bg_footer.jpg) top left no-repeat;
/*background:url(../../charte/images/bg-footer.gif) left top repeat-x;*/
}
#idep{
position:absolute;
left:10px;
top:65px;
width:175px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#8f8d8d;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#8f8d8d;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#8f8d8d;
text-align:right;
letter-spacing:1px;
padding:18px 80px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#8f8d8d;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#8f8d8d;
}

