/*** Style du module ANNUAIRE en Front Office ***/
.champs_adresseLarge
{	width:300px;	border:1px solid #B6B6B6;	}

/* Definition des 4 zones */
.blocRecherche
{	width:450px; float:right;	}

.blocGoogle
{	width:500px; float:left;	}

.blocReponse
{
	clear:both; margin-top:10px;
	width:500px; float:left;
}

.blocSelection
{
	margin-top:10px;
	width:450px; float:right;
}

.blocNoResearch
{
	clear:both; padding-top:30px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

/* Detail des zones */
div.blocReponse div.nombreReponse
{	float:left; 		width:40%;			text-align:left; margin-top:4px; font-weight:bold;	}
div.blocReponse div.pagination
{	float:right; 		width:59%;			text-align:center;	}

div.blocReponse div.aucuneReponse
{	font-weight:bold;	margin-top:20px;	text-align:center;	}

div.reponse,
div.selection
{
	clear:both;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:2px; margin-bottom:5px;
	position:relative;
}

div.reponse span.nom,
div.selection span.nom
{	font-size:16px;	font-weight:bold;}

div.reponse span.localisation,
div.selection span.localisation
{	color:#AAAAAA;	}

div.reponse p.selectionner,
div.selection p.selectionner
{	position:absolute; bottom:2px; right:0px;	}

div.reponse p.fiche, div.reponse span.contact, div.reponse span.contactTel,
div.reponse p.fiche, div.selection span.contact, div.reponse span.contactTel
{	cursor:pointer;	}

.survol
{	background-color:#EEEEEE;}

/*** Pagination ***/
.pagination td div span
{	display:none;	}

/*** Pour google Map ***/
.googleInfoWindow
{	font-size:10px;		}

.googleInfoWindow h1
{	background:none;	font-size:12px;	color:#000000;	margin:0;	padding:0; margin-bottom:5px;	min-height:0;	height:auto;	}

.googleInfoWindow .distance
{	margin-bottom: 10px;	}

.googleInfoWindow h2
{	background:none;	font-size:10px;	color:#000000;	margin:0;	padding:0; margin-bottom:2px;	min-height:0;	height:auto;	}

.googleInfoWindow .lien
{	text-align:right;	margin-top:5px;	}

/*** Comparaison site ***/
table.liste td.groupe
{
	font-size:12pt;
	padding-top:10px;
	padding-bottom:5px;
	font-weight:bold;
}

.blocGoogleComparer
{
	margin-left:auto;	margin-right:auto;
	margin-bottom:20px;
}

