/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:#eeebe6;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:#fff url(../images/bg-container.gif) left top repeat-y;
}
/***************** HEADER *****************/
#header{
clear:both;
width:960px;
height:260px;
}


#headerFlash{
width:960px;
height:260px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
height:823px;
padding:0px 0 0;
list-style:none;
background:url(../images/bg-menu.jpg) top left no-repeat;
}
#menuLeft li a{
text-decoration:none;
display:block; 
overflow:hidden;
background:left top no-repeat;
width:200px;
}
#menuLeft li a span{
display:none;
}
#menuLeft li a:hover,
#menuLeft li a.actif
{
background-position:right top;
}
#menuLeft li a.actif{
cursor:default;
}
#menuLeft li a.bt1{height:25px;}
#menuLeft li a.bt2{height:25px;}
#menuLeft li a.bt3{height:24px;}
#menuLeft li a.bt4{height:25px;}
#menuLeft li a.bt5{height:25px;}
#menuLeft li a.bt6{height:23px;}
#menuLeft li a.bt7{height:24px;}
#menuLeft li a.bt8{height:24px;}
#menuLeft li a.bt9{height:24px;}
#menuLeft li a.bt10{height:32px;}


#menuLeft li a.bt1{background-image:url(../images/bt-01.jpg);}
#menuLeft li a.bt2{background-image:url(../images/bt-02.jpg);}
#menuLeft li a.bt3{background-image:url(../images/bt-03.jpg);}
#menuLeft li a.bt4{background-image:url(../images/bt-04.jpg);}
#menuLeft li a.bt5{background-image:url(../images/bt-05.jpg);}
#menuLeft li a.bt6{background-image:url(../images/bt-06.jpg);}
#menuLeft li a.bt7{background-image:url(../images/bt-07.jpg);}
#menuLeft li a.bt8{background-image:url(../images/bt-08.jpg);}
#menuLeft li a.bt9{background-image:url(../images/bt-09.jpg);}
#menuLeft li a.bt10{background-image:url(../images/bt-10.jpg);}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:11px/18px Arial, Helvetica, sans-serif;
color:#b3b1af;
display:block;
height:18px;
overflow:hidden;
margin:0 15px;
padding:0 0 0 10px;
}
#menuLeft li ul li a.dernier{
margin:0 15px 15px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#076da1;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../images/bg-contenu.jpg) top left no-repeat
}
#contenu{
	float:left;
	width:735px;
	padding:36px 0 10px 20px;
}
#contenu img.colonePhoto{
float:right;
margin:0 0 0 10px;
}
#presentation-haut{
width:450px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:100px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:60px;
margin:-60px auto 0;
background:url(../images/bg-footer.gif) left top no-repeat;
}
#idep{
position:absolute;
left:0;
top:15px;
width:180px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#bbb6ae;
margin:9px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#076da1;
}
/******************* STYLE FOOTER *****************/
#footer a.contact{
text-decoration:none;
display:block;
float:right;
width:240px;
height:60px;
background:url(../images/bt-contact.gif) left bottom no-repeat;
}
#footer a:hover.contact{
background-position:left top;
}
#footer p{
float:left;
font:11px/30px Arial, Helvetica, sans-serif;
color:#fff;
letter-spacing:1px;
padding:22px 10px 0 220px;
}
#footer p a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer p a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}

