
/* _common_ficheblock.css =============================================*/
div.CODE {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
}

div.CODE > code {
    display: block;
    background-color: #fff4d9;
    border-radius: 12px;
    padding: 12px;
    border-style: solid;
    border-color: #ffc96d;
    border-width: 1px;
    text-align: left;
}

div.DIV {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 30px;
    margin-bottom: 30px;
}

div.FBL {
    border-color: #333;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    padding: 12px;
    font-size: 0.9em;
}

div.INSERT a img {
    border: none;
}

div.IMAGE {
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

div.AUDIO {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

div.LEFT {
    float: left;
    margin-right: 5px;
}

div.LETTRINE {
    margin-bottom: 5px;
}

div.RIGHT {
    float: right;
    margin-left: 5px;
}

table.TABLE {
    margin-right: 10%;
    margin-left: 10%;
    border-collapse: collapse;
    margin-top: 30px;
}

table.TABLE td {
    padding-top: 3px;
    padding-bottom : 3px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid black;
    text-align: left;
    vertical-align: baseline;
    font-family: sans-serif;
}

table.TABLE caption {
    margin-top: 3px;
    font-size: 0.8em;
    margin-right: 10%;
    margin-left: 10%;
    text-align: left;
    font-family: sans-serif;
}

table.TABLE td.NUMBER {
    text-align: right;
}

p.CAPTION {
    margin-top: 3px;
    font-size: 0.8em;
    margin-left: 10%;
    margin-right: 10%;
    font-family: sans-serif;
}

p.CITATION {
    font-size: 1.1em;
}

p.H {
    font-weight: bold;
    font-family: sans-serif;
    text-align: left;
}

p.LEVEL1 {
    font-size: 1.3em;
    margin-left: 20px;
    margin-top: 55px;
    margin-bottom: 15px;
}

p.LEVEL1:first-child {
    margin-top: 20px;
}

p.LEVEL2 {
    font-size: 1.2em;
    margin-left: 35px;
    margin-top: 35px;
    margin-bottom: 5px;
}

p.LEVEL3 {
    font-size: 1.1em;
    margin-left: 55px;
}

p.LEVEL4 {
    font-size: 1.0em;
    margin-left: 70px;
}

p.LEVEL5 {
    font-size: 0.9em;
    margin-left: 80px;
}

p.LEVEL6 {
    font-size: 0.8em;
    margin-left: 100px;
}

p.LI {
    font-size: 1.1em;
    text-align: left;
}

p.NOTE {
    font-size: 0.9em;
    margin-right: 10%;
    margin-left: 10%;
    padding-left: 3px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: black;
}

p.QUESTION {
    font-size: 1.1em;
    font-style: italic;
}

p.QUESTION em {
    font-size: 1.1em;
    font-style: normal;
}

p.REMARQUE {
    margin-top: 10px;
    margin-right: 10%;
    margin-left: 10%;
    font-size: 0.9em;
}

p.SOURCECITATION {
    font-size: 1.1em;
    text-align: right;
    margin-top: 0;
}

p.TXT {
    font-size: 1.1em;
    text-align: justify;
}

blockquote.CITATION {
    font-style: italic;
    margin-left: 10%;
    margin-right: 10%;
}

blockquote.FBL {
    font-style: italic;
    font-size: 0.9em;
}

blockquote.CITATION em, blockquote.FBL em {
    font-style: normal;
}

dt {
    font-size: 1.1em;
    text-align: left;
}

dd {
    margin-bottom: 10px;
}

a.ANCHOR {
}

a.CITE {
}

a.CMD {
}

a.DFN {
}

a.FCH {
    font-style: italic;
}

a.IMG {
}

a.INSERT {
}

a.IREF {
}

a.LINK {
}

a.QUOTE {
}

em.STRG {
    font-weight: bold;
}

span.CREDIT {
    display: block;
    font-size: 0.8em;
}

span.LEGENDE {
    font-style: italic;
}

span.LEGENDE em {
    font-style: normal;
}

div.BLOCKQUOTE span.LEGENDE {
    font-style: normal;
}

div.BLOCKQUOTE span.LEGENDE em {
    font-style: italic;
}

span.NUMERO {
    font-weight: bold;
}

span.SOURCE {
    font-weight: bold;
}

sup.IREF {
}

sup.ANCHOR {
}

a {

}

code {
    font-family: monospace;
}

dfn {

}

em {

}

kbd {
    font-family: monospace;
    font-weight: bold;
}

samp {
    font-family: monospace;
    font-weight: bold;
    font-style: italic;
}

strong {

}

sup {

}

var{
    font-family: monospace;
    font-style: italic;
}

ul.LIST {
}

ul.DEPTH1 {

}

ul.DEPTH2 {

}

ul.DEPTH3 {

}

ul.DEPTH4 {

}

ol.LIST {
}

ol.DEPTH1 {

}

ol.DEPTH2 {

}

ol.DEPTH3 {

}

ol.DEPTH4 {

}