/*
	www.merzok.com
	jolie saisie de recherche
	Copyleft - all rights reversed.
*/

#recherche-style { /* position:absolute; top:25px; right:40px; */ margin-bottom: 20px; }
#recherche-style input.rech { color: #000; border-radius:0; height: 56px; padding: 0 0px;padding-left:-2px; margin: 0; width: 150px; border: 0; font-size: 15px; background-color: transparent; background-image: url(images/refond.png); background-repeat: repeat-x; background-position: left top; vertical-align:bottom; }

@media (max-width: 1025px) {
	#recherche-style input.rech { width: 64px; }

	
}
#recherche-style .refond { margin-bottom: 0px; }

/* Styler le bouton submit */
#recherche-style button {
	height:56px; width:55px;
	border:0;
	background: transparent url(images/jolirecherche_ok.png) no-repeat;
	margin-left:-5px;
	vertical-align:bottom;
}

/* Masquer le texte du bouton submit */
#recherche-style button span {
	display:none; /* display:inline */
}

/* Masquer le bouton submit */
#recherche-style button {
	display:inline; /* display:none */
}

/* hack IE pour decaler d'un pixel vers le bas */
* html #recherche-style input.rech { position: relative; top:1px; }

