/***************** 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:#000 url(../images/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
	position:relative;
	min-height:100%;
	width:960px;
	margin:0 auto;
	background:#000 url(../../charte/images/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
	width:960px;
	height:150px;
	/*obligatoire si il y a un flash*/
	display:block;
	outline:0;
}
/***************** MENU TOP *****************/
#menuTop{
	position:relative;
	z-index:10;
	width:752px;
	height:35px;
	background:url(../images/bg-menuTop.jpg) top left no-repeat;
	list-style:none;
	padding:0 0 0 208px
}
#menuTop li{
	position:relative;
	float:left;
}

#menuTop a{
	text-decoration:none;
	font:bold 12px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	display:block;
	height:35px;
	overflow:hidden;
}

#menuTop a span{
	display:none;
}

#menuTop li.bt1{width:112px;}
#menuTop li.bt2{width:144px;}
#menuTop li.bt3{width:194px;}
#menuTop li.bt4{width:118px;}
#menuTop li.bt5{width:81px;}
#menuTop li.bt6{width:89px;}

#menuTop li.bt1 a{background:url(../../charte/images/bt1.jpg);}
#menuTop li.bt2 a{background:url(../../charte/images/bt2.jpg);}
#menuTop li.bt3 a{background:url(../../charte/images/bt3.jpg);}
#menuTop li.bt4 a{background:url(../../charte/images/bt4.jpg);}
#menuTop li.bt5 a{background:url(../../charte/images/bt5.jpg);}
#menuTop li.bt6 a{background:url(../../charte/images/bt6.jpg);}



#container #menuTop a:hover,
#container #menuTop a.trigered,
#container #menuTop a.rubrique_active{
	background-position:left bottom;
}
/***************** SOUS MENU */
#menuTop li ul{
	list-style:none;
	position:absolute;
	width:144px;
	top:-6000px;
	left:0;
	background:#a10591;
border-top:1px solid #cf1297;
	opacity:0.80;
}#menuTop li.bt4 ul{	width:118px;}
#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:#ccc;
	text-decoration:none;
	border:solid #000;
	border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
	background:#ff00e4;
	color:#fff;
}
/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:200px;
	list-style:none;
	height:264px;
	background:url(../images/bg-menuLeft.jpg) top left no-repeat;
}
#menuLeft li a{
	background:none;
	text-decoration:none;
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#2C2F35;
	display:block;
	height:25px;
	overflow:hidden;
	padding:0 0 0 10px;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
	background:none;
	color:#fff;
}
/***************** SOUS MENU */
#menuLeft li ul{
	list-style:none;
}
#menuLeft li ul li a{
	background:none;
	border:none;
	text-decoration:none;
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#2C2F35;
	display:block;
	height:20px;
	overflow:hidden;
	padding:0 0 0 10px;
}
#menuLeft li ul li a:hover{
	text-decoration:underline;
	color:#FFF;
	background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../images/bg-contenu.jpg) top left no-repeat;
	min-height:264px;
}
#contenu{
	float:left;
	width:715px;
	padding:20px 0 10px 30px;
}
#contenu-gauche{
	float:left;
	width:450px;
}
#contenu-droite{
	float:left;
	width:235px;
	margin:0 0 0 30px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
	clear:both;
}
#clearFooter{
	height:37px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
	position:relative;
	clear:both;
	width:960px;
	height:37px;
	margin:-37px auto 0;
	background: url(../images/bg-footer.jpg) top left no-repeat;
}
#idep{
	position:absolute;
	left:0;
	top:0;
	width:185px;
	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:7px 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/30px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:right;
	padding:0 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;
}


