/*********** champs de saisie ************/
.saisie-taille1, .select-taille1{
	width:125px;
	padding-left:10px;
	color:#9a9a9a;
	font-size:12px;
}
/*********** fin champs de saisie ************/
/*********** texte description des champs de saisie ************/
.text-description{
	float:left;
	margin-right:5px;
	font-size:12px;
}
/*********** fin texte description des champs de saisie ************/


/* Pour les résultats de la recherche */
#illustration-recherche{
	margin-left:50px;
	
	float:left;
	margin-top:5px;
}

#texte-recherche {
	color:#705840;	
	font-family:Arial;
	font-size:12px;
	
	margin-top:11px;
	margin-left:250px;
	
	float:left;
}

.clear {
	clear:both;	
}

.recherche-photo {
	padding-top:5px;
	padding-bottom:5px;
	
	border-top:1px solid #72563b;
	border-bottom:1px solid #72563b;
}

.reponse-restaurant table tr td {
	vertical-align:top;
}

.reponse-restaurant table tr td div.nom-restaurant {
	background:url(images/picto-nom.gif) no-repeat;
	padding-left:40px;
	padding-top:2px;
	height:20px;
	
	font-size:12px;
	font-weight:bold;
	color:#705840;
}

.recherche-localisation {
	font-size:12px;
	color:#705840;
	
	/*text-decoration:underline;*/
	line-height:15px;
	
	margin-left:10px;
	margin-bottom:20px;
}

/*********** affichage des textes ************/

.texte-gris {
	color:#9a9a9a;
	font-size:12px;
	
	text-decoration:none;
}

.texte-orange {
	color:#ee7c2d;
	font-size:12px;
}

.texte-marron {
	color:#705840;
	font-size:12px;
}

ul.liste {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.liste li{
	padding-left:10px;	
	background:url(images/puce.gif) no-repeat;
	background-position:0px 5px;
}

a {
	color:#705840;
	text-decoration:none;
}