/***************** 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:url(../images/charte/bg.jpg) top repeat-x #940000;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/charte/bg_container.jpg) repeat-y;

}
/***************** HEADER *****************/
#header{
width:960px;
height:251px;
display:block;/*obligatoire si il y a un flash*/
}

/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
background:url(../images/charte/bg_menu.jpg) left bottom no-repeat;
list-style:none;
height:432px;
}
#menuLeft .btn{
background:url(../images/charte/btn.gif) top left no-repeat;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
}
#menuLeft a{
background:#d7e1a5;
text-decoration:none;
font:bold 13px/25px Arial, Helvetica, sans-serif;
color:#881107;
display:block;
height:25px;
overflow:hidden;
padding:0 0 0 10px;
}
#menuLeft a:hover,
#menuTop a.trigered{
background:url(../images/charte/btn.gif) top left no-repeat;
color:#000;
}
#menuLeft .btnContact{
background:transparent;
color:#ffa10c;
}
#menuLeft a.btnContact:hover{
  background:none;
  color:#ffffff;
  }


/***************** 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 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#ffa10c;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../images/charte/bg_contenu.jpg) top left no-repeat;
}
#contenu{
	float:left;
	width:720px;
	padding:20px 0 10px 15px;
}

#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:47px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:47px;
margin:-47px auto 0;
background:url(../images/charte/bg_footer.jpg) top left no-repeat;
/*background:url(../../charte/images/bg-footer.gif) left top repeat-x;*/
}
#idep{
position:absolute;
left:0;
top:10px;
width:175px;
height:37px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#FFF;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#ff3635;
text-align:right;
letter-spacing:1px;
padding:10px 10px 0 0;
}
#footer p a:link, #footer a:visited{
text-decoration:none;
color:#ff3635;
}
#footer p a:hover, #footer a:active{
text-decoration:underline;
color:#ff3635;
}

