body
{
   background-color: black;
   color : white ;
}

h1
{
   width: 80%;
   text-align: center;
   font-size: xx-large;
   font-family: "Courier New", "Times New Roman", serif;
}

a
{
   text-decoration: none;
   color: white;
}
a:hover
{
   text-decoration: none;
   font-style: italic;
}

p
{
   width: 80%;
   text-indent: 40px;
   text-align: justify;
   font-size: medium;
   font-family: "Courier New", "Times New Roman", serif;
   margin-top: 70px;
}

.imageflottante
{  
   float: left;
}

#pied_de_page
{
   text-align: center;
   font-size: x-small;
   margin-top: 150px;
   width: 100%
}
