/***************** 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:#006AB3 url(../images/charte/bg-body.gif) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background: url(../images/charte/bg-container.gif) center top repeat-y;;
}
/***************** HEADER *****************/
#header{
width:960px;
height:200px;
display:block;/*obligatoire si il y a un flash*/

}
#header #headerFlash{
width:960px;
height:199px;
float:left;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
margin:20px 0 0 0;
background:#e4e4e4 url(../images/charte/logo.gif) bottom left no-repeat;
list-style:none;
}

#menuLeft li a{
text-decoration:none;
font:11px/25px Arial, Helvetica, sans-serif;
background:url(../images/charte/puce.gif) 5px  no-repeat;
color:#537094;
display:block;
height:25px;
padding:0 0 0 20px;
border:solid 1px #fff;
border-width:0 0 1px 0;
}
#menuLeft li a:hover{
background:url(../images/charte/puce2.gif)5px no-repeat;
color:#ff9c00;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
text-align:left;
font:11px/20px Arial, Helvetica, sans-serif;
color:#79a449;
display:block;
height:20px;
overflow:hidden;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#ff9c00;
background:none;
}


#colLeft {
width:200px;
height:400px;
float:left;
display:block;
padding-bottom:30px;}

/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	min-height:500px;
	background:url(../images/charte/bg-contenu.jpg) center top no-repeat;
	
}
#contenu{
	float:left;
	width:755px;
	padding:0px 0 5px 5px;
}
#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:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:30px;
margin:-30px auto 0;
background:red url(../images/charte/bg-footer.gif) center top no-repeat;
}
#idep{
position:absolute;
top:0;
left:0;
width:195px;
height:30px;

}
#idep img{
float:left;

}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#27A22D;



}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#ff9c00;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#ff9c00;
}