body
{
    font-family: 'Trebuchet MS' , Arial, 'Times New Roman';
}
table
{
    font-size: 10pt;
}

table.saisie
{
    border-right: #00ff00 thin solid;
    border-top: #00ff00 thin solid;
    font-size: 10pt;
    border-left: #00ff00 thin solid;
    border-bottom: #00ff00 thin solid;
    background-color: #017101;
    color: #00ff00;
}
table.liste
{
    border-right: #00ff00 thin solid;
    border-top: #00ff00 thin solid;
    font-size: 8pt;
    border-left: #00ff00 thin solid;
    border-bottom: #00ff00 thin solid;
    background-color: #017101;
    color: #00ff00;
}
table.default
{
    font-size: 10pt;
    color: #00ff00;
}
tr.inconnu
{
    border-bottom: #0ff000 1px solid;
    color: #ffa07a;
}
td.thListe
{
    border-right: #017101 thin solid;
    border-top: #017101 thin solid;
    font-size: 10pt;
    border-left: #017101 thin solid;
    border-bottom: #017101 thin solid;
    background-color: #0ff000;
    color: #017101;
    font-weight: bold;
}
td.histErr
{
    color: #ff4500;
    border-bottom: #0ff000 1px solid;
}
td.liste
{
    border-bottom: #0ff000 1px solid;
}
td.refuse
{
    border-bottom: #0ff000 1px solid;
    color: #ff4500;
}
td.inconnu
{
    border-bottom: #0ff000 1px solid;
    color: #ffa07a;
}
select.liste
{
    border-right: #00ff00 thin solid;
    border-top: #00ff00 thin solid;
    font-size: 8pt;
    border-left: #00ff00 thin solid;
    border-bottom: #00ff00 thin solid;
    background-color: #017101;
    color: #00ff00;
}
a
{
    text-decoration: none;
}
a.action
{
    color: #00ff00;
    font-variant: small-caps;
    text-decoration: underline;
}
a.deconnect
{
    color: #017101;
    font-variant: small-caps;
    text-decoration: underline;
}
a.changePass
{
    color: #017101;
    font-variant: small-caps;
    text-decoration: underline;
}
a.envoiMail
{
    color: #017101;
    font-variant: small-caps;
    text-decoration: underline;
}
a.openWindow
{
    font-size: 10pt;
    color: #00ff00;
    font-variant: small-caps;
}
.commentaire
{
    font-size: 8pt;
}
.titre
{
    font-size: 12pt;
}
.error
{
    color: #ff4500;
    font-weight: bold;
}
.info
{
    color: #99ff00;
}
.titreColor
{
    color: #017101;
    font-size: 12pt;
}