#formulaire_recherche {
	border: none;
	width: 170px;
	margin: 5px auto 0;
	background: #102650;
	right: 10px;
	position: absolute;
}
#formulaire_recherche input, #formulaire_recherche input.btn {
	border: none;
	float: left;
}
#formulaire_recherche input.box {
	color: #102650;
	font-size: 0.9em;
	width: 125px;
	height: 14px;
	padding: 2px 5px 0;
	background: #e2e4e0;
	margin: 1px 2px 0 2px;
}
#formulaire_recherche input.box:focus {
	background: #616161;
	outline: none;
}
#formulaire_recherche input.btn {
	width: 31px;
	height: 18px;
	cursor: pointer;
	color: #e2e4e0;
	background: #1f3f73;
}
#formulaire_recherche input.btn:hover {
	background: #102650;
}
