#libelle_villes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
font-weight:bold;
}

#libelle_villes2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
font-weight:bold;
}

div.sablier {
	background-image:url(../img/sablier.gif);
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	width:64px;
	height:64px;
	background-color:white;
	border:3px dotted #1b3268;
}

#carte_secteur {
	background-image:url(../img/carte-secteur.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

.secteur_non_select {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color:#abd0e6;
	border:0;
	background-color:transparent;
	position:absolute;
	cursor:pointer;
}

.secteur_select {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color:#0A246A;
	border:0;
	background-color:white;
/*	text-decoration:underline;*/
	position:absolute;
	cursor:pointer;
}

.ville_non_select {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#abd0e6;
	border:0;
	background-color:transparent;
	position:absolute;
	cursor:pointer;
	z-index:150;
}

.ville_select {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#0A246A;
	border:0;
	background-color:white;
	/*text-decoration:underline;*/
	position:absolute;
	cursor:pointer;
	z-index:150;
}

.ville_position {
	width:5px;
	height:5px;
	font-size:1px;
	background-color:#ff8080;
	position:absolute;
	z-index:100;
}
