body
{
    	width: 100%;
	margin: auto; /* Pour centrer notre page */
	background-color: #ebebeb; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
	font-family: Arial;
	font-size: 13px;
}


h1 /* Tous les titres h1 du corps */
{
   color: #FF3300;
   text-align: center;
   font-size: xx-large
}

p
{
	text-align: center;
	font-size: x-large;
}

#contenu
{
	text-align: center;
}

a
{
	color: #FF3300;
	text-decoration: none;
}

a:hover
{
	color: #FF3300;
	text-decoration: underline;
}