/* Dissimulation du bloc Rechercher un Spa */
		
.module_1
{
display: none;
}

		.recherche_avancee
		{
		clear: both;
		float: left;
		width: 220px;
		margin-top: 20px;
		background-image: url("http://www.spasdefrance.fr/includes/images/background_module.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #ffffff;
		border: 1px solid #e4e4e4;
		}
		
		.titre_recherche_avancee
		{
		float: left;
		width: 205px;
		height: 26px;
		padding-top: 10px;
		padding-left: 15px;
		font-size: 14px;
		font-style: italic;
		color: #3476bc;
		}
		
		.contenu_recherche_avancee
		{
		clear: both;
		float: left;
		width: 210px;
		padding-left: 5px;
		padding-right: 5px;
		height: 330px;
		margin-top: 10px;
		padding-bottom: 5px;
		}
		
			.form_region
			{
			width: 210px;
			margin-top: 5px;
			}
			
			.form_region select
			{
			width: 210px;
			}
			
				.form_dep
				{
				width: 210px;
				margin-top: 5px;
				}
				
				.form_dep select
				{
				width: 210px;
				}
				
			.form_spa
			{
			width: 210px;
			margin-top: 5px;
			}
			
			.form_spa input[type=radio]
			{
			margin-left: 15px;
			vertical-align: -10%;
			}
			
			.form_spa input[type=radio]:focus
			{
			outline: none;
			}
		
		.conteneur_carte
		{
		float: left;
		width: 385px;
		margin-top: 12px;
		margin-left: 10px;
		}
		
		/* Résultats de Recherche */
		
		.conteneur_resultats_search
			{
			clear: both;
			float: left;
			width: 620px;
			margin-top: 5px;
			margin-bottom: 20px;
			}

			/* Il y a des réponses */			
			
			.conteneur_item_search
			{
			clear: both;
			float: left;
			width: 625px;
			margin-top: 5px;
			color: #ffffff;
			background-color: #4b7bb8;
			border-bottom: 1px solid #a5bddc;
			}
			
			.link_search :hover
			{
			color: #ffffff;
			background-color: #609dea;
			cursor: pointer;
			}
			
			.conteneur_nom_spa
			{
			float: left;
			width: 325px;
			padding-top: 9px;
			padding-left: 5px;
			min-height: 23px;
			font-size: 12px;
			}
			
			.conteneur_type_spa
			{
			float: left;
			width: 130px;
			padding-top: 9px;
			min-height: 23px;
			font-size: 12px;
			}
			
			.conteneur_ville_spa
			{
			float: left;
			width: 165px;
			padding-top: 9px;
			min-height: 23px;
			font-size: 12px;
			}
			
		/* Il n'y a pas des réponses */
		
		.conteneur_item_search_no_reponse
		{
		clear: both;
		float: left;
		width: 625px;
		margin-top: 5px;
		background-color: #eaeaea;
		border: 1px solid #e5e3e3;
		}
		
		.phrase_no_reponse
		{
		padding-top: 7px;
		min-height: 25px;
		padding-left: 5px;
		color: #ffffff;
		background-color: #4b7bb8;
		}
