/***************** 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 center no-repeat #1a171c;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/bg-container.jpg) repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:311px;
display:block;/*obligatoire si il y a un flash*/
background:url(../../charte/images/bg-header.jpg) center top no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:160px;
padding:20px 10px 0 30px;
list-style:none;
height:317px;
background:url(../images/bg_left.jpg) top left no-repeat;
}
#menuLeft li a{
text-decoration:none;
font:bold 12px/25px Helvetica, sans-serif, Arial;
color:#3188da;
display:block;
height:25px;
text-align:right;
letter-spacing:2px;
overflow:hidden;
border:solid #323131;
border-width:0 0 1px 0;
padding:0 0 0 30px;

}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
color:#ddf412;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:10px/15px Helvetica, sans-serif;
color:#666666;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 30px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#3188da;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:760px;
background:url(../images/bg_contenu.jpg) top left no-repeat;
}
#contenu{
float:left;
width:760px;
padding:30px 0 0 0;
}
#contenu-gauche{
float:left;
width:450px;
margin:0;
padding:0 0 0 30px;
}
#contenu-droite{
float:right;
width:233px;
margin:-35px 0 0 0;
padding:0 30px 0 0;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:30px;
margin:-30px auto 0;
background:url(../images/bg_footer.jpg) top left no-repeat;
}
#idep{
position:absolute;
left:40px;
top:0;
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:#747070;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#747070;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#747070;
text-align:right;
padding:0 40px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#747070;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#747070;
}

/*..................Fin.........................*/