@page {
  size   : 21cm 29.7cm;
  margin : 2cm;
}

html {
  font-size   : 10.5pt;
  font-family : serif;
}

body {
  color      : black;
  text-align : justify;
}

a {
  color           : black;
  text-decoration : none;
}

div#adresse {
  /* Mode */
  float : left;
  
  /* Texte */
  font-size  : 0.7em;
  text-align : center;

  /* Dimensions */
  width         : 4cm;
  margin-top    : -2cm;
  padding-right : 5mm;
}

div#header h1  {
  border-bottom : 0.5mm solid gray;
  padding       : 1ex;
  text-align    : center;
  margin-left   : 4.5cm;
  font-size     : 1.2em;
}

div#header h1 a {
  color           : black;
  text-decoration : none;
}

div#sidebar {
  display : none;
}

div#footer {
  /*text-align : center;
  padding    : 1cm 2cm 0 2cm;*/
  height              : 2cm;

}

div#footer p {
/*  border-top : 0.1mm solid black;
  font-size  : 0.8em;*/
  display : none;
}