body
{
	background-image: url("../images/fond4.jpg");
	background-repeat: repeat-X;
	background-position: center;
	background-color: white;
}

a
{
	color: white;
	font-size: 0.6em;
	font-family: Verdana, "Comic Sans MS", Serif;
	text-align: center;
}

.centered
{
	 position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -230px; /* moitié de la hauteur de l'image */
     margin-left: -222px; /* moitié de la largeur de l'image */
}