#FormRecherche input, #FormRecherche textarea, #FormRecherche select {
	border: 1px solid #cac9b9;
	font-size:11px;
	font-family:Tahoma;
	color:#333333;
	background-color:#FFFFFF;
}

#FormRecherche .red {
	border: 1px solid red;
}

#FormRecherche label.red {
	border: none;
	color: red;
}

#FormRecherche .customRed {
	border: none;
	color: red;
}
#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#FormRecherche .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}


/*************************************************************/
