/***************** 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: #eb5c00 url(../images/charte/bg-body.jpg) top left repeat-x;
}
#bonhomme {
position:absolute;
width:24px;
height:200px;
top:0;
left:-24px;
background:url(../images/charte/bonhomme.jpg) no-repeat;}
#bottom {
position:absolute;
width:215px;
height:60px;
bottom:65px;
left:0px;
background: url(../images/charte/bg-bottom.jpg) no-repeat;}

/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background: url(../images/charte/bg-container.jpg) center bottom repeat-y;
}
#container2{
background: url(../images/charte/bg-contenu.jpg) 0 200px no-repeat;
}
/***************** HEADER *****************/
#header{
width:960px;
height:170px;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:760px;
height:30px;
background: url(../images/charte/bg-menutop.jpg) no-repeat;
list-style:none;
padding-left:200px;
}
#menuTop li{
position:relative;
float:left;
margin:0 13px;

}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#3579b8;
text-align:center;
display:block;
height:30px;
overflow:hidden;padding:0 5px;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#FFF;
background:#3476b4;
padding:0 5px;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:123px;
top:-6000px;
left:0;
background:#3476b4;
border:solid #fff;
border-width:1px 0 0 0;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:auto;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
text-decoration:none;
border:solid #6094c5;
border-width:0 0 1px 0;
text-align:left;
padding-left:5px;
}
#container #menuTop li li a:hover{
background:#1b5184;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:182px;
margin:20px 0 0 18px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
border:solid #6094c5;
border-width:0 0 1px 0;
}
#menuLeft a{
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#9ac7f0;
display:block;
height:25px;
overflow:hidden;
border:solid #6094c5;
border-width:0 0 1px 0;
padding:0 0 0 10px;
}
#menuLeft a:hover,
#menuTop a.trigered{
background: url(../images/charte/bg-menuovr.jpg) repeat-x;
color:#fff;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#ccdded;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#ccdded;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
}
#contenu{
	float:left;
	width:730px;
	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:65px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:65px;
margin:-65px auto 0;
background: url(../images/charte/bg-footer.jpg) no-repeat;
}
#idep{
position:absolute;
left:0;
top:0;
width:195px;
height:65px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#FFF;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#51a8f7;
}

