@font-face {
    font-family: "mylatin";
    src: url("fonts/FreeSansBoldLatinus.woff") format('woff');
}
.titre {
    font-size : 32px;
    font-weight : bold;
    text-align : center;
    padding: 0.5px;
}

ol>li {
    padding-top:40px;
}



p.sstitre {
    font-family : sans-serif;
    font-size : 16px;
    font-weight : bold;
    text-align : center;
    padding:8px 0px;
    width: 100%;
    background-color : Silver;
    border-radius:3px;
}
ol {
    margin-left: 0px;
}
.hor{
    margin-left: 0px;
    font-style: italic;
}
#citation {
    position: relative;
    display: inline-block;
}
#citation p {
    margin-left: 0px;
    font-style: italic;
    font-family: "mylatin";
    background: url("images/marble.jpg");
    color: brown;
    display: inline-block;
    padding: 1em;
    border-radius: 5px;
    box-shadow: 5px 5px 5px lightgrey;
}
#citation .author {
    display: inline-block;
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-style: normal;
    font-size: 70%;
}
.nails-left::before {
    content: ' ';
    position: absolute;
    background: radial-gradient(brown, gold 25%, black 95%);
    height: 12px;
    border-radius: 6px;
    width: 12px;
    top: 20px;
    left: 5px;
    z-index: 10;
}
.nails-right::after {
    content: ' ';
    position: absolute;
    background: radial-gradient(brown, gold 25%, black 95%);
    height: 12px;
    border-radius: 6px;
    width: 12px;
    bottom: 20px;
    right: 5px;
    z-index: 10;
}
.nails-right::before {
    content: ' ';
    position: absolute;
    background: radial-gradient(brown, gold 25%, black 95%);
    height: 12px;
    border-radius: 6px;
    width: 12px;
    top: 20px;
    right: 5px;
    z-index: 10;
}
.nails-left::after {
    content: ' ';
    position: absolute;
    background: radial-gradient(brown, gold 25%, black 95%);
    height: 12px;
    border-radius: 6px;
    width: 12px;
    bottom: 20px;
    left: 5px;
    z-index: 10;
}

div#sommaire {
    position: fixed;
    top: 10px;
    right: 10px;
    color: rgba(0,0,0,0.5);
    background: rgba(128,128,128,0.5);
    padding : 0.8ex;
    border-radius: 0.8ex;
    display: inline-block;
}
div#i18n {
    background: grey;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
}
div#i18n img {
    border: 1px solid black;
    margin: 0px 2px;
}
