@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/accueil_bg_site.jpg);
	background-repeat: repeat-x;
}

#global {
     position:absolute;
     left: 50%; 
     width: 700px;
	 height: 700px;
     margin-left: -350px; /* moitié de la largeur */ 
     }
	 
#apDiv1 {
	position:absolute;
	left:204px;
	top:121px;
	width:196;
	height:192;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:-11px;
	top:119px;
	width:196px;
	height:192px;
	z-index:1;
}
#apDiv3 {
	position:absolute;
	left:-11px;
	top:356px;
	width:196px;
	height:143px;
	z-index:2;
}
#apDiv4 {
	position:absolute;
	left:9px;
	top:175px;
	width:109px;
	height:36px;
	z-index:3;
}
#apDiv5 {
	position:absolute;
	left:104px;
	top:245px;
	width:68px;
	height:27px;
	z-index:4;
}
#apDiv6 {
	position:absolute;
	left:218px;
	top:175px;
	width:431px;
	height:255px;
	z-index:5;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
