#menu {
 position: absolute; /* placement du menu, à modifier selon vos besoins */
 top: 89px;
 height: 26px;
 left: 139px;
 z-index: 100;
 width: 100%; /* correction pour Opera */
 width: 850;
 background-color: red;
}

#menu A {
 text-decoration: none;
 color: #FFFFFF;
 font-size: 16;
 font-weight: bold;
}

#site {
 position: absolute;
 z-index: 1;
 top : 0px;
 left : 0px;
 color: #ff0000;
 background-color: #ff0000;
}



