/* CSS Document */


#zone1 {
	position: relative;
	top:5px;
	height: 520px;
	width:430px;
	background-image:url(../images/zone4.gif);
	padding: 10px;
}
#zone2 {
	position: absolute;
	top:15px;
	height: 350px;
	width:450px;
	background-image:url(../images/zone2.gif);
	left: 500px;
}


#zone3 {
	position: absolute;
	top:380px;
	height: 190px;
	width:430px;
	background-image:url(../images/zone1.gif);
	padding: 10px;
	left: 500px;
}
#zone4 {
	position: relative;
	top:50px;
	height: 220px;
	width:680px;
	background-image:url(../images/zone6.gif);
	padding: 10px;
}
#zone5 {
	position: relative;
	height: 116px;
	width:446px;
	background-image:url(../images/zone3.gif);
	padding: 2px;
	margin-top: 20px;
}

#Appli {
	position: relative;
	top:50px;
	border-bottom: 2px solid rgb(238, 94, 13);
	padding:3px;
	text-align:lefft;
	width:650px;
	margin-bottom:20px;
}

