/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:#981c1c;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
padding:0 15px;
background:url(../images/bg-container.gif) top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:140px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;

}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:760px;
height:40px;
padding:0 0 0 200px;
list-style:none;
background:url(../images/bg-menuTop.jpg) left top no-repeat;
}
#menuTop li{
position:relative;
float:left;

}
#menuTop a{
text-decoration:none;
display:block;
height:40px;
overflow:hidden;
background:left top no-repeat;

}
#menuTop a span{
display:none;
}
#container #menuTop a:hover,
#container #menuTop a.trigered,
#container #menuTop li.actif a
{
background-position:left bottom;
}
#container #menuTop li.actif a{
cursor:default;
}

#menuTop li.bt0{width:118px;}
#menuTop li.bt1{width:118px;}
#menuTop li.bt2{width:120px;}
#menuTop li.bt3{width:118px;}
#menuTop li.bt4{width:120px;}

#menuTop li.bt1 a{background-image:url(../images/bt-01.gif);}
#menuTop li.bt2 a{background-image:url(../images/bt-02.gif);}
#menuTop li.bt3 a{background-image:url(../images/bt-03.gif);}
#menuTop li.bt4 a{background-image:url(../images/bt-04.gif);}

/***************** SOUS MENU */
/*
#menuTop li ul{
list-style:none;
position:absolute;
width:160px;
top:-6000px;
left:0;
background:#ffc0a9;
border:solid #fff;
border-width:1px 0 0 0;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:auto;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
text-decoration:none;
border:solid #ffcfbd;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#ff8598;
}
*/
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:197px;
padding:20px 3px 0 0px;
list-style:none;
background:url(../images/bg-menuLeft.gif) left top no-repeat;
}
#menuLeft li a{
background:url(../images/puce01.gif) left no-repeat;
text-decoration:none;
font:13px/20px "trebuchet MS", Arial, sans-serif;
color:#fff;
display:block;
height:20px;
overflow:hidden;
border:dotted #8c8787;
border-width:0 0 1px 0;
padding:0 0 0 17px;
margin-left:10px;
}
#menuLeft li a:hover{
background:url(../images/puce02.gif) left no-repeat;
color:#981c1c;
}
/***************** SOUS MENU */

#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font: 11px/20px "trebuchet MS", Arial, sans-serif;
color:#7c6666;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 30px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#981c1c;
background:none;
}

/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../images/bg-contenu.gif)  top no-repeat;
}
#contenu{
	float:left;
	width:745px;
	padding:24px 0 10px 10px;
}
#contenu-droite {
float:left;
width:243px;
}
#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:55px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:35px;
margin:-35px auto 0;
background:url(../images/bg-footer.gif) center top no-repeat;
}
#idep{
position:absolute;
left:0;
top:0;
width:180px;
height:35px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#b3abab;
margin:9px 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/35px Arial, Helvetica, sans-serif;
color:#b3abab;
text-align:right;
letter-spacing:1px;
padding:0 20px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#b3abab;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}
