/***************** 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:#F55257 url(../images/charte/bg-body.jpg) center top   repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background: scroll url(../images/charte/bg-container.jpg) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:218px;
}
/***************** MENU TOP *****************/
#menuTop{
width:960px;
height:62px;
background:url(../images/charte/bg-menu-top.jpg);
}


/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
padding:10px 0 px 0px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
border:solid #b5c76b;
border-width:0 0 1px 0;
}
#menuLeft a{
background:#d7e1a5;
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#7d8a2e;
display:block;
height:25px; 
overflow:hidden;
border:solid #b5c76b;
border-width:0 0 1px 0;
padding:0 0 0 10px;
}
#menuLeft a:hover,
#menuTop a.trigered{
background:#7d8a2e;
color:#fff;
}
/***************** SOUS MENU *****************/
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#98a451;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#7d8a2e;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
    background:url(../images/charte/bg-contenu.jpg) center top no-repeat;
}
#contenu{
	float:left;
	width:745px;
	padding:20px 0 10px 10px;
}
/*---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:59px;
margin:-59px auto 0;
background:#ff8598 url(../images/charte/bg-footer.jpg) center top no-repeat;
}
#idep{
float:right;
left:30px;
top:20px;
width:195px;
height:59px;
padding:  0px 0 0 0 px;
}
#idep img{
float:left;
padding:-5px 0 0px 0;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/7px Arial, Helvetica, sans-serif;
color:#fbe9d1;
margin:12px 0 -4px 20px;
}
#footer #idep a.idep.optea{
margin:8px 0px 0px 0px;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#955f42;
}
