body {
	text-align: center;
	}
div#page {
	margin: 15px auto;
	background-image: url(images/entree_provisoire.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 700px;
	position: relative;
	}
	
div#pageOK {
	margin: 15px auto;
	background-image: url(images/bg/bg_accueil3.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 700px;
	position: relative;
	}
	
	
div#entree1 a,
div#entree2 a,
div#entree3 a,
div#entree4 a  {
	display: none;
	}


div#entree1 {
	position: absolute;
	left: 170px;
	top: 250px;
	width: 180px;
	height: 260px;	
	cursor: pointer;
	}
div#entree2 {
	position: absolute;
	left: 355px;
	top: 270px;
	width: 140px;
	height: 200px;	
	cursor: pointer;
	}
div#entree3 {
 	position: absolute;
	left: 500px;
	top: 270px;
	width: 140px;
	height: 200px;	
	cursor: pointer;
	}	
  
div#entree4 {
 	position: absolute;
	left: 645px;
	top: 250px;
	width: 180px;
	height: 260px;	
	cursor: pointer;
	}	



div#contenu {
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	color: #b27100;
	width: 260px;
	text-align: center;
	position: absolute;
	
	left: 370px;
	top: 475px;
	}
	
	
	
div#facebook {
	background-image: url(images/facebookAccueil.png);
	width: 678px;
	height: 70px;
	position: absolute;
	top:615px;
	left: 160px;
	cursor: pointer;
	}	
