/** MODULE DE RECHERCHE **/

.horizSlideDiv{
	position:absolute;
	width:10px; 
	height:10px;	
	cursor:default; 	 
	background-image: url(images/horizontal_bar/horizSlider.png);
	background-repeat: no-repeat;
}

.horizBackGroundDiv{
	position:relative;
	padding-top :0px;	
	padding-right : 5px;
	width:130px;
	height:36px;		
	background:url(images/horizontal_bar/horizontal_bar_search_2.gif) no-repeat; 	
}
.valueMinDiv{		
	position : relative;
	float : left;
	margin-top:10px;
	margin-left:0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}

.valueMaxDiv{		
	position : relative;	
	float : right;	
	margin-top:10px;
	margin-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	font-weight: bold;
}

.intitulDiv{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	font-weight: bold;
}

.display_country{
	position : absolute;
	display : none;
}
   
