/***************** BODY *****************/
* {
	/*---on passe toutes les marges à 0---*/
	margin:0;
	padding:0;
}
body,html{
	height:100%;
}
body{
background:url(../images/bg.jpg) top center no-repeat #a8a7a9;
}
/***************** CONTAINER *****************/
#container{
	position:relative;
	min-height:100%;
	width:990px;
	margin:0 auto;
	background:url(../images/bg_container.jpg) scroll repeat-y;
}
/***************** HEADER *****************/
#header{
	width:990px;
	height:200px;
	overflow:hidden;
	background:url(../../charte/images/bg-header.jpg) no-repeat;
}
/***************** FLASH */
#headerFlash{
	float:left;
	width:795px;
	height:205px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}

/***************** MENU TOP *****************/
#menuTop{
	position:relative;
	z-index:5;
	width:800px;
	height:30px;
	padding:0 0 0 190px;
	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:30px;
	overflow:hidden;
	color:#FFF;
	background:url(../images/puce_top.jpg) 5px center no-repeat;
	text-transform:uppercase;
	font:bold 11px/28px Arial, Helvetica, sans-serif;
	padding:0 18px 0 18px;

}
#container #menuTop a:hover,
#container #menuTop a.trigered,
#container #menuTop a.rubrique_active{
	color:#ff117b;
	background:url(../images/puce_top_roll.jpg) 5px center no-repeat;
}
/***************** SOUS MENU */
#menuTop li ul{
	list-style:none;
	position:absolute;
	width:151px;
	top:-6000px;
	left:0;
	background:#333;
	opacity:0.95;
}
#menuTop li li{
	float:none;
}
#container #menuTop li li a{
	background:none;
	display:block;
	width:auto;
	position:relative;
	height:20px;
	padding:0 10px;
	font:11px/20px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:none;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #1b1b1b;
}
#container #menuTop li li a:hover{
	background:#e90e99;
	color:#FFF;
}
/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:160px;
	height:256px;
	padding:40px 0 0 15px;
	list-style:none;
	background:url(../../charte/images/bg-menuleft.jpg) no-repeat;
}
/***************** RECHERCHE */
form#recherche{
	position:absolute;
	top:188px;
	left:13px;
	height:63px;
	z-index:9;
	/*background:url(../../charte/images/bg-recherche.gif) left top no-repeat;*/
}
form#recherche input.case{
	position:absolute;
	top:35px;
	left:11px;
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
	width:117px;
	height:14px;
	padding:2px;
	border:none;
	background:none;
}
form#recherche input.btn{
	position:absolute;
	top:34px;
	left:135px;
	width:20px;
	height:19px;
}
/***************** CATALOGUE */
#menuLeft li a{
	text-decoration:none;
	display:block;
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 0 4px 15px;
	margin:0 5px 0 10px;
	width:130px;
	background:url(../images/puce.jpg) left center no-repeat;
	border-bottom:1px solid #6e6c6c;
}
#menuLeft li a:hover,
#menuLeft li a.rubrique_active{
	color:#ff117b;
	background:url(../images/puce_roll.jpg) left center no-repeat;
}
/***************** SOUS MENU */
#menuLeft li ul{
	list-style:none;
	padding:0 0 2px 0;
	overflow:hidden;
}
#menuLeft li ul li a{
	background:none;
	border:none;
	text-decoration:none;
	font:10px/10px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	padding:2px 5px 2px 8px;
	width:124px;
}
#menuLeft li ul li a:hover{
	text-decoration:underline;
	color:#000;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:815px;
	background:url(../../charte/images/bg-contenu.jpg) top right no-repeat;
}
#contenu {
	float:left;
	width:790px;
	padding:20px 0 10px 10px;
}
#contenu-gauche{
	float:left;
	width:600px;
	margin:0;
	margin:0 15px 0 0;
}
#contenu-droite{
	float:left;
	width:170px;
	margin:0;
	overflow:hidden;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
	clear:both;
}
#clearFooter{
	height:56px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
	position:relative;
	clear:both;
	width:990px;
	height:56px;
	margin:-56px auto 0;
	background:url(../../charte/images/bg-footer.jpg) left top no-repeat;
}
#idep{
	position:absolute;
	left:20px;
	top:25px;
	width:160px;
	height:25px;
}
#idep img{
	float:left;
}
#footer #idep a.idep{
	text-decoration:none;
	display:block;
	font:9px/8px Arial, Helvetica, sans-serif;
	color:#d9d7d9;
	margin:5px 0 0;
}
#footer #idep a.idep.optea{
	margin:0;
}
#footer #idep a:hover.idep{
	text-decoration:none;
	color:#000;
}
/******************* STYLE FOOTER *****************/
#footer p{
	font:9px/40px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	padding:10px 0 0;
}
#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#000;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;
	color:#666666;
}

