/*******	Résultats	**********/
.texte_recherche {
	height: auto;
	min-height: 400px;
	_height: 400px;
	background-image: url('images/biocoop/recherche/fond.gif');
	background-repeat: repeat-y;
	background-position: top center;
}
.texte_recherche ul, .texte_recherche li {
	list-style: none;
}
.texte_recherche li {
	padding-bottom: 20px;
}

/*******	Bloc Recherche ********/
.moteur_recherche {
	height: 22px;
	vertical-align: middle;
	width: 220px;
	border: solid 0px #000000;
	background-image: url('images/biocoop/recherche/recherche_fond.gif');
	background-repeat: no-repeat;
}
.moteur_recherche input.texte {
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
	width: 176px;
	height: 16px;
	font-size: 10px;
}
.moteur_recherche input.image {
	background-color: #D0E1FB;
	color: #6C7A94;
	border-color: #ADC1F4;
	font-weight: bold;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-top: 1px;
}