﻿body {
}
.menu
{
    background-image: url(Images/Bouton_Top.gif);
    width: 110px;
}
.Titre
{
    color: dimgray;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}
.lt_menu
{
    color: gray;
    font-family: Arial;
}
.lt_menu:hover
{
    color: #a3cc28;
}
a.lt_menu:hover
{
    color: #a3cc28;
}
.txt_menu
{
    font-weight: bold;
    color: gray;
    font-family: Arial;
    text-decoration: none;
}
a.txt_menu:hover
{
    color: #a3cc28;
}
.bas_gauche
{
    font-weight: bold;
    color: white;
    font-family: Arial;
    text-decoration: none;
}
.bas_droite
{
    font-weight: bold;
    color: dimgray;
    font-family: Arial;
    text-decoration: none;
}
.std_txt
{
    color: gray;
    font-family: Arial;
    font-size: 9pt;
}
.std_txt2
{
    color: dimgray;
    font-family: Arial;
    font-size: 9pt;
}