/* Bandeau navigation */

#bandeau-navigation {
position: relative;
display: table;
margin: auto;
width: 100%;
height: 50px;
vertical-align: middle;
background-color: #FFFFFF;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

#bandeau-navigation.fixed {
position: fixed;
top: 0;
z-index: 999;
}

/* Menu de navigation */

#bandeau-navigation ul {
display: table-cell;
vertical-align: middle;
padding: 0;
}

/* Blocs de navigation */

#bandeau-navigation li {
display: inline-block;
list-style-type: none;
text-align: center;
}

/* Liens de navigation */

#bandeau-navigation li a {
padding-top: 15px;
padding-bottom: 15px;
padding-left: 20px;
padding-right: 20px;
color: #405395;
text-decoration: none;
}

#bandeau-navigation li a:hover, #bandeau-navigation li a:active {
text-decoration: underline;
}

/* Bouton d'identification utilisateur */

#bandeau-navigation #nav-connect {
display: none;
float: right;
margin-top: 12px;
margin-right: 8px;
}

/* Identifiant de connexion */

#bandeau-navigation #nav-user {
position: absolute;
bottom: 6px;
right: 9px;
font-size: 0.7em;
}

/* Bouton de déconnexion */

#bandeau-navigation #nav-disconnect {
float: right;
margin-top: 3px;
margin-right: 8px;
}

/* Fonction d'impression */

#bandeau-navigation #nav-print {
float: right;
display: none;
margin-top: 9px;
margin-right: 8px;
}

/* Changement de langue */

#bandeau-navigation #nav-lang {
float: right;
display: inline;
margin-left: 5px;
margin-right: 15px;
}