body {
  background: #DDD;
}
table.liste, table.tableau {
  background: black ;
}
table.liste td, table.tableau td {
  background: #EEE;
}
table.liste th, table.tableau th {
  background: white;
}
pre.tou {
  background: #8F8 ;
}
.impair {
  color: #070;
}

/*
 * SORTIE PAPIER
 */

@media print {

body {
    background: #FFF;
}
table.liste, table.tableau {
  border: 1px;
}
table.liste td, table.tableau td {
  background: #FFF;
  border: 1px solid black;
    font-size: 12pt ;
}
table.liste th, table.tableau th {
  background: #FFF;
}
pre.tou {
  background: #FFF ;
    font-family: mono ;
}

}


