.strikethrough {
  text-decoration: line-through;
}
.double-underline {
  text-decoration: underline;
  border-bottom: 1px solid;
}
.highlight-text {
  background-color: #c8c8c8;
}
/* Séparateurs */
.sep_1etoile {
}
.sep_3etoiles {
  line-height: 40%;
}
.sep_filet {
  line-height: 0em;
  padding-bottom: 0;
  margin-bottom: 1.5em;
  border-bottom: 1px solid;
}
.sep_points {
  line-height: 0em;
  padding-bottom: 0;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted;
}
.sep_tirets {
  line-height: 0em;
  padding-bottom: 0;
  margin-bottom: 1.5em;
  border-bottom: 1px dashed;
}
.sep_autre {
}
/* Listes ordonnées avec choix du séparateur */
/* Pas exploité car bug sous ADE, utilisation possible sous iPad au besoin */
/* ol.decimal_slash                    { list-style-type: none; }ol.decimal_slash     3E li               { counter-increment: decsla_counter; }ol.decimal_slash     3E li:before        { content: counter(decsla_counter)     22/    22; float: left; width: 3em; }ol.decimal_slash:first-child        { counter-reset: decsla_counter; }ol.decimal_parenthese               { list-style-type: none; }ol.decimal_parenthese     3E li          { counter-increment: decpar_counter; }ol.decimal_parenthese     3E li:before   { content: counter(decpar_counter)     22)    22; float: left; width: 3em; }ol.decimal_parenthese:first-child   { counter-reset: decpar_counter; } */
/* Divers */
blockquote.cita_note {
  margin-left: 0;
}
.box_other {
}
.list_title {
  font-size: medium;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0;
}
.table_notes {
}
