@charset "utf-8";

/* CSS Document */





#zone1 {

	position: relative;

	height: 110px;

	width:440px;

	background-image:url(../images/zone3.gif);

	padding: 5px;

	top: 20px;

}

#zone2 {

	position: relative;

	height: 80px;

	width:440px;

	background-image:url(../images/zone3.gif);

	padding: 5px;

	top: 30px;

}

#zone3 {

	position: relative;

	height: 110px;

	width:440px;

	background-image:url(../images/zone3.gif);

	padding: 5px;

	top: 50px;

}



#zone4 {

	position: absolute;

	top:46px;

	height: 200px;

	width:440px;

	background-image:url(../images/zone1.gif);

	padding: 5px;

	left: 505px;

}

