/* ===== Base typographique ===== */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

/* Texte courant */
p, li, td, div {
  font-size: 1em;
}

/* ===== Neutralisation FrontPage / Word ===== */
font {
  font-size: inherit;
  font-family: inherit;
}

span {
  font-size: inherit;
  font-family: inherit;
}

/* ===== Titres simples ===== */
.titre {
  font-weight: bold;
  font-size: 1.4em;
  margin: 0.3em 0;
}
