.aude-fiche {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 820px;
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #d9c56a;
  overflow: hidden;
}
.aude-fiche * { box-sizing: border-box; }
.aude-top {
  display: table;
  width: 100%;
  background: #8b1e1e;
  color: #fff;
}
.aude-brand, .aude-top-r {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 18px;
}
.aude-brand b {
  display: block;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.aude-brand small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0d35a;
}
.aude-top-r {
  text-align: right;
  font-size: 12px;
  color: #f7e7a1;
  width: 42%;
}
.aude-bar {
  background: #f0d35a;
  color: #5a140f;
  padding: 7px 18px;
  font-size: 12px;
  font-weight: 700;
}
.aude-body { padding: 16px 18px 20px; }
.aude-table {
  width: 100%;
  border-collapse: collapse;
}
.aude-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee3c4;
  vertical-align: top;
  font-size: 14px;
}
.aude-table td:first-child {
  width: 210px;
  color: #6b3a1e;
  font-weight: 700;
}
.aude-nir { color: #8b1e1e; font-weight: 700; }
.aude-foot {
  margin: 14px 0 0;
  font-size: 11px;
  color: #7a6a48;
}
