/***************** 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:#FEDA7A url(../images/charte/bg-body.jpg) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%; /*---obligatoire pour le footer:Firefox---*/
height:auto !important;/*---obligatoire pour le footer:Firefox---*/
height:100%;
width:990px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) left top repeat-y;
}
/***************** HEADER *****************/
#header{
width:990px;
height:142px;
background:url(../images/charte/header.jpg) left top no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:988px;
height:37px;
background:url(../images/charte/bg-menu.jpg) left top no-repeat;
list-style:none;
padding-left:2px;
}
#menuTop li{
position:relative;
float:left;
width:136px;
height:37px;
display:block;
}
#menuTop li span{
display:none;
}
#menuTop a{
float:left;
width:136px;
height:37px;
display:block;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
float:left;
width:136px;
height:37px;
display:block;
}
a.bt1		{ 	background:url(../images/charte/bt1.jpg) no-repeat left top; 	  	}
a:hover.bt1 {	background:url(../images/charte/bt1hover.jpg) no-repeat left top; 	}

a.bt2		{ 	background:url(../images/charte/bt2.jpg) no-repeat left top; 	  	}
a:hover.bt2 {	background:url(../images/charte/bt2hover.jpg) no-repeat left top; 	}

a.bt3		{ 	background:url(../images/charte/bt3.jpg) no-repeat left top; 	  	}
a:hover.bt3 {	background:url(../images/charte/bt3hover.jpg) no-repeat left top; 	}

a.bt4		{ 	background:url(../images/charte/bt4.jpg) no-repeat left top; 	  	}
a:hover.bt4 {	background:url(../images/charte/bt4hover.jpg) no-repeat left top; 	}

a.bt5		{ 	background:url(../images/charte/bt5.jpg) no-repeat left top; 	  	}
a:hover.bt5 {	background:url(../images/charte/bt5hover.jpg) no-repeat left top; 	}

a.bt6		{ 	background:url(../images/charte/bt6.jpg) no-repeat left top; 	  	}
a:hover.bt6 {	background:url(../images/charte/bt6hover.jpg) no-repeat left top; 	}

/***************** CONTENU *****************/
#contenu{
width:990px;
min-height:320px; /*---obligatoire pour le footer:Firefox---*/
height:auto !important;/*---obligatoire pour le footer:Firefox---*/
padding:0px 0 70px 0px;
background:url(../images/charte/bg-contenu.jpg) left top no-repeat;
}
#encart{
position:absolute;
top:179px;
left:810px;
z-index:50;
height:266px;
width:180px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:70px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer1{
width:100%;
height:70px;
margin:-70px auto ;
background:url(../images/charte/bg-footer.jpg) left top repeat-x;
}
#footer{
position:relative;
clear:both;
width:990px;
height:30px;
margin:auto;
background:url(../images/charte/footer.jpg) left top no-repeat;
padding-top:40px;
}
#idep{
position:absolute;
left:0;
top:40px;
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: #666;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
