/***************** 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:#641522 url(../images/bg.gif) top center no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/bg_container.jpg) top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:157px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
background:url(../images/bg-header.jpg) bottom right no-repeat;
}

/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
height:235px;
background: url(../images/bg_menu.jpg) top no-repeat;
list-style:none;
margin:0 0 0 0;
padding:115px 0 0 0;
}
#menuLeft li a{

display:block;
height:25px;
padding:0 50px 0 0;
text-align:right;
text-decoration:none;
font:bold 14px/25px Arial, Helvetica, sans-serif;
color:#fff;

}


#menuLeft li.btn1 a{background:url(../images/btn/btn1.gif) top right no-repeat;}
#menuLeft li.btn2 a{background:url(../images/btn/btn2.gif) top right no-repeat;}
#menuLeft li.btn3 a{background:url(../images/btn/btn3.gif) top right no-repeat;}
#menuLeft li.btn4 a{background:url(../images/btn/btn4.gif) top right no-repeat;}
#menuLeft li.btn_carte a{background:url(../images/btn/carte.gif) top right no-repeat;}

#menuLeft a span{
display:none;
}


#container #menuLeft a:hover,
#container #menuLeft a.trigered,
#container #menuLeft li.actif a
{
background-position:right bottom;
}


/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
text-align:right;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#FF3399;
display:block;
height:20px;
overflow:hidden;
padding:0 50px 0 0;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#cb0f8f;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:760px;
background:url(../images/bg_contenu.jpg) top no-repeat;
}
#contenu{
float:left;
width:745px;
padding:35px 0 13px 15px;

}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:94px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:94px;
margin:-94px auto 0;
background: url(../images/bg-footer.jpg) top left repeat-x;
}
#footer #footCenter{
width:982px;
height:94px;
margin:0 auto;
position:relative;/*pour que les elmt en position absolue se calent dans cette DIV en pas en dehors*/
background:url(../images/bg-footer-struct.jpg) top right no-repeat;
}
#idep{
position:absolute;
left:35px;
top:5px;
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:#641522;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#641522;
text-align:right;
letter-spacing:1px;
padding:35px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#641522;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#641522;
}
