/* ---------------------
	Conteneur Haut
------------------------ */
#contenu{
	position:relative;
	z-index:1;
	height:590px;
	width:768px;
	left:182px;
}

#div_critere{
	position:absolute;
	top:20px;
	left:20px;
	padding:0px;
	text-align:left;
	
}

/*--- Bloc 1 ---*/
#bloc_contenu_01{
	height:53px;
	width:733px;
	background-image:url(../images/opacite-bandeau-titre.png);
	padding-left:35px;
}
#Haut_titre{
	color:#FFF;
	padding:0;
	padding-top:5px;	
	font-size:26px;
	text-align:right;
	margin:0;
	padding-right:10px;
}
#Haut_navigation{
	color:#FFF;
	font-size:10px;
}

/*--- Bloc 2 ---*/
#bloc_contenu_02{
	height:65px;
	width:733px;
	padding-left:35px;
}
#bloc_02_recherche{
	color:#FFF;
	font-weight:bold;
}
.txt_form_gris{
	color:#6b6985;
}

.texteChoix{
	color:#FFFFFF;
	font-weight:bold;
}
#btn_valider{
	background-image:url(../images/btn-ok.png);
	width:24px;
	height:24px;
	color:#FFF;
	cursor:pointer;
	font-size:11px;
	margin-left:5px;
	float:left;
	margin-top:3px;
}

#btn_valider_double_line{
	background-image:url(../images/btn-ok.png);
	width:24px;
	height:24px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
	font-size:11px;
	margin-left:5px;
	margin-top:25px;
	float:left;
}

#textepdf{
	margin-left:475px;
	padding-top:20px;
}
#bloc_02_result{
	color:#000;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}


/*--- Bloc 3 ---*/
#bloc_contenu_03{
	height:25px;
	width:768px;
	position:relative;
}

/*--- Bloc 4 ---*/
#bloc_contenu_04_list{
	display:none;
	/*cursor:pointer;*/
}
#loading{
	position:relative;
	top:160px;
	text-align:center;
	font-style:italic;
}
#bloc_contenu_04{
	border-bottom:2px solid #FFF;
	border-top:2px solid #FFF;
	height:418px;
	width:768px;
}
#bloc_contenu_04_1{
	border-right:1px solid #7B7A68;
	height:418px;
	width:251px;
	background-color:#FFF;
	float:left;
	color:#443B40;
	_height:413px;
}
#bloc_contenu_04_1 a{
	color:#443B40;
	text-decoration:none;
}
#bloc_contenu_04_2{
	border-left:1px solid #7B7A68;
	border-right:1px solid #7B5A47;
	height:418px;
	width:251px;
	background-color:#FFF;
	float:left;
	color:#7B7A68;
	_height:413px;
}
#bloc_contenu_04_2 a{
	color:#7B7A68;
	text-decoration:none;
}
#bloc_contenu_04_3{
	border-left:1px solid #7B5A47;
	height:418px;
	width:251px;
	background-color:#FFF;
	float:left;
	color:#7B5A47;
	_height:413px;
}
#bloc_contenu_04_3 a{
	color:#7B5A47;
	text-decoration:none;
}


/*--- Bloc 5 ---*/
#bloc_contenu_05{
	height:25px;
	width:768px;
	background-color:#993366;
	/*cursor:pointer;*/
}
.ambiance_01{
	float:left;
	width:251px;
	background-color: #443B40;
	height:25px;
	text-align:center; 
	color:#FFF;
	font-size:20px;
}
.ambiance_02{
	float:left;
	width:254px;
	background-color: #7B7A68;
	height:25px;
	text-align:center; 
	color:#FFF;
	font-size:20px;
}
.ambiance_03{
	float:left;
	width:263px;
	background-color: #7B5A47;
	height:25px;
	text-align:center; 
	color:#FFF;
	font-size:20px;
}

.opcacite_menu1{
	width:250px; 
	height:25px; 
	margin-top:-24px;
	*margin-top:-23px;
	background-color:#000; 
	top:0px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}

.opcacite_menu2{
	width:254px; 
	height:25px; 
	margin-top:-24px;
	*margin-top:-23px;
	background-color:#000; 
	top:0px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}

.opcacite_menu3{
	width:263px; 
	height:25px; 
	margin-top:-24px;
	*margin-top:-23px;
	background-color:#000; 
	top:0px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}

/*--- Critères ------*/
.critereLigne{
	background-color:#B8ACAB;
	*background-color:#B0A3A2;
}

.critereContenu{
	background-color:#B8ACAB;
	*background-color:#B0A3A2;
	
	padding-top:3px;
	padding-bottom:3px;
}	
.critereHG{
	background-image:url(../images/longueur-h-g.png);
	width:14px;
	height:15px;
	background-repeat:no-repeat;
}
.critereHD{
	background-image:url(../images/longueur-h-d.png);
	width:14px;
	height:15px;
	background-repeat:no-repeat;
}
.critereBD{
	background-image:url(../images/longueur-b-d.png);
	width:14px;
	height:15px;
	background-repeat:no-repeat;
}
.critereBG{
	background-image:url(../images/longueur-b-g.png);
	width:14px;
	height:15px;
	background-repeat:no-repeat;
}

