#header-menu {
    float:right;
    position:relative;
    right:6%;
    text-align:left;
    top:10px;
    font-size: 1.1em;
    font-style:italic;
}

#header-menu ul {
    list-style-type: none;
    margin:0px;
    padding:0;
}

#header-menu li {
    padding: 2px 0;
}

#header-menu p {
    margin:0;
}

#menu {
    height: 25px;
    padding: 0;
    position: absolute;
    width:100%;
}

ul#menus {
    list-style-type: none;
    margin:0 2.5%;
    padding:0;
    width: 95%; /* précision pour Opera */
}

ul#menus li {
    float: left;
    margin: 0 4% 0 0;
    width: 12.5%;
}

ul#menus a {
    float: left;
    padding: 5px 15px;
    text-align: center;
    border: 1px solid white;
    text-decoration: none;
    color: #fff;
    width:100%;
}

a#menu1 {
   background: #57680C;
}
a#menu2 {
   background: #74200e;
}
a#menu3 {
   background: #2f0112;
}
a#menu4 {
   background: #b49700;
}
a#menu5 {
   background: #a22b12;
}


ul#menus a:hover {
    background: #ccc;
    border: 1px solid white; 
}
