/***************** 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:#d7d8d8;
---*/
}
body{
background:#5d5b5a url(../images/bg-body.jpg) top left repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:#232323;
}
/***************** HEADER *****************/
#header{
width:960px;
height:200px;
background:url(../images/header.jpg) no-repeat;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:780px;
height:38px;
background:url(../images/bg-menu-top.jpg) top left no-repeat;
list-style:none;
padding:0 0 0 188px;
}
#menuTop li{
position:relative;
float:left;
display:block;
}
#menuTop span{
display:none;
}
#menuTop a{
color:#fff;
display:block;
height:38px;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background-position: center bottom; 
}
#menuTop li.bt1 a{background:url(../images/bt1.gif) no-repeat; width:72px;}
#menuTop li.bt2 a{background:url(../images/bt2.gif) no-repeat; width:157px;}
#menuTop li.bt3 a{background:url(../images/bt3.gif) no-repeat; width:171px;}
#menuTop li.bt4 a{background:url(../images/bt4.gif) no-repeat; width:184px;}
#menuTop li.bt5 a{background:url(../images/bt5.gif) no-repeat; width:188px;}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
top:-6000px;
width:230px;
left:0;
background:#777777;
border:solid #fff;
border-width:1px 0 0 0;
}
#menuTop li li{
float:none;

}
#container #menuTop li li a{
background:none;
width:auto;
text-align:left;
position:relative;
height:18px;
font:12px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
text-decoration:none;
border:solid #333333;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#cccccc;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
background:url(../images/bg-menu-left..jpg) top right no-repeat;
}
#menuLeft ul{
list-style:none;
width:188px;
}
#menuLeft li a{
	text-decoration:none;
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	background-color:#232323;
	color:#d7d8d8;
	display:block;
	height:25px;
	overflow:hidden;
	padding:0 0 0 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #000;
}
#menuLeft li a:hover{
color:#fff;
background-color:#454545;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
	border:none;
	text-decoration:none;
	font:bold 11px/25px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	display:block;
	height:25px;
	overflow:hidden;
	padding:0 5px 0 10px;
	background-color: #333333;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #aaa;
}
#menuLeft li ul li a:hover{
	text-decoration:underline;
	color:#fff;
	background-color: #666666;
	background-image: none;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:760px;
background:url(../images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
float:left;
width:745px;
padding:20px 0 10px 10px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:30px;
margin:-30px auto 0;
background:url(../images/bg-footer.jpg) top left repeat-x;
/*background:url(../images/bg-footer.gif) left top repeat-x;*/
}
#idep{
position:absolute;
left:0;
top:0;
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:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#FF6600;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#d7d8d8;
text-align:right;
letter-spacing:1px;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#d7d8d8;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}