/***************** 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:#003e8f;
---*/
}
body{
background:#ae0405  url(../images/charte/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:scroll #fff url(../images/charte/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:262px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
padding-top:70px;
width:200px;
height: 324px;
background:url(../images/charte/bg-menuLeft.jpg) no-repeat;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
border:solid #b5c76b;
border-width:0 0 0px 0;
}
#menuLeft a{
background:url(../images/charte/menu-roll.gif);
text-align: right;
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#f0c455;
display:block;
height:25px;
overflow:hidden;
border:solid #b5c76b;
border-width:0 0 0px 0;
padding:0 40px 0 0;
}
#menuLeft a:hover,
#menuTop a.trigered{
background:url(../images/charte/menu-over.gif);
color:#fff;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:20px;
overflow:hidden;
padding:0 40px 0 0;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#f0c455;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:760px;
padding:0px 0 0 0px;
background:url(../images/charte/bg-contenu.jpg) no-repeat top right;
}


#gauche{
float:left;
width:450px;
padding:18px 0 0 20px;
}
#droite{
float:left;
width:210px;
padding:70px 0 0 55px;
}


#bloc_actu{
float:left;
width:210px;
margin-bottom:20px;
border-bottom:1px solid #B30506;

}

#contenu #droite p{
font-size:11px;
text-align:left;
}

#contenu #droite .titre_actu{
float:left;
width:200px;

font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#0289CD;
margin-bottom:0px;
}
#contenu #droite .date_actu{
float:left;
width:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:none;
color:#003E8F;
margin-bottom:0px;
font-style:italic;
}

 .savoir_plus{
float:right;
width:100px;
margin-right:10px;
}



/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:75px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:75px;
margin:-75px auto 0;
background:url(../images/charte/bg-footer.jpg);
}
#idep{
width:300px;
position:absolute;
left:0;
top:40px;
width:195px;
height:30px;

}
#idep img{
float:left;

}
#footer #idep a.idep{
float:left;
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#ffc2cc;
margin:8px 0 0 10px;


}
#footer #idep a.idep.optea{
margin:0;
margin-left:10px;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
