
/* Styles pour le menu horizontal celui en haut */
div#contact{
   position:absolute;
   top : 90px;
   height : 29px;
   left : 0px;
   width:211px;
}

ul#menuh{
    position:absolute;
   top : 90px;
   height : 24px;
   left : 212px;
    display:block;
    margin:0;
    padding:0;
    width:788px;
    }

ul#menuh li{
    list-style:none;
    width:254px;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
    }

ul#menuh a, div#contact a{
    text-align:center;
    font-size: 20px;
    font-weight:bolder;
    font-style:italic;
    color:#003366;
    display:block;
    text-decoration:underline;
    }

ul#menuh a:hover, div#contact a:hover{
   color:#666633;
    }

/* for a mozilla better display with key nav */
ul#menuh a:focus{
    color: #660033;
}

/* Styles pour le menu vertical = celui de gauche */
ul#menuv{
    list-style-type: none;
    margin: 0;
    padding:0;
    text-align: center;
    }

ul#menuv li{
    margin-bottom: 5px;
    margin-left: 0px;
    }


ul#menuv a{
    margin: 2px;
    background: #fff;
    text-align:center;
    background-color: #8099b3;
    color:#000;
    font-weight: bold;
    display:block;
    width:182px;
    border: 1px #000 solid;
    text-decoration:none;
    padding:3px; /* em units can creat little graphic bug in mozilla */
    border-radius: 5px;
    }

ul#menuv a:hover{
    background-color: #40668c;
   color:#ffffff;
    }

/* for a mozilla better display with key nav */
ul#menuv a:focus{
    background-color: #40668c;
   color:#ffffff;
}

