body {
  background-color: #a7c3e8;
    color: #000000;
  }
  p {
    font-size: 20px;
  }
  h1 {
    color: #000000;
  }
  a { 
  color: #000000;
  text-decoration:none;
}
a:hover{
    color:#ffffff ;
}
ul{
    list-style-type: square;
}
body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.recuperation{
  background-image: url("images/foot.jpg");
  background-size: cover;
} 

