/***************** 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:#13aba4;
---*/
}
body{
background:#13aba4 url(../images/charte/bg.jpg) center top repeat-x; 
}
/***************** 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:226px;
}

/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
height:297px;
background-image:url(../images/charte/bg-menu.jpg);
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
border:solid none;
border-width:0 0 1px 0;
}
#menuLeft a{
background-image:url(../images/charte/bg-menu.gif);
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#FFF;
display:block;
height:25px;
overflow:hidden;
border:solid none;
border-width:0 0 1px 0;
padding:0 0 0 40px;
}
#menuLeft a:hover,
#menuTop a.trigered{
background-image:url(../images/charte/bg-menu-over.gif);
color:#13aba4;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 10px/20px Arial, Helvetica, sans-serif;
color:#FFF;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 15px;
}
#container #menuLeft li a:hover{
background-image:url(../images/charte/bg-menu-over2.gif);
color:#13aba4;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background-image:url(../images/charte/bg-contenu.jpg);
	background-repeat: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:36px;
margin:-36px auto 0;
background-image:url(../images/charte/footer.jpg);
}
#idep{
position:absolute;
left:0;
top:0;
width:195px;
height:36px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:10px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#2b5250;
}
