/* Toujours la scroll bar verticale -> stabilité de la fenętre */

html
    {
     overflow: -moz-scrollbars-vertical;
     }

body
    {
    background    : #FFFFFF; 
    font-family   : Verdana; 
    font-size     : 10pt;
    margin-top    : 5px;
    margin-bottom : 5px;
    }

/* Menu 2 - horizontal */

.menuH_block
    {
    padding-top      : 8px;
    padding-bottom   : 8px;
    clear            : all;
    }

a.menuH_item
    {
    font-family : Verdana;
    font-size   : 7pt;
    font-weight : bold;

    text-decoration:none;

    color           : #FFFFFF;
    Xbackground-color: #5555AA;

    border-style : none;

    vertical-align:middle;

    padding-left  : 5px;
    margin-left   : 5px;
    padding-right : 5px;
    margin-right  : 5px;
    }

a:hover.menuH_item
    {
    background-color: #8888FF;
    }

.menuH_item_selected
    {
    color  : yellow;
    border : 1px solid yellow;
    font-size:7pt;
    font-weight:bold; 
    font-family:Verdana;
    vertical-align : middle;
    padding-left : 4px;
    margin-left  : 3px;
    padding-right : 5px;
    margin-right  : 4px;
    }


/* Menus 3 et 4 - verticaux */

.menuV_block
    {
    float            : left;
    margin-right     : 3px;
    margin-left      : 0px;
    margin-top       : 3px;
    margin-bottom    : 0px;
    padding-top      : 8px;
    padding-bottom   : 0px;
    font-size        : 7pt;
    }

.menuV_item
    {
    margin-left   : 8px;
    margin-right  : 2px;
    margin-top    : 6px;
    margin-bottom : 6px;
    font-weight   : bold;
    font-family   : Verdana;
    font-size     : 7pt
    }

a.menuV_item_lien
    {
    text-decoration : none;
    color           : #FFFFFF;
    font-weight     : bold;
    font-family     : Verdana;
    font-size       : 7pt
    }

a:hover.menuV_item_lien
    {
    background-color: #8888FF;
    }


/* Titre */

.navigationTitre
    {
    font-size:20pt;
    color : #7E459B;
    }

.navigationChemin
    {
    font-size:10pt;
    color : #929292;
    font-weight : bold;
    }
    


/* Bas de page */

a.plan
    {
    color : #8888FF;
    text-decoration : none;
    font-weight : bold
    border-style : solid;
    border-width:1px;
    border-color:grey;
    padding:2px
    }

.adresse
    {
    text-align  : center;
    font-size   : 9pt;
    font-family : verdana; 
    color       : #929292;
    font-weight : bold;
    }

a:hover.discret
    {
    color:#000000;
    background-color: #FFFFFF;
    border: none;
    cursor: default;
    }

