/***************** BODY *****************/
* {
	/*---on passe toutes les marges à 0---*/
	margin:0;
	padding:0;
}
body,html{
	height:100%;
}
body{
	background: url(../images/body.gif);
}
/***************** CONTAINER *****************/
#container{
	position:relative;
	min-height:100%;
	width:980px;
	margin:0 auto;
	background:url(../../charte/images/bg-container.jpg);
}
/***************** HEADER *****************/
#header{
	width:980px;
	height:130px;
	overflow:hidden;
	background:url(../../charte/images/bg-header.jpg) center top no-repeat;
}
/***************** FLASH */
#headerFlash{
	float:left;
	width:980px;
	height:130px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}

/***************** MENU TOP *****************/
#container #menuTop{
	position:relative;
	z-index:5;
	width:480px;
	padding-left:500px;
	height:40px;
	background:url(../../charte/images/bg-menuTop.jpg) left top no-repeat;
	list-style:none;
}
#container #menuTop li{
	position:relative;
	float:left;
	display:block;
	overflow:hidden;
}
#container #menuTop li.bt1{width:70px;}
#container #menuTop li.bt2{width:135px;}
#container #menuTop li.bt3{width:75px;}
#container #menuTop li.bt4{width:100px;}
#container #menuTop a{
position:relative;
	font:12px/30px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
	display:block;
	height:30px;
	overflow:hidden;
	line-height:30px;
	text-align:center;
}
#container #menuTop a:hover,
#container #menuTop a.trigered,
#container #menuTop a.rubrique_active{
	text-decoration:underline;
}
/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:150px;
	padding:0 0 0 20px;
	list-style:none;
}
/***************** RECHERCHE */
form#recherche{
	position:relative;
	width:140px;
	height:70px;
	background:url(../../charte/images/bg-recherche.gif) left top no-repeat;
}
form#recherche input.case{
	position:absolute;
	top:25px;
	left:0;
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
	width:120px;
	height:12px;
	padding:2px;
	border:#ccc solid 1px;
	background:#fff;
}
form#recherche input.btn{
	position:absolute;
	top:25px;
	left:120px;
	width:20px;
	height:18px;
}
/***************** CATALOGUE */
#menuLeft li a{
	text-decoration:none;
	background:url(../../charte/images/bt-catalogue.gif) left top no-repeat;
	border-bottom:solid 1px #D5D5D5;
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	color:#666;
	display:block;
	width:135px;
	margin:0 0 0 0;
	padding:5px 0 5px 5px;
}
#menuLeft li a:hover,
#menuLeft li a.rubrique_active{
	color:#c00;
	background:url(../../charte/images/bt-catalogue.gif) left top no-repeat;
}
/***************** SOUS MENU */
#menuLeft li ul{
	list-style:none;
	background:#eaeaea;
	border-bottom:1px solid #d9d9d9;
}
#menuLeft li ul li a{
	background:none;
	border:none;
	text-decoration:none;
	font:11px/11px Arial, Helvetica, sans-serif;
	color:#999;
	display:block;
	padding:2px 5px 2px 13px;
	width:114px;
}
#menuLeft li ul li a:hover{
	text-decoration:underline;
	color:#f60;
}
/***************** VENTE */
#menuLeft a.vente{
	background:url(../../charte/images/encart-vente.gif) left top no-repeat;
	width:150px;
	height:90px;
	display:block;
	margin:20px 0 0 -5px;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:800px;
}
#contenu {
	float:left;
	width:790px;
	padding:5px 0 10px 10px;
}
#contenu  .ideo_cat_global{
	padding:0 5px;
}
#contenu-gauche{
	float:left;
	width:610px;
	margin:0;
	margin:0 0 10px 0;
}
#contenu-droite{
	float:right;
	width:160px;
	padding-left:10px;
	overflow:hidden;
}
#contenu .sep{
	background:url(../../charte/images/sep.gif) left top no-repeat;
	width:610px;
	height:40px;
	float:left;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
	clear:both;
}
#clearFooter{
	height:60px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
	position:relative;
	clear:both;
	width:980px;
	height:60px;
	margin:-60px auto 0;
	background:url(../../charte/images/bg-footer.jpg) left top no-repeat;
}
#idep{
	position:absolute;
	left:15px;
	top:24px;
	width:180px;
	height:30px;
}
#idep img{
	float:left;
	border:none;
}
#footer #idep a.idep{
	text-decoration:none;
	display:block;
	font:9px/8px Arial, Helvetica, sans-serif;
	color:#999;
	margin:8px 0 0;
}
#footer #idep a.idep.optea{
	margin:0;
}
#footer #idep a:hover.idep{
	text-decoration:none;
	color:#333;
}
/******************* STYLE FOOTER *****************/
#footer p{
	font:9px/40px Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	padding:20px 0 0;
}
#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#666;
}
#footer a:hover, #footer a:active{
	color:#c00;
}


