#barre {
background:white;
text-align:left;
padding-left:15px;
font-size:10px;
color:#1CA2C8;
}
#menu {
background-color:#162260;
border-top:1px;
border-top-style:dotted;
border-top-color:#FFFF00;
font: 12px verdana, arial, sans-serif;
width: 688px; /* correction pour Opera */
}
#menu tr {
width:auto;
background: #162260;
border-left: 1px solid white;
margin: 0px;
height:25px;
font-size:10px;
padding-top:4px;
}
.over {
background-color:#084081;
}
.out {
background-color:#162260;
}

#menu td {
color:white;
cursor: pointer;
text-align: center;
font-weight: bold;

}

#menu a {
color: white;
text-decoration: none;
line-height:20px;
vertical-align:baseline;
}
#menu a:hover, #menu a:focus, #menu td a:hover, #menu td a:focus {
color:white;
}
#menu .subMenu {
position:absolute;
left:0px;
top:25px;
display:block;
visibility:visible;
font-size:10px;
width:688px;
background-color:#084081;
height:23px;
}
