.bouton-menu {  TEXT-DECORATION: none; font-family: Verdana; font-size: 10pt; font-style: normal; font-weight: bold; font-variant: normal; color: #FFFFFF; letter-spacing: normal; text-align: center; vertical-align: middle; word-spacing: normal; white-space: normal; background-position: center center; position: relative; height: auto; width: auto; left: auto; top: auto; clip:  rect(   ); cursor: hand; line-height: normal}
.txt-barre-bas { TEXT-DECORATION: none; font-family: Verdana; font-size: 7pt; font-style: normal; font-weight: bold; font-variant: normal; color: #FFFFFF; letter-spacing: normal; text-align: center; vertical-align: middle; word-spacing: normal; white-space: normal; background-position: center center; position: relative; height: auto; width: auto; left: auto; top: auto; clip: rect( ); cursor: default; line-height: normal}

a:link
{
    color : #ffffff ;
    text-decoration : none ;
}

/* :visited permet de définir les propriétés des liens déjà visités */
a:visited
{
    color : #ffffff ;
    text-decoration : none ;
}

/* :active permet de définir les propriétés d'un lien actif - qui vient d'être cliqué */
a:active
{
    color : #ffffff ;
    text-decoration : none ;
}

/* :hover permet de définir les propriétés du lien quand le curseur le survole */
a:hover
{
    color : #FFFFFF ;
    text-decoration : underline ;
}