

dl.plan.on {
	position: relative;
	text-align: left;
	padding: 0px;
}

dl.plan.on  * {
	padding: 0;
	margin: 0;
}

dl.plan.on dt {
	list-style: none;
	display: inline;
}

dl.plan.on dd {
	position: absolute;
	left: -9999px;
	width: 150px;
	padding: 4px;
	border: #262D38 1px solid;
	background: #F4EFEF;
	color: #262D38;
	font-family: arial, sans-serif;
	z-index: 100;
	font-size:.7em;
}

dl.plan.on dd img {
	position: relative;
	float: right;
	border: #262D38 1px solid;
	margin: 2px;
}

dl.plan.on a.point {
	display: block;
	position: absolute;
	text-indent: -9999px;
	background: url(plugins/spip-plans/prive/images/aide.gif) no-repeat;
	width: 12px;
	height: 12px;
	outline: none;
	z-index: 10;
	text-decoration: none;
}

dl.plan.on a.point:hover {
}

dl.plan.on dd a {
	text-decoration: none;
	color: #000;
}


dl.plan.on#plan_1 {
	width: 277px;
	height: 200px;
	background: url("IMG/planon1.jpg") no-repeat;
}


dl.plan.on a.point#point_1 {
	z-index: 10;
	top: 180px;
	left: 175px;
	background: url(IMG/pointon1.png) no-repeat;
	width: 12px;
	height: 12px;
}

dl.plan.on a.point#point_2 {
	z-index: 11;
	top: 180px;
	left: 127px;
	background: url(IMG/pointon2.png) no-repeat;
	width: 12px;
	height: 12px;
}

dl.plan.on a.point#point_3 {
	z-index: 12;
	top: 25px;
	left: 145px;
	background: url(IMG/pointon3.png) no-repeat;
	width: 12px;
	height: 12px;
}

dl.plan.on a.point#point_4 {
	z-index: 13;
	top: 118px;
	left: 195px;
	background: url(IMG/pointon4.png) no-repeat;
	width: 12px;
	height: 12px;
}

dl.plan.on a.point#point_5 {
	z-index: 14;
	top: 180px;
	left: 205px;
	background: url(IMG/pointon5.png) no-repeat;
	width: 12px;
	height: 12px;
}

