a:hover /* Quand on pointe sur un paragraphe */
{
   background-color: #CFE1EB; /* Le fond du paragraphe change de couleur */
   text-indent: 20px;
}

