table.liste {
  margin: 10px 20px;
  border-collapse: separate;
  border-spacing: 2px 3px;
}

table.liste th {
  empty-cells: hide;
  text-align: center;
  background-color: #aaa;
  padding: 2px 5px;
}

table.liste td.aux {
  background-color: inherit;
  text-align: right;
  font-weight: bold;
}

table.liste td.discret {
  empty-cells: hide;
}

table.liste td {
  padding: 0px 5px;
  background-color: #eee;
}

table.liste tr.boutons td {
  background-color: inherit;
  text-align: center;
  padding-top: 20px;
}

table.liste tr.boutons input {
  margin: 0px 10px;
}


