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

body{
	background-image:url('../image/body.png');
	background-repeat: repeat-x;
	background-color:#d9d9d9;
}

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