/* Câlage du formulaire global */
#recherche_location {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}

/* Câlage de chaque ligne du formulaire (contient la désignation et le champs) */
#recherche_location .ligne {
	width:100%;
	float:left;
	padding-top:10px;
}

#recherche_location .entete {
	width:100%;
	float:left;
	padding-top:10px;
	color:#B8AB88;
}

#recherche_location .ligne_valider {
	width:100%;
	float:left;
	padding-top:10px;
	text-align:center;
}

#recherche_location .ligne_valider input {
	border : solid 1px #cccccc;
	background: #565140;
	color : #f0e7c9;
	font-weight : bold;
	font-size : 11px;
	padding: 1px;
}

#recherche_location .designation {
	width:25%;
	float:left;
}

#recherche_location .champs {
	width:75%;
	float:left;
}

/* Mise en forme des éléments du formulaire */
#recherche_location .textInput,textarea{
	/*width:300px;	*/
	font-family:arial;
	background-color:#FFFFFF;
	border:1px solid #b8ab88;
	font-size:12px;
}


#recherche_location .inputHighlighted{
	background-color:#fffaeb;
	color:#433e2f;
	border:1px solid #b8ab88;
	font-family:arial;
	font-size:12px;
}

.vente_formulaire_verif {
	/*font-weight: bold;*/
	text-align: left;
	border: 1px solid #FF0000;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	height:auto;
	background-color:#fffaeb;
	color:#FF0000;
	font-size:11px;
	margin-top:10px;
	}
