@import url("/ecrire/style/web_content.css");

.corps b {
    font-weight: bold;
}

.corps i {
    font-weight: italic;
}

.corps p, .corps ul, .corps ol, .corps blockquote, .corps h3 {
    margin-bottom: .8em;
}

.corps ul, .corps ol, .corps blockquote {
    margin-left: 2em;
}

.corps ul {
    list-style-type: disc;
}

.corps ol {
    list-style-type: decimal;
}

.corps hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border: none;
    height: 0;
    background-color: #fff;
    color: #fff;
    border-top: 1px solid #000;
}

.corps .note { vertical-align: super; font-size: 0.8em }
.corps .notes { margin-top: 2em; }
.corps .notes ul { list-style-type: none; }

.corps blockquote {
    font-style: italic;
    border-left: 2px dotted #999;
    padding-left: 1em;
    margin-bottom: 1em;
}

.corps pre {
    border-left: 2px dotted #999;
    padding-left: 1em;
    margin-bottom: 1em;
    font-family: monospace;
    tab-size: 4;
}

.corps img {
    max-width: 100%;
}

.corps .centre, .corps img[align=center] {
    display: block;
    margin: 1em auto;
    clear: both;
    text-align: center;
}

.corps .droite, .corps img[align=right] {
    display: block;
    float: right;
    margin: .5em 0 .5em 1em;
    clear: right;
}

.corps .gauche, .corps img[align=left] {
    display: block;
    float: left;
    margin: .5em 1em .5em 0;
    clear: left;
}

.corps .panorama {
    max-width: 100%;
    max-height: 400px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
}

.corps .panorama img {
    width: auto !important;
    max-width: none !important;
    max-height: 400px;
    margin: 0;
    padding: 0;
}

.corps sup {
    vertical-align: super;
}

.corps sub {
    vertical-align: sub;
}
