.Titre {
    FONT-FAMILY: Arial;
    FONT-SIZE: 13pt;
    COLOR: #FF8000;
    text-decoration: none;
    font-weight: bold
}
.Titre:hover {
    color: #000000;
    text-decoration: none
}

.Texte {
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    COLOR: #000000;
    text-decoration: none;
}
.Texte:hover {
    color: #0000FF;
    font-weight: bold;
    text-decoration: none
}

.Lien {
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
    COLOR: #00004B;
    text-decoration: none;
    font-weight: bold
}
.Lien:hover {
    color: #FF8000;
    text-decoration: none
}
.txt-nav {

    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    COLOR: #00004B;
    text-decoration: none;
    font-weight: bold
}
.txt-nav:hover {

    color: #FF8000;
    text-decoration: none
}

