.menu {
position: absolute;
top: 145px;
left: 0;
z-index:100;
width: 100%;
font-family: sans-serif;
list-style-type: none;
}

.menu td {
padding: 0;
float: left;
width: 130px;
margin: 0px;
height:30px;
font-size: 12px;
text-align: center;
vertical-align: middle;
cursor: pointer;
}

/* Vins et breuvages */
.classe124 {
 background-color: #97014B;
height:24px;
}
/* produits de terroir */
.classe148 {
background-color: #FF9A66;
height:24px;
}
/* epices et condiments */
.classe244 {
background-color: #FFBB00;
height:24px;
}
/* thés et cafés */
.classe47 {
background-color: #D0D000;
height:24px;
}
/* gourmandises */
.classe44 {
 background-color: #FF2886;
height:24px;
}
/* saveurs du monde */
.classe48 {
background-color: #BC0184;
height:24px;
}
/* pretige */
.classe226 {
background-color: #666666;
height:24px;
}

.menuhaut td {
 cursor: pointer;
}

.menuhaut td a {
color: white;
text-transform: uppercase;
text-decoration: none;
height:30px;
background-color: Black;
}

.menu td a:hover {
background: black;
color:white;
text-decoration:none;
}