@charset "utf-8";

#carte {
	position: absolute;
	top: 210px;
	left: 100px;
	width: 823px;
	height: 450px;
	background-image: url(images/carte.gif);
}

#dirMons {
	position: absolute;
	top: 300px;
	left: 120px;
	width: 141px;
	height: 38px;
	z-index: 99;
}

#dirRoeulx {
	position: absolute;
	top: 348px;
	left: 120px;
	width: 141px;
	height: 38px;
	z-index: 99;
}

#dirAnderlues {
	position: absolute;
	top: 396px;
	left: 120px;
	width: 141px;
	height: 38px;
	z-index: 99;
}

#dirMerbes {
	position: absolute;
	top: 444px;
	left: 120px;
	width: 141px;
	height: 38px;
	z-index: 99;
}

#mons {
	position: absolute;
	top: 210px;
	left: 100px;
	width: 823px;
	height: 450px;
	background-image: url(images/mons.gif);
}

#roeulx {
	position: absolute;
	top: 210px;
	left: 100px;
	width: 823px;
	height: 450px;
	background-image: url(images/roeulx.gif);
	display: none;
}

#anderlues {
	position: absolute;
	top: 210px;
	left: 100px;
	width: 823px;
	height: 450px;
	background-image: url(images/anderlues.gif);
	display: none;
}

#merbes {
	position: absolute;
	top: 210px;
	left: 100px;
	width: 823px;
	height: 450px;
	background-image: url(images/merbes.gif);
	display: none;
}

#footer {
	position: absolute;
	left: 0px;
	top: 680px;
	padding: 10px;
	height: auto;
	width: 1004px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}