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

/* Seth Duffey */
/* sethduffey@gmail.com */
/* ############# IMAGE MAP ############# */
dl#deuxpieces.map.on {
	position:relative;
	text-align:left;
	background:url("/interface/plan_mobil_2.gif") no-repeat;
	width: 196px;
	height: 138px;
}
dl#troispieces.map.on {
	position:relative;
	text-align:left;
	background:url("/interface/plan_mobil_3.gif") no-repeat;
	width: 196px;
	height: 138px;
}
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 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:2px;
	width:46px;
	height:39px;
	padding-top: 24px;
}
dl.map.on a#chambre2_2 {
	top:2px;
	left:136px;
	width:54px;
	height:34px;
	padding-top: 16px;
}
dl.map.on a#chambre3_2 {
	top:52px;
	left:136px;
	width:54px;
	height:34px;
	padding-top: 16px;
}
dl.map.on a#cuisine_2 {
	top:2px;
	left:88px;
	width:45px;
	height:30px;
}
dl.map.on a#salon_2 {
	top:2px;
	left:52px;
	width:79px;
	height:50px;
	padding-top: 50px;
}
dl.map.on a#terrasse_2 {
	top:105px;
	left:2px;
	width:138px;
	height:27px;
}
dl.map.on a#sdb_2 {
	top:64px;
	left:2px;
	width:47px;
	height:24px;
	padding-top: 13px;
}
dl.map.on a#wc_2 {
	top:73px;
	left:118px;
	width:15px;
	height:18px;
	padding-top: 11px;
}
