/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:#9CD236 url(../../charte/images/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:980px;
margin:0 auto;
background:url(../../charte/images/bg-container.jpg) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:980px;
height:275px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
min-height:295px;
padding:38px 0 0 10px;
background:url(../../charte/images/bg-menuLeft.jpg) 10px top no-repeat;
list-style:none;
}
#menuLeft li a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#84911b;
display:block;
text-align:center;
height:30px;
overflow:hidden;
padding:0 0 0 0;
background:url(../../charte/images/bt-menu.gif) left top no-repeat;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background-position:left bottom;
color:#2b95a3;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:11px/20px Arial, Helvetica, sans-serif;
color:#1f6c76;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 5px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#000;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
	float:left;
	width:737px;
	padding:40px 0 10px 18px;
}

#contenu-gauche{
	float:left;
	width:450px;
	margin:0 25px 0 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:85px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:980px;
height:85px;
margin:-85px auto 0;
background:url(../../charte/images/bg-footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
left:10px;
top:0;
width:175px;
height:40px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#0b7006;
margin:12px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#1f6c76;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/40px Arial, Helvetica, sans-serif;
color:#a3c010;
text-align:right;
letter-spacing:1px;
padding:0 20px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#0b7006;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#1f6c76;
}