/* Feuille de style pour l'impression */
thead { display: table-header-group; }
tfoot { display: table-footer-group; }
  a[href]:after {
    content: "";
  }
.header-fixed > tbody {
    overflow-y: auto;
    height: auto;
}
