/*
	---------- Feuille de style de la liste des campings ----------
*/

div.pave_camping:hover {
	background-color: #EDF7FC;
}

.nom_camping {
	color: #2E6396;
	font-size: 14px;
	font-weight: bold;
}
.txt_adresse,
.descr_camping {
	font-size: 11px;
}
.lien_plusdinfos {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #3395D4;
}
a.liste_campings {
	text-decoration: none;
}
a:hover .nom_camping {
	text-decoration: none;
	color: #F58500;
}
a:hover .txt_adresse,
a:hover .descr_camping {
	text-decoration: none;
	color: #3395D4;
}
a:hover .lien_plusdinfos {
	color: #F58500;
	text-decoration: underline;
}

.photo {
	border: 1px solid #3395D4;
}


/* Carte de la zone */

div.carte_zone_legende {
	font-size: 9px;
	color: #000000;
	background-color: #F8FFB6;
	padding: 1px;
	border: 1px solid #F8BB00;
	text-align:center;
}
div.carte_zone_legende a {
	color: #000000;
	text-decoration: none;
}
div.carte_zone_legende a:hover {
	color: #F58500;
	text-decoration: none;
}



