/* CSS Document */

.CTexte
{
    color: #000000;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Garamond;
}

H1
{
    color: #313765;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Garamond;
    TEXT-ALIGN: center
}



.MenuLienNoSel
{
    COLOR: #313765;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana, Arial, Garamond;
    FONT-SIZE: 12pt;
    TEXT-DECORATION: none
}
.MenuLienSel
{
    COLOR: orange;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana, Arial, Garamond;
    FONT-SIZE: 12pt;
    TEXT-DECORATION: none
}
.MenuLienNoSel:active
{
    COLOR: orange;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana, Arial, Garamond;
    FONT-SIZE: 12pt;
    TEXT-DECORATION: none
}
.MenuLienNoSel:hover
{
    COLOR: orange;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana, Arial, Garamond;
    FONT-SIZE: 12pt;
    TEXT-DECORATION: none
}
