/***************** 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 #99835e;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:962px;
margin:0 auto;
background:url(../images/bg_container.jpg) scroll repeat-y;
}
/***************** HEADER *****************/
#header{
width:962px;
height:225px;
display:block;/*obligatoire si il y a un flash*/
}

/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;

list-style:none;
padding:30px 0 0 0;
}
#menuLeft li a{
background:url(../images/puce.jpg) 185px center no-repeat;
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
text-transform:uppercase;
text-align:right;
height:25px;
overflow:hidden;
padding:0 20px 0 0;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background:url(../images/puce_roll.jpg) top left no-repeat;
color:#9aff01;
}
/***************** 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:715px;
padding:30px 0 10px 30px;
}
#contenu-gauche{
float:left;
width:450px;
}
#contenu-droite{
float:left;
width:235px;
margin:0 0 0 30px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:47px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#foot
{
position:relative;
width:100%;
background:#8e764f;
height:47px;
clear:both;
margin:-47px 0 0;

}


#footer{
position:relative;
width:962px;
height:47px;
margin:0 auto;
background:url(../images/footer.jpg) top left no-repeat;
/*background:url(../../charte/images/bg-footer.gif) left top repeat-x;*/
}

#idep{
position:absolute;
left:5px;
top:15px;
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:#646262;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#83d704;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:10px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#83d704;
}

