﻿body{
	background-color: #000;
	font-family: helvetica;
	color: #eadace;
}
#conteneur{
	display: none;
	position: relative;
	
	width: 1000px;
	height: 700px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(img/bg_accueil.jpg);
}

#accueil{
	display: none;
	position: relative;
	
	top: 280px;
	
	text-align: center;
}

.bienvenue{
	font-size: 10pt;
}

.accroche{
	font-size: 19pt;
}

#entrer{
	display: none;
	position: relative;
	
	width: 156px;
	height: 92px;
	
	margin-left: auto;
	margin-right: auto;
	
	background: url(img/entrer.png) no-repeat top center;
	
	cursor: pointer;
}
