/* Classes pour le survol des plans de chalets */

/* Seth Duffey */
/* sethduffey@gmail.com */
/* ############# IMAGE MAP ############# */
dl.map.on {
	position:relative;
	width: 186px;
	height: 153px;
	background:url("/interface/plan_chalet.gif") no-repeat;
	text-align:left;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:220px;
	background-color: #ffffff;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	outline:none;
	z-index:10;
	text-decoration:none;
	padding: 1px;
	font-size:0.85em;
	text-align: center;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#chambre1 {
	top:2px;
	left:125px;
	width:55px;
	height:58px;
}
dl.map.on a#chambre2 {
	top:2px;
	left:70px;
	width:52px;
	height:43px;
}
dl.map.on a#cuisine {
	top:46px;
	left:2px;
	width:15px;
	height:45px;
}
dl.map.on a#salon {
	top:47px;
	left:20px;
	width:100px;
	height:45px;
	padding-top: 25px;
}
dl.map.on a#terrasse {
	top:120px;
	left:2px;
	width:118px;
	height:27px;
}
dl.map.on a#sdb {
	top:2px;
	left:2px;
	width:64px;
	height:25px;
}
dl.map.on a#wc {
	top:31px;
	left:2px;
	width:43px;
	height:12px;
}
