/* Mise en forme CSS du Site */

body {
        margin-top:5px;
        background-color: #eaecec;
}

A {
        font-family:Verdana;
        color:#3E6C85;
        text-decoration:none;
        font-size:8pt;
}
A:hover {
        color:#FDA817;
}

A.menu {
        font-family:Verdana;
        color:#3E6C85;
        text-decoration:none;
        font-size:8pt;
        font-weight: bold;
}


A:hover.menu {
        color:#FDA817;
}


.commun {
        font-family:Verdana;
        font-size:8pt;
        color:#111111;
}
.jaune {
        font-family:Verdana;
        font-size:8pt;
        color:#ff8a00;
        font-weight:bold;
}
.prune {
        font-family:Verdana;
        font-size:8pt;
        font-weight:bold;
        color:#8b2c2c;
}

.titre1 {
        font-family:Verdana;
        font-size:11pt;
        font-weight:bold;
        color:#6198D1;
}
.titre2 {
        font-family:Verdana;
        font-size:20pt;
        font-weight:bold;
        color: #990000;
}

.champs_txt {
        border-top:1px;
        border-top-style:solid;
        border-top-color:#3E6C85;
        border-bottom:1px;
        border-bottom-style:solid;
        border-bottom-color:#3E6C85;
        border-left:1px;
        border-left-style:solid;
        border-left-color:#3E6C85;
        border-right:1px;
        border-right-style:solid;
        border-right-color:#3E6C85;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:8pt;
}