/* design de la page tout suite*/

body 
{
   background-color: black; /* Le fond de la page sera noir */  
}

br
{ height: auto;
}

.centrer
{
   text-align: center;
   font-family: saginaw, "Times New Roman", Verdana, serif;
   color: white; /* Le texte de la page sera blanc */
}

.coordonnees
{
	font-family: arial black;
	font-size: 20px;
	text-decoration: none;
	color: white;
	

}

a
{
    font-family: arial black;
	font-size: 16px;
	text-decoration: none;
	color: white;
	
}