/* CSS Document */

.formulaire_recherche{
	float:left;
	clear:left;
	width:188px;
	height:35px;
	margin:30px 0px 0px 16px;
	padding:37px 0px 0px 7px;
	background-image:url(../../../IMG/squelettes/type/de/fond_form_recherche_ALL.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:inline; /* IE 6 */
}

.formulaire_recherche fieldset{
	border:none;
	padding:0;
}

.formulaire_recherche label, .formulaire_recherche legend{
	display:none;
}

.formulaire_recherche input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	border:1px solid #53232a;
	width:134px;
	float:left;
	padding-left:5px;
	background-color:#e2dcd7;
}

.formulaire_recherche button{
	padding:0;
	float:left;
	margin:0px 0px 0px 10px;
	border:none;
	width:22px;
	height:22px;
	cursor:pointer;
	background-image:url(../../../IMG/squelettes/accueil/btn_recherche.jpg);
	background-color:transparent;
	background-position:0px 0px;
	background-repeat:no-repeat;
}

/* accueil */
.formulaire_recherche_accueil{
	width:231px;
/*	height:36px;
	margin:26px 0px 0px 0px;
	padding:39px 0px 0px 9px;*/
	clear:none;
	margin:16px 0px 0px 14px;
	background-image:url(../../../IMG/squelettes/accueil/de/fond_form_recherche_ALL.jpg);
}

.formulaire_recherche_accueil input{
	width:173px;
}

