body {
	background-color:#ffffff;
}
	
#image {
	background-color: #ffffff;
	border: 0px solid #333;

	margin-left: auto;
	margin-right: auto;
	
	position: absolute;

	width: 430px;        /* selon la largeur voulue */
	margin-left: -215px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */

	height: 150px;       /* selon la quantite de texte */
	margin-top: -75px;   /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
}
