
body, table, .textenoir, .textecouleur, .texteclair, .fondcouleur, .fondblanc, .fondclair, .line_1, .line_2 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
}
body {
    background-color: #FFFFFF;
}
.button {
    background-color: #659EE9;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
}
.texteRouge {
    color: #FF0000;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}
.textenoir {
    color: #000000;
}
.textenoirTransfert {
    color: #000000;
    font-size: 18px;
}
.textecouleur {
    color: #000000;
}
.texteclair {
    color: #000000;
}
.texteerreur {
    color: brown;
    font-size: 20px;
    font-weight: bold;
}
.textemenu {
    font-size: 12px;
    font-weight: bold;
}
.fondblanc {
    background-color: #FFFFFF;
}
.fondcouleur {
    background-color: #C3DDCC;
}
.fondclair {
    background-color: #C3DDCC;
}
.line_1 {
    background-color: #DEE7D1;
}
.line_2 {
    background-color: #EFF3EA;
}
td.center {
    text-align: center;
}
th.center {
    text-align: center;
}
.onglet {
    background: url("../../images/onglet.gif") no-repeat scroll center bottom transparent;
    color: #000000;
    float: left;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100px;
}
a.onglet:hover {
    color: green;
}
.onglet-actif {
    border-bottom: 0 solid white;
    position: relative;
    top: 2px;
}
.spacer {
    clear: both;
}
