/***************** 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:#fff url(../images/charte/bg-body.jpg) center 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:scroll #fff url(../images/charte/bg-container.jpg) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:990px;
height:198px;
background:url(../images/charte/header.jpg) left top no-repeat;
}

/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:762px;
height:48px;
background:url(../images/charte/bg-menuTop.jpg) left top no-repeat;
list-style:none;
padding-left:228px;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop li span{
display:none;
}
#menuTop a{
text-decoration:none;
display:block;
height:47px;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
display:block;
}
a.bt1		{ 	background:url(../images/charte/bt1.jpg) no-repeat left top; width:116px;  	}
a:hover.bt1 {	background:url(../images/charte/bt1hover.jpg) no-repeat left top; width:116px;	}

a.bt2		{ 	background:url(../images/charte/bt2.jpg) no-repeat left top; width:120px;	  	}
a:hover.bt2 {	background:url(../images/charte/bt2hover.jpg) no-repeat left top; width:120px;	}

a.bt3		{ 	background:url(../images/charte/bt3.jpg) no-repeat left top; width:157px;	  	}
a:hover.bt3 {	background:url(../images/charte/bt3hover.jpg) no-repeat left top; width:157px;	}

a.bt4		{ 	background:url(../images/charte/bt4.jpg) no-repeat left top; width:169px;	  	}
a:hover.bt4 {	background:url(../images/charte/bt4hover.jpg) no-repeat left top; width:169px; 	}

/***************** CONTENU *****************/
#contenu{
width:990px;
background:url(../images/charte/bg-contenu.jpg) left top no-repeat;
min-height:330px; /*---obligatoire pour le footer:Firefox---*/
height:auto !important;/*---obligatoire pour le footer:Firefox---*/
padding-bottom:70px;
}
#contenu #contenuTexte{
float:left;
width:500px;
padding: 10px 0 0 5px;
}
/***************** MENU LEFT *****************/
#contenu #colLeft{
float:left;
width:275px;
}

/*---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 repeat-x;
padding-top:40px;
}
#idep{
position:absolute;
left:0;
top:40px;
width:210px;
height:30px;
padding-left:10px;
}
#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;
}
