#recherche form{
	margin:0;
	padding:0;
	color:#fff;
}
#recherche input{
	border:1px solid #900;
	color:#000;
	background-color:#fff;
	margin:2px;
}
#recherche input.text{
	width:118px;
	float:left;
}
#recherche input.submit{
	color:#fff;
	background-color:#4b0d09;
	width:20px;
	float:right;
}
#recherche input.submit:hover{
	background-color:#900;
}
