


div.separator {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}


/*=============================RECHERCHE RAPIDE===============*/
div.rechercherapide {
	border-width: 0px 0px 0px 0px;
	float: center;


}

div.rechercherapide div.text{

	float: left;		
}


div.rechercherapide form {

	padding: 0px 20px;

}


div.rechercherapide form span {
	color: #86897f;
	padding: 0px 8px;

}
div.rechercherapide form fieldset {
	border: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
			
}

div.rechercherapide form label {
	text-transform: uppercase;
}

div.rechercherapide form select {
	border:1px solid #bdbcbd;
	color: #5c5c5c;	
	z-index:1;
	width:200px;
}
div.rechercherapide form input.text {
	border: solid 1px #bdbcbd;
	padding: 0px;
	width: 120px;
}

div.rechercherapide form input.text_ch {
	border: solid 1px #bdbcbd;
	padding: 0px;
	width: 48px;
}

div.rechercherapide form input.button {
	float: right;
	padding-right:18px;
	padding-top:7Px;
}

