@charset "utf-8";
/* CSS Document */

body{
	background-color:#d9d9d9;
}

#centrage img{
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-203px;
	margin-left:-205px;
}