/* Classes pour le survol des plans de mobilhomes handi */

/* Seth Duffey */
/* sethduffey@gmail.com */
/* ############# IMAGE MAP ############# */
dl#chalet.map.on {
	position:relative;
	text-align:left;
	background:url("/interface/plan_mobil_h.gif") no-repeat;
	width: 196px;
	height: 138px;
}
dl#mobilhome.map.on {
	position:relative;
	text-align:left;
	background:url("/interface/plan_mobil_h.gif") no-repeat;
	width: 205px;
	height: 138px;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position: absolute;
	left: -9999px;
	width: 300px;
	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 1 POINTS */
dl.map.on a#chambre1_1 {
	top:2px;
	left:144px;
	width:47px;
	height:45px;
	padding-top: 18px;
}
dl.map.on a#chambre2_1 {
	top:2px;
	left:2px;
	width:46px;
	height:45px;
	padding-top: 18px;
}
dl.map.on a#cuisine_1 {
	top:2px;
	left:53px;
	width:12px;
	height:42px;
}
dl.map.on a#salon_1 {
	top:2px;
	left:29px;
	width:94px;
	height:50px;
	padding-top: 50px;
	padding-left: 18px;
}
dl.map.on a#terrasse_1 {
	top:105px;
	left:2px;
	width:138px;
	height:27px;
}
dl.map.on a#sdb_1 {
	top:65px;
	left:144px;
	width:47px;
	height:27px;
	padding-top: 12px;
}
dl.map.on a#wc_1 {
	top:64px;
	left:2px;
	width:22px;
	height:30px;
	padding-top: 10px;
}
/* START OF CSS FOR MAP 2 POINTS */
dl.map.on a#chambre1_2 {
	top:2px;
	left:131px;
	width:70px;
	height:77px;
	padding-top: 24px;
}
dl.map.on a#chambre2_2 {
	top:50px;
	left:2px;
	width:48px;
	height:22px;
	padding-top: 31px;
}
dl.map.on a#cuisine_2 {
	top:2px;
	left:68px;
	width:15px;
	height:41px;
}
dl.map.on a#salon_2 {
	top:2px;
	left:53px;
	width:73px;
	height:50px;
	padding-top: 50px;
}
dl.map.on a#terrasse_2 {
	top:105px;
	left:2px;
	width:146px;
	height:27px;
}
dl.map.on a#sdbwc_2 {
	top:2px;
	left:2px;
	width:62px;
	height:32px;
	padding-top: 13px;
}
