body {
	margin: 5px 0;
	padding: 0;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
/* Resets 1em to 10px */
	background-color: #000;
color: #FFF;
text-align: right;
}

#contenu{
	 position: absolute;
     left: 50%; 
     top: 50%;
     margin-top: -157px; /* moitié de la hauteur de l'image */
     margin-left: -424px; /* moitié de la largeur de l'image */
 }
 
