body {
  background-color: #87bfff;
  color: #000000;
  font-size: 8pt;
  font-family: Verdana, Arial;
}

hr {
  border: 1pt solid #aa0000;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
  font-size: 8pt;
}

div.tableauFiches {
  text-align: center;
}

div.fiche {
  text-align: center;
}

p.credits {
  font-size: 7pt;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:link {
  color: #000000;
  text-decoration: underline;
}
a:visited {
  color: #000000;
  text-decoration: underline;
}
a:active {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

div.tableauFiches table {
  border-collapse: collapse;
  border: 1px solid #000000;
  font-size: 8pt;
  margin: auto;
}
div.tableauFiches table tr {
  font-weight: normal;
}
div.tableauFiches table tr.nonsurligne {
  font-weight: normal;
}
div.tableauFiches table tr.surligne {
  font-weight: bold;
}
div.tableauFiches table th {
  border: 1px solid #000000;
}
div.tableauFiches table td {
  border: 1px solid #000000;
  width: auto;
}
div.tableauFiches table td.images {
  border: 1px solid #000000;
  font-size: 7pt;
  font-style: italic;
  text-align: center;
}

table {
  border-style: none;
  font-size: 10pt;
  margin: auto;
}
td {
  border-style: none;
  text-align: left;
}
td.images {
  border-style: none;
  vertical-align: top;
}
td.nomChamp {
  border-style: none;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
}


