/* Barre de recherche avec Quoi et Ou */
input.Rechercher_QUOI 
{
	display: block;
	position: relative;
	_position: static;
    background-color: #FFFFFF;
    background-image:url(../Images/Recherche/search_QUOI.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px; width: 100%; margin: 0px;
    padding-left: 8px;
    padding-top: 4px;
	margin-right: -8px;
    border: 0px;
    color: #313F3B; 
	font-weight: normal; 
	font-style: normal; 
	font-family: tahoma, verdana, arial; 
	font-size: 13px; 
	text-align: left;
	text-decoration: none;
	z-index: 6;
}
input.Rechercher_DEP_OU
{
	display: block;
    background-color: #FFFFFF;
    background-image:url(../Images/Recherche/search_OU.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 24px; width: 100%; margin: 0px;
    padding-left: 8px;
    padding-top: 4px;
	margin-right: -8px;
    border: 0px;
    color: #313F3B; 
	font-weight: normal; 
	font-style: normal; 
	font-family: tahoma, verdana, arial; 
	font-size: 13px; 
	text-align: left;
	text-decoration: none;
}


a.Rechercher_OU input, .Rechercher_OU_focus input
{
	display: block;
    background-color: #4991CC; /* Couleur bleu */
    background-image:url(../Images/Recherche/search_OU.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 24px; width: 100%; margin: 0px; 
    border: 0px;
	text-decoration: none;
    cursor: pointer;
}
.Rechercher_OU
{
    background-image:url(../Images/Recherche/search_OU.jpg);
}
a.Rechercher_OU:hover input
{
	background-position: center right;
	text-decoration: none;
	/*padding-right: 28px;*/
    cursor: pointer;
}
a.Rechercher_OU:focus input, .Rechercher_OU_focus input
{
	background-position: bottom right;
	text-decoration: none;
	/*padding-right: 28px;*/
    cursor: pointer;
}
a.Rechercher_OU input.ville, .Rechercher_OU_focus input
{
    padding-left: 8px;
    padding-top: 4px;
	/*padding-right: 28px;*/
    color: #FFFFFF;
	font-weight: normal; 
	font-style: normal; 
	font-family: tahoma, verdana, arial; 
	font-size: 13px; 
	text-align: left;
	text-decoration: none;
    cursor: pointer;
}


input.Bouton_TROUVER 
{
	display: block;
    background-color:transparent;
    /*background-image:url(../Images/Recherche/bouton_trouver.png);*/
    background-image:url(../Images/Boutons/bouton_recherchez_trouvez.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px; width: 106px; margin: 8px;
    padding: 8px;
    border: 0px;
	text-decoration: none;
    cursor: pointer;
}

/* Autocompletude */
.Autocomplete, .valeur_selectionnee
{
	display: block; 
	width: 100%; height: 14px;
	padding: 0px;
	margin: 0px;
	_margin-bottom: -20px;
}
a.Autocomplete, a.valeur_selectionnee
{
	left: -10px; padding-left: 10px;
	right: -10px; padding-right: 10px;
	font-weight: normal; 
	font-style: normal; 
	font-family: arial; 
	font-size: 11px; 
	text-decoration: none; 
}
a.Autocomplete
{
	color: #C8C8C8;  /* Couleur gris bleu */
}
a.valeur_selectionnee
{
	color: #000000; /* Couleur noir */
}
td.Autocomplete:hover, a.Autocomplete:hover, .valeur_selectionnee
{
    background-image:url(../Images/Recherche/selection_OU.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 14px;
	color: #000000; /* Couleur noir */
	text-decoration: none; 
	cursor: pointer;
}

.je_recherche, a.je_recherche, .etape_recherche
{
	font-weight: normal; 	font-style: normal; 
	font-family: 'arial rounded MT bold', arial, tahoma, verdana; 
	color: #FFFFFF; /* Couleur blanc */
	text-decoration: none; 
}
.je_recherche, a.je_recherche { font-size: 20px;  }
a.je_recherche:hover { color: #FFFFFF; /* Couleur blanc */  }
.etape_recherche { font-size: 16px; }

.type_de_bien, a.type_de_bien, .type_de_bien_hover, a.type_de_bien_hover, 
.commercant, a.commercant, .commercant_hover, a.commercant_hover, 
.internaute, a.internaute, .internaute_hover, a.internaute_hover
{
	font-weight: normal; 	font-style: normal; 
	font-family: arial, tahoma, verdana; 
	font-size: 12px; 
	text-decoration: none; 
}
.type_de_bien, a.type_de_bien, 
.commercant, a.commercant, 
.internaute, a.internaute
{ color: #C0C0C0; /* Couleur gris */ }
a.type_de_bien:hover, a.type_de_bien_hover, a.type_de_bien_hover:hover { color: #72B2E8; /* Couleur bleu */ }
a.commercant:hover, a.commercant_hover, a.commercant_hover:hover { color: #9ED61D; /* Couleur vert */ }
a.internaute:hover, a.internaute_hover, a.internaute_hover:hover { color: #88BEEC; /* Couleur bleu */ }

.commentaire
{
	font-weight: normal; 	font-style: normal; 
	font-family: arial, tahoma, verdana; 
	font-size: 12px; 
	color: #2B343F; /* Couleur noir */
	text-decoration: none; 
}
