@charset "utf-8";
p {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;	
}

#container {
	position:relative;
	/* background:yellow; */
	/* margin:auto; */
	width: 300px;
	height: 316px;
}
.centrage_container {  
	position:absolute;   

	/* Centrer verticalement */  
	top: 50%;   
	margin-top: -158px;   

	/* Centrer horizontalement */  
	left: 50%;   
	margin-left: -150px;  
}
#apDiv1 {
	position:absolute;
	width:167px;
	height:167px;
	z-index:1;
	left: 61px;
	top: 68px;
}
#apDiv2 {
	position:absolute;
	width:68px;
	height:50px;
	z-index:2;
	left: 110px;
	top: 0px;
}
#apDiv3 {
	position:absolute;
	width:68px;
	height:50px;
	z-index:3;
	left: 220px;
	top: 48px;
}
#apDiv4 {
	position:absolute;
	width:68px;
	height:50px;
	z-index:4;
	left: 220px;
	top: 210px;
}
#apDiv5 {
	position:absolute;
	width:68px;
	height:50px;
	z-index:5;
	left: 0px;
	top: 210px;
}
#apDiv6 {
	position:absolute;
	width:68px;
	height:50px;
	z-index:6;
	left: 0px;
	top: 48px;
}
#apDiv7 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:7;
	left: 50px;
	top: 292px;
	font-size: 24px;
}
#apDiv8 {
	position:absolute;
	width:300px;
	height:12px;
	z-index:8;
	left: 0px;
	top: 270px;
}
img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
