h1 {
  font: 24px Verdana ;
}

h2 {
  font: 12px Verdana ;
}
h3 {
  font: 12px Verdana ;
}
h4 {
  font: 10px Verdana ;
}
.td {
  vertical-align: middle ;
}
.cellule {
  display: flex ;
  align-items: center ;
}
a {
text-decoration : none ;
}

footer {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  padding: 20px;
}

footer a {
  color: #333;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}