/* CSS pour navigation Niveau 1 horizontal */
#menu {
float: left;
}

a.menu-nav {
line-height: 22px;
font-size:13px;
height : 22px;
text-decoration: none;
text-align: center;
color: #FFFFFF;
padding-left: 15px;
padding-right : 15px;
padding-top : 3px;
padding-bottom: 3px;
background-color: #000052;
}

a.menu-nav:hover {
background-color: #3945A5;
text-decoration: underline;
}

.menu-nav-on {
float : left;
margin-left: 2px;
margin-bottom: 0px;
margin-top:0px;
text-decoration: none;
font-weight: normal;
text-align: center;
}

.menu-nav-in {
margin-left: 0px;
font-size: 13px;
float : left;
height: 22px;
line-height: 22px;
margin-left: 2px;
text-decoration: underline;
font-weight: normal;
text-align: center;
padding-left : 15px;
padding-right : 15px;
background-color: #000052;
color: #FF0042;
}
.menu-nav-in-t
{
color: #FF0042;
text-decoration: underline;
}
