/***************** 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:#030002 url(../images/bg-body.jpg) top center no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/bg-struct.jpg) top right repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:141px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
}
#header #headerFlash{
float:right;
width:960px;
height:141px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
min-height:335px;
list-style:none;
margin:0px 0 0 0;
background:url(../images/bg-menu.jpg) left top no-repeat;
padding-top:171px;
}
#menuLeft li a{
display:block;
height:23px;
text-decoration:none;
font:bold 14px/25px Arial, Helvetica, sans-serif;
background-position:top left;
}
#menuLeft li a:hover{
background-position:top right;
}
#menuLeft span{
display:none;
}

a.bt1{background: url(../images/btn_01.gif) no-repeat; }
a.bt2{background: url(../images/btn_02.gif) no-repeat; }
a.bt3{background: url(../images/btn_03.gif) no-repeat; }
a.bt4{background: url(../images/btn_04.gif) no-repeat; }
a.bt5{background: url(../images/btn_05.gif) no-repeat; }
a.bt6{background: url(../images/btn_06.gif) no-repeat; }
a.bt7{background: url(../images/btn_07.gif) no-repeat; }
/***************** SOUS MENU */
/*#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border0: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;
/*border: 1px solid blue;*/
}
#contenu{
float:left;
width:745px;
padding:22px 0 13px 15px;
background:url(../images/struct-top.jpg) top no-repeat;
}
/*---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;
height:94px;
margin:-94px auto 0;
background: url(../images/bg-footer.jpg) top center no-repeat;
}
#idep{
position:absolute;
left:90px;
width:195px;
height:94px;

}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:65px 0px 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#a80305;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:60px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}
