@charset "utf-8";
/* CSS Document */

div#recherche{
	background-image:url(../images/fond_recherche.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:178px;
	height:56px;
	border:none;
	padding-top:16px;
}
div#recherche .formulaire_recherche fieldset{
	border:none;
	padding:0;
}
div#recherche .formulaire_recherche label{
	background-image:url(../images/loupe.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:24px;
	height:25px;
	border:none;
	float:left;
}
div#recherche .formulaire_recherche label span{
	display:none;
}
div#recherche .formulaire_recherche input{
	float:left;
}
div#recherche .formulaire_recherche input.text{
	width:115px;
/*	height:10px;*/
	padding:2px;
	border:1px solid #a0a09f;
	margin-top:3px;
	font-size:12px;
}
div#recherche .formulaire_recherche button.submit{
	background-image:url(../images/btn_ok.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	margin:4px 0px 0px 5px;
	width:17px;
	height:17px;
	padding:0;
	cursor:pointer;
}
div#recherche .formulaire_recherche button.submit span{
	display:none;
}
div#recherche #retour a{
	float:left;
	font-size:9px;
	background-image:url(../images/picto_retour.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:1px 0px 0px 19px;
	margin-top:12px;
	letter-spacing:1px;
}
