body {
	background-color: #2656E8;
	background-image: url(images/fond.png);
	background-repeat: repeat-xy;
}

#page {
	position: absolute;
	width: 600px;        /* selon la largeur voulue */
	margin-left: -300px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 460px;       /* selon la quantite de texte */
	margin-top: -230px;   /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
 
}

a img {
	border: 0;
}