html
{
	background-image:url("images/home/back.gif");
	background-repeat: repeat x;
	background-attachment: fixed;
}

body
{
	width: 1010px;
	height: 700px;
	/*border: solid red;*/
	margin: auto;
	background-attachment: fixed;
}
#page
{
	
	background-image: url("images/home/acceuil.png");
	width: 802px;
	height: 680px;
	margin: auto;
	/*border: solid red;*/
	margin-top: 10px;
	
	
}
#entrer
{
	width: 100px;
	height: 60px;
	float: right;
	/*border: solid red;*/
	margin-top: 620px;
	
	background-image: url("images/home/entrer.png");
}
