.plage{
  font-size:50%;
  margin-right:10px;
}

.warn{
  font-size:200%;
  color: red;
}

table,tr,td {
  border: 1px solid black;
}

table{
  border-collapse: collapse;
}


.ok{
  font-size:100%;
  color: green;
}

tr>td:nth-child(1) {
  width: 4em;
}

tr>td:nth-child(2) {
  width: 15em;
}

tr>td:nth-child(3) {
  width: 10em;
}

.boutons {
  margin-top: 1ex;
  display: block;
  text-align: left;
}

@media print {
  h1 {
    display: none;
  }
  .boutons {
    display: none;
  }

  table {page-break-after: always;}

  tr>td:nth-child(1) {padding: 4pt 0 4pt 0;}

  tr>td:nth-child(2) {
    width: 50em;
  }

  tr>td:nth-child(3) {
    width: 20em;
  }
}