html {
    max-width: 46em;
    margin: 0 auto
    }
body {
    font-family: serif;
    font-size: medium;
    margin: 0 4em 0 2em
    }
h1 {
    text-align: center;
    font-weight: normal;
    font-size: 2.2em;
    text-transform: uppercase
    }
h2 {
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin: 3em
    }
h2::after {
    content: "";
    display: block;
    border-top: 1px solid #000;
    margin: 2em auto;
    width: 5em
    }
h3 {
    font-size: 1.5em;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin: 1em
    }
small {
    font-size: 0.5em
    }
p {
    text-align: justify;
    text-indent: 1em;
    margin: 0
    }
dfn {
    font-style: normal;
    font-variant: small-caps
    }
q {
    font-style: normal
    }
q::before {
    content: ""
    }
q::after {
    content: ""
    }
h4 {
    font-style: normal;
    font-weight: normal;
    font-variant: small-caps;
    font-size: 1em;
    text-indent: -3em;
    margin-left: 3em
    }
u {
    text-decoration: none;
    font-variant: small-caps;
    font-style: italic
    }
u.id {
    font-variant: normal
    }
ins {
    font-style: normal
    }
article {
    margin-bottom: 1.5em
    }
cite {
    font-style: normal
    }
span.nom {
    font-variant: small-caps
    }
ul {
    list-style-type: none;
    padding: 0
    }
a {
    text-decoration: none
    }
.ref {
    vertical-align: middle;
    text-indent: 0;
    font-size: 0.5em;
    display: inline-block
    }
.ref span:first-child {
    border-bottom: 1px solid #000;
    display: block
    }
.ref span + span {
    display: block
    }
i.droit, i[lang="grc"] {
    font-style: normal
    }
.signature {
    text-align: right;
    font-variant: small-caps;
    margin-top: 1em
    }
.lieu {
    text-indent: 2em
    }
.apostrophe {
    text-indent: 2em;
    text-transform: uppercase;
    margin-bottom: 1em
    }
p .pn {
    border-left: 1px dotted #909050
    }
.pn::before {
    content: "[" attr(id) "]";
    color: #909050;
    font-size: smaller;
    text-align: right;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-indent: 0.5em
    }
#grec h4 {
    text-align: center
    }
div > dl {
    margin: 0
    }
div > dl:after {
    content: "";
    display: block;
    clear: both
    }
#premiere p {
    text-indent: 0;
    text-align: center;
    margin-bottom: 0.5em
    }