html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body{
	background-color: black;
}
#ContenuAlternatif{
	display: block;
}
#image{
	position: relative;
	height:755px;
	width:570px;
	margin-left:auto;
	margin-right:auto;
	background: url(../alternatif/images/home.jpg) top center no-repeat;
}
#zone1{
	position: absolute;
	display: block;
	width : 45px;
	height: 45px;
	top:665px;
	left:15px;
}
#zone2{
	position: absolute;
	display: block;
	width : 45px;
	height: 45px;
	top:665px;
	left:114px;
}
#zone3{
	position: absolute;
	display: block;
	width : 45px;
	height: 45px;
	top:665px;
	left:203px;
}