
body 
{
   background-image:url("fond.png");
}

h1, h2,h4,h5,h1 a, h2 a,h3 a,h4 a,h5 a
{
   color: #AA0000;
}

h1 a:visited, h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited
{
   color: #800000;
	
}


p
{
  text-align: justify;
}


.flotte {
float:left;
    margin-left: 1em;
    margin-right: 1em;
}

.truc-a-centrer {
  position: absolute; /* postulat de départ */
  top: 50%; left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}
