/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:#f8ecfa url(../../charte/images/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:222px;
padding:32px 0 0 738px;
height:48px;
background:url(../../charte/images/bg-menuTop.jpg) left top no-repeat;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a{
text-decoration:none;
display:block;
height:21px;
overflow:hidden;
background:left top no-repeat;
}
#menuTop a span {
visibility:hidden;
}
#container #menuTop a:hover{
background-position:left bottom;
}

#menuTop li.bt1{width:90px;}
#menuTop li.bt2{width:123px;}

#menuTop li.bt1 a{background-image:url(../../charte/images/btT-01.gif);}
#menuTop li.bt2 a{background-image:url(../../charte/images/btT-02.gif);}
/***************** HEADER *****************/
#header{
width:960px;
height:230px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
list-style:none;
padding:38px 0 0 0;
}
#menuLeft li a{
text-decoration:none;
display:block;
height:30px;
overflow:hidden;
background:left top no-repeat;
}
#menuLeft li a span{
visibility:hidden;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background-position:right top;
}
#menuLeft li a.rubrique_active{
cursor:auto;
}

#menuLeft li.bt1 a{background-image:url(../../charte/images/bt-01.gif);}
#menuLeft li.bt2 a{background-image:url(../../charte/images/bt-02.gif);}
#menuLeft li.bt3 a{background-image:url(../../charte/images/bt-03.gif);}
#menuLeft li.bt4 a{background-image:url(../../charte/images/bt-05.gif);}
#menuLeft li.bt5 a{background-image:url(../../charte/images/bt-06.gif);}
#menuLeft li.bt6 a{background-image:url(../../charte/images/bt-07.gif);}
#menuLeft li.bt7 a{background-image:url(../../charte/images/bt-08.gif);}
#menuLeft li.bt8 a{background-image:url(../../charte/images/bt-09.gif);}
#menuLeft li.bt9 a{background-image:url(../../charte/images/bt-10.gif);}
#menuLeft li.bt10 a{background-image:url(../../charte/images/bt-11.gif);}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
border-bottom:1px solid #eaeaea;
}
#container #menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:11px/18px Arial, Helvetica, sans-serif;
color:#8f8f8f;
display:block;
height:18px;
overflow:hidden;
padding:0 0 0 20px;
}
#container  #menuLeft li ul li a:hover{
text-decoration:underline;
color:#7cad40;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
}
#contenu{
	float:left;
	width:745px;
	padding:42px 0 10px 10px;
}


#contenu-gauche{
	float:left;
	width:450px;
	margin:0 25px 0 15px;
}


/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:80px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:80px;
margin:-80px 0 0;
background:url(../../charte/images/bg-footer.jpg) center top no-repeat;
}
#footer2{
position:relative;
width:960px;
height:80px;
margin:0 auto;
}
#idep{
position:absolute;
left:0;
top:40px;
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:#fff;
margin:2px 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/50px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:30px 15px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}
