/***************** 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:#000 url(../images/charte/bg.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:940px;
margin:0 auto;
background:#fff;
}
/***************** HEADER *****************/
#header{
width:940px;
height:236px;
background:url(../images/charte/bg-diapo.jpg) no-repeat;
}
#flash{
	position:absolute;
	left:50%;
	top:120px;
	margin-left:-421px;
	width:842px;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:940px;
height:101px;
background:url(../images/charte/bg-header.jpg) center no-repeat;

}
#menuTop ul{
list-style:none;
height:101px;
}
#menuTop li{
display:inline;
}
#menuTop ul li a{
float:right;
}
#menuTop span{
display:none;
}
a.bt1{
	width:112px;
	height:101px;
	background:url(../images/charte/bt1.jpg) no-repeat;
}
a.bt2{
	width:111px;
	height:101px;
	background:url(../images/charte/bt2.jpg) no-repeat;
}
a.bt3{
	width:110px;
	height:101px;
	background:url(../images/charte/bt3.jpg) no-repeat;
}
a.bt4{
	width:111px;
	height:101px;
	background:url(../images/charte/bt4.jpg) no-repeat;
}
a.bt5{
	width:111px;
	height:101px;
	background:url(../images/charte/bt5.jpg) no-repeat;
}
a.bt6{
	width:115px;
	height:101px;
	background:url(../images/charte/bt6.jpg) no-repeat;
}

a:hover.bt1{
	width:112px;
	height:101px;
	background:url(../images/charte/bt1h.jpg) no-repeat;
}
a:hover.bt2{
	width:111px;
	height:101px;
	background:url(../images/charte/bt2h.jpg) no-repeat;
}
a:hover.bt3{
	width:110px;
	height:101px;
	background:url(../images/charte/bt3h.jpg) no-repeat;
}
a:hover.bt4{
	width:111px;
	height:101px;
	background:url(../images/charte/bt4h.jpg) no-repeat;
}
a:hover.bt5{
	width:111px;
	height:101px;
	background:url(../images/charte/bt5h.jpg) no-repeat;
}
a:hover.bt6{
	width:115px;
	height:101px;
	background:url(../images/charte/bt6h.jpg) no-repeat;
}
/***************** CONTENU *****************/
#contenu{
width:900px;
padding:20px 0 0 30px;
}
#contenu2{
width:600px;
padding:20px 0 0 30px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:53px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:940px;
height:53px;
margin:-53px auto 0;
background:url(../images/charte/bg-footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
right:70px;
top:10px;
width:90px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#000000;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
