.coordonnees
{
	color: white;
	font-size: 18px;
	text-align: right;
	position: relative;
    background-attachment: fixed;
	width:900px;
}
a
{
   text-decoration: blink;

   /*text-decoration: none; /* Les liens ne seront plus soulignés */
   color: red; /* Les liens seront en rouge au lieu de bleu */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */

}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: green; /* Le lien sera écrit en vert quand on pointera dessus */
}

body
{
	background-image: url("fonds/flyersansecriture2.bmp"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
	background-repeat: no-repeat;
    width: 760px;
    margin-left: 150px; /* Pour centrer notre page */
    margin-right: 0px;
    margin-top: 80px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
    margin-bottom: 100px;    /* Idem pour le bas du navigateur */
}

<p>
{
	background-attachment: fixed;
	width:250px;
	text-align: center;
}
h1
{


   color: brown;
   font-size: 300%;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Courier New", Serif;
	text-align:center;
  
}
h2
{
   color: brown;
   font-size: 200%;
   text-align: center;
}
h3
{
   color: brown;
   font-size: 200%;
   text-align: center;
}
h4
{
   color: rgb(222,112,112);
   font-size: 200%;
   text-align: center;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Courier New", Serif;
   
}