@charset "utf-8";
/* CSS Document */

/* ------------------ CONTENU PRINCIPAL ----------------------*/

main h1 {
    text-align: center;
    font-size: 220%;
    color: #069;
    text-shadow: 2px 2px 3px #036;
    counter-reset: h3;
}

main h2 {
    font-size: 150%;
    background-color: #069;
    color: #fff;
    padding:2px 2px 2px 8px;
    margin: 24px 0 0 -8px;
    border-radius: 6px;
    counter-reset: h4;
}

main h3 {
    font-size: 150%;
    margin: 12px 0 0 0;
    color: #069;
    counter-reset: num_question;
}

main h4 {
    font-size: 110%;
    font-style: italic;
    color: #036;
    margin: 12px 0 0 0;
    counter-reset: num_question;
}

main p {
    margin: 1em 0.5em 0em 0.5em;
    text-align: justify;
}

main ul {
    margin: 0;
}

main li {
    list-style: none;
}

main pre[class*="language-"] {
    margin-left: 20px;
}

main a {
    text-decoration: none;
    font-weight: bold;
    color: #06c;
}

main a:hover {
    color: #039;
}

main figure {
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
}

main figure img {
    max-width: 100%;
}

main sup {
    position: relative;
    font-size: 0.8rem;
    top: -0.2rem;
    margin: 0 0.1rem;
}

main .decale {
    margin:0 0 0 2em;
}

main .biblio {
    text-align: right;
}