body {
	margin	: 0 px;
	padding	: 10px;
	color		: #000;
	height	: 100%;
	font-family	: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size	: 80%;
	background	: url("../images/bg_top.gif") repeat-x #369 fixed;
}

img {
	border: none;
}

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