/***************** 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:#e9e8e7 url(../images/charte/bg-body.jpg) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
height:auto !important;
height:100%;
width:990px;
margin:0 auto;

}


/***************** HEADER *****************/
#header{
width:990px;
height:60px;
background:url(../images/charte/header-inte.jpg) left top no-repeat;
}
#headerIndex{
width:990px;
height:60px;
background:url(../images/charte/header.jpg) left top no-repeat;
}
#menuLeft {
width:125px;
padding-top:110px;
height:370px;
background:url(../images/charte/bg-menu.jpg) left top no-repeat;
float:left;
}
#menuLeft dt {
cursor: pointer;
width:125px;
height:30px;
display:block;
}
#menuLeft dt a {
display:block;
height:30px;
background-position:left top;
}
#menuLeft dt a:hover {
background-position:left bottom;
}
#menuLeft dt span {
display:none;
}
a.bt1		{ 	background:url(../images/charte/bt1.jpg) no-repeat ; 	  	}
a.bt2		{ 	background:url(../images/charte/bt2.jpg) no-repeat ; 	  	}
a.bt3		{ 	background:url(../images/charte/bt3.jpg) no-repeat ; 	  	}
a.bt4		{ 	background:url(../images/charte/bt4.jpg) no-repeat ; 	  	}
a.bt5		{ 	background:url(../images/charte/bt5.jpg) no-repeat ; 	  	}
a.bt6		{ 	background:url(../images/charte/bt6.jpg) no-repeat ; 	  	}
a.bt7		{ 	background:url(../images/charte/bt7.jpg) no-repeat ; 	  	}

#menuLeft dd{
position: absolute;
z-index: 100;
left:120px;
top:200px;

width:190px;
margin-top: -1.5em!important;
margin-top: -10em;
text-align:left;
font:11px Arial, Helvetica, sans-serif;
}


#menuLeft ul {
list-style:none;
margin:0 0 0 5px!important;
margin:75px 0 0 5px;
border:1px solid #f88c53;
}
#menuLeft li {
text-align:left;
height: 18px!important;
width:120px;
line-height: 18px!important;
}
#menuLeft li a {
color:#fff;
text-decoration: none;
display: block;
background-color: #f88c53;
padding:0 0 0 5px;
height:18px;
}

#menuLeft li a:hover {
color:#f88c53;
background:#fff;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:745px;
height:auto !important;
padding:220px 10px 0 110px;
background:url(../images/charte/bg-contenu.jpg) left top no-repeat;
}
#contenuIndex{
float:left;
width:990px;
border: 0px solid red;
background:url(../images/charte/bg-contenu-index.jpg) left top repeat-x;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:0px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer1{
width:100%;
height:60px;
clear:both;
position:relative;
margin:0px auto;
background:url(../images/charte/bg-footer.jpg) left top repeat-x;
}
#footer{
position: relative;/*---obligatoire pour le footer---*/
margin:auto;
width:990px;
height:15px;
padding-top:45px;
color:#fff;
background:url(../images/charte/footer.jpg) left top no-repeat;
}
#idep{
position:absolute;
left:0;
top:30px;
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:#fff;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:underline;
color:#fff;
}

