/*---------------------------------------------------------------------------*/
/* RECHERCHE D'UN BIEN
/*---------------------------------------------------------------------------*/

/* Pour permettre l'effet "survol" sur les boutons */
body
{
	behavior           :url(csshover.htc);
}

/*---------------------------------------------------------------------------*/
/* RIEN TROUVE ?
/*---------------------------------------------------------------------------*/
div#echec
{
	margin-top         :15px;
	margin-bottom      :20px;

	font-family        :arial, helvetica, sans-serif;
	font-size          :13px;
	font-weight        :bold;
	color              :#ff0000;
	text-align         :center;
}


/*---------------------------------------------------------------------------*/
/* AFFICHAGE D'UN BIEN EN LISTE
/*---------------------------------------------------------------------------*/
td.description div.ville
{
	padding            :5px;

	background         :#28599b;
	font-family        :Arial, Helvetica, sans-serif;
	font-weight        :normal;
	font-size          :13px;
	letter-spacing     :-1px;
	color              :#fff;
}

td.description div.ville em.vendu
{
	font-weight        :bold;
	color              :#ff7777;
	font-size          :14px;
}

td.description div.description
{
	text-align         :justify;
	font-family        :Arial, Helvetica, sans-serif;
	font-weight        :normal;
	font-size          :13px;
	letter-spacing     :1px;
	color              :#000;
}

td.description div.description em.prix
{
	font-weight        :bold;
	font-style         :normal;
	letter-spacing     :2px;
	color              :#b00042;
}


/*---------------------------------------------------------------------------*/
/* MENTIONS SPECIALES
/*---------------------------------------------------------------------------*/
div.mention
{
	margin-top         :20px;
	text-align         :center;
	font-family        :Times New Roman, serif;
	color              :#f00;
	font-style         :italic;
	letter-spacing     :1px;
}
