


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


/*=============================RECHERCHE RAPIDE===============*/
div.rechercherapide {
	background-color: #ffffff;
	border: solid 0px #d9d9d9;
	border-width: 0px 0px 0px 0px;
	float: left;
	width: 350px;
	height: 110px;

}

div.rechercherapide div.text{
	width: 300px;
	float: left;		
}


div.rechercherapide form {

	height: 110px;
	padding: 1px 20px;
}


div.rechercherapide form span {
	color: #86897f;

}
div.rechercherapide form fieldset {
	border: none;
			
}

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

div.rechercherapide form select {
	border:1px solid #bdbcbd;
	color: #5c5c5c;	
	z-index:1;
	width: 250;
}
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: 50px;
}

div.rechercherapide form input.button {
	float: right;
}

