/* === Barre de recherche === */
.barre_recherche
{
	position: absolute;
	left: 50%; top: 50%;
	margin: -15px 0 0 -215px;
	border-radius: 1px;
	width: 430px;
	height: 30px;
	
	background: #f2f2f2;
	color: #333;
	/*sombre: 
	
	background: #333;
	color: #f2f2f2;

	*/
}

.recherche
{
	float: left;
	display: block;
	width: 390px;
	height: 26px;
	padding: 0;
	margin: 2px 0 2px 10px;
	border: none;
	outline: none;

	background: none;
	color: inherit;
}

.recherche::-moz-placeholder{text-align: center; color: inherit;}
.recherche:-moz-placeholder {text-align: center; color: inherit;}
.recherche::-webkit-input-placeholder{text-align: center; color: inherit;}
.recherche:-ms-input-placeholder{text-align: center; color: inherit;}

.sherlock
{
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../img/ch4.png) no-repeat center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	padding: 0;
	margin: 0;
	border: none;
	opacity: .5;
	font-size: 1.1em;
	cursor: pointer;
}

.sherlock:hover, .sherlock:focus{opacity: 0.9;}
