/************************************************************/ /* AJOUTS IGS V2.5 */ /************************************************************/ /* Enrichissements */ .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 > li { counter-increment: decsla_counter; } ol.decimal_slash > li:before { content: counter(decsla_counter) "/"; float: left; width: 3em; } ol.decimal_slash:first-child { counter-reset: decsla_counter; } ol.decimal_parenthese { list-style-type: none; } ol.decimal_parenthese > li { counter-increment: decpar_counter; } ol.decimal_parenthese > li:before { content: counter(decpar_counter) ")"; 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 { }