<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainSection h2
{
    font-size: 25px;
    letter-spacing: 0.2em;
    margin-bottom: 13px;
    padding-left: 18px;
}

.titre3
{
    font-size: 21px;
    margin-bottom: 5px;
}

p
{
    color: #000;
    font-size: 21px;
    letter-spacing: 0.1em;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
    outline: none;
    color: #303030;
}
a:hover
{
    text-decoration: underline;
}

.gras
{
    font-weight: bold;
}

.souligne
{
    text-decoration: underline;
}

.italique
{
    font-style: italic;
}

.imageDroite
{
    float: right;
    margin: 0 0 13px 13px;
}

.imageGauche
{
    float: left;
}

.imageCentre
{
    text-align: center;
    display: block;
}

.listeClassic
{
    line-height: 21px;
    list-style: square;
    margin: 8px 0 8px 18px;
    padding: 0;
}

.listeClassic li
{
    color: #000;
    font-size: 21px;
    line-height: 28px;
}

.vert
{
    color: #209a08;
}

.rouge
{
    color: #d40202;
}

.bleu
{
    color: #082387;
}

.gris
{
    color: #505050;
}

.blanc
{
    color: #fff;
}

.noir
{
    color: #000;
}

.jaune
{
    color: #ffe400;
}

.orange
{
    color: #ff9000;
}

.boutonTelechargerDoc
{
    background: transparent url("../pict/icons/pdf.png") no-repeat scroll 10px 6px;
    border: 1px solid #505050;
    color: #000;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    /*margin-bottom: 18px;*/
    margin-top: 8px;
    min-height: 21px;
    min-width: 144px;
    padding: 5px 13px 5px 34px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.boutonTelechargerDoc:hover
{
    text-decoration: none;
    -moz-box-shadow: 2px 2px 3px #909090;
    -webkit-box-shadow: 2px 2px 3px #909090;
    box-shadow: 2px 2px 3px #909090;
}

.centreGrasBig
{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 8px 0;
}

.centreGras
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 8px 0;
}

.tableBase, .tableBaseJaune
{
    border-collapse: collapse;
    margin: 21px 0;
    width: 100%;
}

.tableBase th
{

}

.tableBase tr
{

}

.tableBase td
{
    border: 1px solid #303030;
    font-size: 15px;
    padding: 8px 0;
    text-align: center;
}

.tableBaseJaune th, .tableBaseJaune .cellJaune
{
    background-color: #F3D80C;
    font-size: 18px;
    border: 1px solid #303030;
    font-weight: normal;
}

.tableBaseJaune td
{
    background-color: #fdffe2;
    border: 1px solid #303030;
    padding: 8px 0;
    text-align: center;
    font-size: 18px;
}

.txtCentreLarge
{
    display: block;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.txtCentre
{
    display: block;
    text-align: center;
}</pre></body></html>