body {
  margin: 0px
}

#head {
  width: 100%;
  background: black;
  padding-top: 2px;
  padding-bottom: 2px
}

#head a {
  color: white;
  text-decoration: none;
  padding-right: 50px;
  font-weight: bold
}

#head a:hover {
  text-decoration: none;
  background: #0060a3;  /* #7371bd */
  color: white
}

#titrePage {
  width: 50%;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #a0a0d8;
  margin-bottom: 20px
}

#titrePageNumero {
  font-size: 2.5em; /*x-large;*/
  color: #a0a0d8
}

#titrePageTexte {
  font-size: 1.5em; /*large;*/
  color: #3c3ea2
}