h1.titre {
  font-size: 30px;         /* Taille du titre */
  font-family: Verdana;    /* Police */
  font-weight: bold;       /* Gras */
  color: orange;           /* Couleur */
}