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

body {
	background-image: url(images/fond.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#entree {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
}
