body { 
	margin: 0;
	text-align: center;
	background-color:black;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
}

#container { 
	position:absolute;
	left: 50%;  
	top: 50%;
	margin-top:-300px;
	margin-left:-400px;
	width:800px;
	height:600px; 
	background-image:url(../img/cinema.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	color:white;
	text-align:left;
	
}

#titre {
	text-align:center;
}

#leadercinema {
	margin-top:50px;
}


