/***************** 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-body.jpg) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:980px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) left top repeat-y;
}
#containerbottom{
width:980px;
height:180px;
position:absolute;
bottom:0;
background: url(../images/charte/bg-contenu-bas-complet.jpg) bottom no-repeat;
}
/***************** HEADER *****************/
#header{
width:980px;
height:161px;
}
/***************** MENU TOP *****************/
#menuTop{
width:980px;
height:40px;
background:url(../images/charte/bg-menutop.jpg) left top no-repeat;
float:left;
}
#menuTop a span{
display:none;
}
#menuTop a.Btn1{
width:169px;
height:40px;
background: url(../images/charte/btn_01.jpg) left top no-repeat;
display:block;
float:left;
}
#menuTop a.Btn2{
width:132px;
height:40px;
background: url(../images/charte/btn_02.jpg) left top no-repeat;
display:block;
float:left;
}
#menuTop a.Btn3{
width:150px;
height:40px;
background: url(../images/charte/btn_03.jpg) left top no-repeat;
display:block;
float:left;
}
#menuTop a.Btn4{
width:103px;
height:40px;
background: url(../images/charte/btn_04.jpg) left top no-repeat;
display:block;
float:left;
}
#menuTop a.Btn5{
width:100px;
height:40px;
background: url(../images/charte/btn_05.jpg) left top no-repeat;
display:block;
float:left;
}
#menuTop a.Btn6{
width:150px;
height:40px;
background: url(../images/charte/btn_06.jpg) left top no-repeat;
display:block;
float:left;
}
#menuTop a.Btn7{
width:176px;
height:40px;
background: url(../images/charte/btn_07.jpg) left top no-repeat;
display:block;
float:left;
}
#menuTop a:hover{
background-position:bottom left;
}

/***************** CONTENU *****************/
#contenu{
width:780px;
padding:115px 100px 140px 100px;
min-height:360px;
height:auto !important;
height:360px;
background: url(../images/charte/bg-contenu.jpg) left top no-repeat;
float:left;
}
#HautTexte{
width:780px;
height:30px;
background:url(../images/charte/img-texteaccueil.png) center top no-repeat; 
_background:url();
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/charte/img-texteaccueil.png", sizingMethod="crop");
}
#Photos{
width:780px;
margin-top:25px;
}
#Photos img{
margin:0 50px 0 50px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:980px;
height:31px;
margin:-31px auto 0;
}
#idep{
position:absolute;
right:18px;
top:0;
width:170px;
height:30px;
}
#idep img{
float:right;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#e0c795;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:underline;
color:#633d18;
}

