#container
{
	width : 623px;
	height : 449px;
	background-color : #000000;
	margin : auto;
	
	background-image: url(../images/background.jpg); 
	background-repeat : no-repeat;
	background-position : bottom center;
	
	text-align : center;
	
	font-family : Arial;
	font-size : 12px;
}

#titre
{
	margin-top : 30px;
}

#fr
{
	color : #ffffff;
	margin : 25px;
}

#en
{
	color : #8c8b8b;
	font-style : italic;
	margin : 20px;
}

#bouton
{
	margin-top : 35px;
}

img
{
	border : 0;
}