body
	{
	background: black url(img/bg.jpg) repeat-y center;
	width: 1000px;
	margin: auto;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
a
	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
p
	{
	margin: 0;
	text-align: center;
	}
	
#header
	{
	background: url(img/header.jpg) no-repeat;
	width: 1000px;
	height: 160px;
	padding-top: 150px;
	}
	
#entrer
	{
	background-image: url(img/entrer.jpg);
	display: block;
	width: 120px;
	height: 20px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	}
