﻿

BODY {
    margin: 0px;
    /*background-color: #333333;*/
    /*color: white;*/
    font-family: Calibri;
    /*verdana*/
}

    BODY.Impression {
        margin: 0px;
        background-color: #FFFFFF;
        color: black;
    }

DIV.Validator {
    font-size: x-small;
    color: red;
    font-family: Calibri;
    text-align: center;
}

input[type=button], input[type=submit], input[type=reset] {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #1d608a);
    background-image: -moz-linear-gradient(top, #3498db, #1d608a);
    background-image: -ms-linear-gradient(top, #3498db, #1d608a);
    background-image: -o-linear-gradient(top, #3498db, #1d608a);
    background-image: linear-gradient(to bottom, #3498db, #1d608a);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 2px;
    font-family: Calibri;
    color: #ffffff;
    font-size: 10pt;
    padding: 4px 4px 4px 4px;
    border: solid #000000 1px;
    text-decoration: none;
}

DIV.SousTitre {
    font-size: x-small;
    color: black;
    font-family: Calibri;
    text-align: center;
    background-color: #99CCFF;
}

DIV.TitrePage {
    font-weight: bold;
    font-size: large;
    text-transform: uppercase;
    color: white;
    font-family: Calibri;
    background-color: #3366cc;
    text-align: center;
}

DIV.TitreRouge {
    font-weight: bold;
    font-size: larger;
    text-transform: uppercase;
    color: white;
    font-family: Calibri;
    background-color: red;
    text-align: center;
}

DIV.SousTitrePage {
    font-weight: bold;
    font-size: x-small;
    text-transform: uppercase;
    color: white;
    font-family: Calibri;
    background-color: #3366cc;
    text-align: center;
}

Div.Effacer {
    background-color: red;
    font-family: Calibri;
    color: White;
    text-align: center;
    font-weight: bold;
}

span.TitrePage {
    font-weight: bold;
    font-size: large;
    text-transform: uppercase;
    color: white;
    font-family: Calibri;
    background-color: #3366cc;
    text-align: center;
    width: 100%;
    margin: auto;
}

TR.entete {
    background-color: #666666;
    font-family: Calibri;
    color: White;
    text-align: center;
}

TR.clair {
    background-color: #eeeeee;
    font-family: Calibri;
    color: #3366cc;
    text-align: center;
}

TR.fonce {
    background-color: #dddddd;
    font-family: Calibri;
    color: #ffffff;
    text-align: center;
}

TD.entete {
    font-weight: bold;
    color: white;
    font-family: Calibri;
    background-color: #666666;
    text-align: center;
}

TD.clair {
    background-color: #eeeeee;
    font-family: Calibri;
    color: #3366cc;
    text-align: center;
}

TD.fonce {
    background-color: #dddddd;
    font-family: Calibri;
    color: #3366cc;
    text-align: center;
}

TD.td_form_clair_r {
    color: black;
    font-family: Calibri;
    background-color: #dddddd;
    text-align: right;
}

TD.td_form_clair_l {
    color: black;
    font-family: Calibri;
    background-color: #dddddd;
    text-align: left;
    vertical-align: sub;
}

TD {
    font-family: Calibri;
}

TR.tr_form_clair {
    color: black;
    font-family: Calibri;
    font-size: xx-small;
    background-color: #dddddd;
    text-align: center;
}

TR.tr_form_clair_r {
    color: black;
    font-family: Calibri;
    font-size: x-small;
    background-color: #dddddd;
    text-align: right;
}

TD.td_form_normal_r {
    color: black;
    font-family: Calibri;
    font-size: x-small;
    background-color: #eeeeee;
    text-align: right;
}

TR.tr_form_fonce {
    font-weight: bold;
    color: white;
    font-family: Calibri;
    background-color: #0099cc;
    text-align: center;
}

input.TextBox {
    border: 1px solid #000000;
    font-size: 8pt;
    color: #3366cc;
    font-family: Calibri;
    text-align: center;
    margin-bottom: 0px;
}

input.TextBoxGauche {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-size: 8pt;
    border-left: #000000 1px solid;
    color: #3366cc;
    border-bottom: #000000 1px solid;
    font-family: Calibri;
    text-align: left;
}

input.TextBoxComptage {
    border-right: #eeeeee 1px solid;
    background-color: #eeeeee;
    border-top: #eeeeee 1px solid;
    font-size: 8pt;
    border-left: #eeeeee 1px solid;
    color: #3366cc;
    border-bottom: #eeeeee 1px solid;
    font-family: Calibri;
    text-align: center;
}

input.Button {
    /*border: 1px solid #000000;
    font-size: 10pt;
    color: #3366cc;
    font-family: Calibri;
    text-align: center;*/
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #1d608a);
    background-image: -moz-linear-gradient(top, #3498db, #1d608a);
    background-image: -ms-linear-gradient(top, #3498db, #1d608a);
    background-image: -o-linear-gradient(top, #3498db, #1d608a);
    background-image: linear-gradient(to bottom, #3498db, #1d608a);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 2px;
    font-family: Calibri;
    color: #ffffff;
    font-size: 10pt;
    padding: 4px 4px 4px 4px;
    border: solid #000000 1px;
    text-decoration: none;
}

input.Label {
    border-right: #3366cc 1px solid;
    border-top: #3366cc 1px solid;
    font-weight: normal;
    font-size: 8pt;
    border-left: #3366cc 1px solid;
    color: #3366cc;
    border-bottom: #3366cc 1px solid;
    font-style: normal;
    font-family: Calibri;
    background-color: #ffffff;
    text-align: center;
}

select.select {
    font-weight: normal;
    font-size: 10pt;
    color: #3366cc;
    font-style: normal;
    font-family: Calibri;
    border: 1px solid black;
}

select.selectFiltre {
    border: 1px solid black;
    font-weight: normal;
    font-size: 7pt;
    color: #3366cc;
    font-style: normal;
    font-family: Calibri;
}

textarea.textarea {
    font-family: Calibri;
    font-size: 8pt;
    font-style: normal;
    color: #3366cc;
    text-align: center;
    border: 1 solid #3366cc;
}

textarea.textareaGauche {
    font-family: Calibri;
    font-size: 8pt;
    font-style: normal;
    color: #3366cc;
    text-align: left;
    border: 1px solid #3366cc;
}

div.LabelOperation {
    font-family: Calibri;
    font-size: 8pt;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    background-color: #33CC99;
}

div.PanelZone {
    font-family: Calibri;
    font-size: 8pt;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    background-color: #3399FF;
}

span.Label {
    font-family: Calibri;
    font-size: 8pt;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    background-color: #33CC99;
}

span.LabelOperation {
    font-family: Calibri;
    font-size: 8pt;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    background-color: #33CC99;
}

span.LabelBleu {
    font-family: Calibri;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #3366CC;
}

span.Label_r {
    font-family: Calibri;
    font-size: 10pt;
    font-style: normal;
    color: #3366cc;
    text-align: right;
    background-color: #eeeeee;
}

span.Label_l {
    font-family: Calibri;
    font-size: 10pt;
    font-style: normal;
    color: #3366cc;
    text-align: left;
    background-color: #eeeeee;
}

span.Label_l {
    font-family: Calibri;
    font-size: 10pt;
    font-style: normal;
    color: #3366cc;
    text-align: left;
    background-color: #eeeeee;
}

span.Label_Titre {
    font-family: Calibri;
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
    color: #3366cc;
    text-align: center;
    background-color: #eeeeee;
}

span.Label_Erreur {
    font-family: Calibri;
    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: red;
}

span.Label_Corps {
    font-family: Calibri;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-align: left;
}

span.RequiredField {
    font-family: Calibri;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: red;
}

span.Label_Filtre {
    font-family: Calibri;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-align: left;
}

span.Label_90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

Table.Table {
    color: Black;
    background-color: Transparent;
    border-color: #3366cc;
    border-width: 1px;
    border-style: Solid;
    border-collapse: collapse;
    width: 98%;
    text-align: center;
}

Table.TableLeft {
    background-color: Transparent;
    border-color: #3366cc;
    border-width: 1px;
    border-style: solid;
    font-size: XX-Small;
    width: 98%;
    border-collapse: collapse;
}

Table.Impression {
    background-color: White;
    border-color: #000000;
    border-width: 1px;
    border-style: None;
    width: 100%;
    border-collapse: collapse;
}

Table.NoBreak {
    page-break-before: auto;
}

table.tableau {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    table.tableau th {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        background: #b9c9fe;
        border-top: 2px solid #d3ddff;
        border-bottom: 1px solid #fff;
        color: #039;
    }

    table.tableau td {
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #669;
        border-top: 1px solid #fff;
        background: #e8edff;
    }

    table.tableau tfoot tr td {
        background: #e8edff;
        font-size: 16px;
        color: #99c;
        text-align: center;
    }

    table.tableau tbody tr:hover td {
        background: #d0dafd;
        color: #339;
    }

    table.tableau a:hover {
        text-decoration: underline;
    }

.table-separateur {
    font-size: 10px;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #333333;
}

/* Style du titre du tableau */
.table-titre {
    font-size: 10px;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #000000;
    text-align: center;
    font-weight: bold;
    background-color: #f6c531;
    border: 1px 1px 1px 1px solid grey;
}

/* Style des en-têtes du tableau */
.table-entete td, th {
    font-size: 10px;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #fff;
    background-color: #3e91ce;
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

/* Style des en-têtes du tableau (centré) */
.table-entete-centre td {
    font-size: 10px;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #fff;
    text-align: center;
    background-color: #3e91ce;
    border: 1px 1px 1px 1px solid grey;
}

/* Style des en-têtes du tableau (alignement droite) */
.table-entete-droit td {
    font-size: 10px;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #333333;
    text-align: right;
    background-color: #a7ada7;
    border: 1px 1px 1px 1px solid grey;
}

/* Style 1 des cellules */
.table-ligne1 td {
    font-size: 10px;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #333333;
    background-color: #dfe4ff;
    border: 1px 1px 1px 1px solid grey;
}

/* Style 2 des cellules */
.table-ligne2 td {
    font-size: 10px;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #333333;
    background-color: #fff;
}

/* Style 1 des cellules (centré) */
.table-ligne1-centre td {
    font-size: 10px;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #333333;
    text-align: center;
    background-color: #dfe4ff;
    border: 1px solid grey;
    padding: 5px;
}

/* Style 2 des cellules (centré) */
.table-ligne2-centre td {
    font-size: 10px;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #333333;
    text-align: center;
    background-color: #fff;
    border: 1px solid grey;
    padding: 5px;
}

/* Style 1 des cellules (alignée droite) */
.table-ligne1-droit tr td th {
    font-size: 10px;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #333333;
    text-align: right;
    background-color: #dfe4ff;
    border: 1px solid grey;
}

/* Style 2 des cellules (alignée droite) */
.table-ligne2-droit tr td th {
    font-size: 10px;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #333333;
    text-align: right;
    background-color: #fff;
    border: 1px 1px 1px 1px solid grey;
}
