html>body #menuhaut{
position:fixed;
}

#menuhaut{
list-style: none;
width: 100%;
border-bottom: 2px solid #E4EAB9;
position: center;
text-align: center;
background-color:8696A3;

font-size: 10px;
}

#menuhaut a {
color:D9D6C3;
display: block;
float: left;
margin: 0;
padding:8px 12px;
text-decoration: none;
}

#menuhaut a:hover {
background-color:A2C378;
color:3B3A35;
padding-bottom:8px;
}

#menuhaut #majnotes a {
color:D9D6C3;
display: block;
float: right;
margin: 0;
padding:8px 12px;
text-decoration: none;
}

#menuhaut #majnotes a:hover {
background-color:A2C378;
color:3B3A35;
padding-bottom:8px;
}

a.tooltip span{
display:none; 
padding:5px;
margin-left:-400px;
margin-top:15px;
width:400px;
line-height:16px;
 }

a.tooltip:hover span{
display:block; 
position:absolute; 
text-align:left;
border:4px solid #AF9E32; 
background-color:8696A3; 
color:F9F9F8;
}