/* Recherche */
.recherche {
	float: right;
	margin-bottom: 5px;
}

.recherche form {
	margin: 0;
}

.recherche-text {
	width: 150px;
	margin-right: 5px;
	border: none;
	padding: 2px 5px;
}

.recherche-submit {
	background-color: #aeaeae;
	color: white;
	display: block;
	float: right;
	padding: 2px 3px;
	text-decoration: none;
}

.recherche-keywords {
	margin-right: 5px;
	padding: 2px 5px;
}

.recherche-submit-button {
	background-color: #aeaeae;
	color: white;
	display: block;
	padding: 2px 3px;
	text-decoration: none;
}

.recherche-submit::after {
	content: "OK";
}

.recherche a, .recherche a:hover, .recherche a:link, .recherche a:visited
	{
	color: white;
}



