/* CSS Document */
div.carte a span {
	position:absolute;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003399;
	text-align:center;
	line-height:12px;
	}
.carte_1 {
	position:absolute;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#808000;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
	line-height:12px;
	}
div.carte a span:hover {
	background-color:#808000;
	font-weight:bold;
	color: #FFFFFF;
	}
div.carte img:hover {
	border:solid #FFFFFF 3px;
	margin-top:-3px;
	margin-left:-3px;
}
.fondCarte_0 {
	width:535px;
	height:400px;
	margin-top:10px;
	background-image:url(photos/CarteVaucluse/Carte_2.gif);
	background-repeat:no-repeat;
}
.fondCarte_1 {
	width:535px;
	height:400px;
	margin-top:10px;
	background-image:url(photos/CarteVaucluse/Carte_1.gif);
	background-repeat:no-repeat;
}

