h1
{
   text-align: center;
   font-family: "Arial Black", Arial, "Times New Roman", serif;
   text-decoration: blink; /* Le titre sera clignotant ! (ne fonctionne pas sous Internet Explorer) */
	   color: rgb(243,65,243);

}
h2
{
	text-align: center;
   font-family: "Arial Black", Arial, "Times New Roman", serif;
   text-decoration: blink; /* Le titre sera clignotant ! (ne fonctionne pas sous Internet Explorer) */
	color: red;
}
body
{
   background-color: black;
}