/*
 * CONTENEUR GLOBAL DE LA NAVIGATION DE GAUCHE
 */
#LNContainer{
/*border:1px solid #000000;
position:absolute;
left:150px;
top:20px;
width:153px;*/
}
#LNContainer a{
text-decoration:none;
padding: 1px 9px 2px 8px;
margin:0px 0px 0px 0px;
display: block;
}
#LNContainer ul{
list-style:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;

}

/*
 * Classes des branches de la navigation de gauche
 * Elements de premier niveau utilsés pour simplifier la gestion du second niveau 
 */
.LNclosedBranch{
font-weight:bold;
}
.LNopenedBranch{
font-weight:bold;
}
.LNlinkBranch{
font-weight:bold;
}
.LNlinkLastBranch{
font-weight:bold;
}
/* Non utilisé pour l'instant*/
.LNclosedLastBranch{
font-weight:bold;
}
/*
 * Deuxième niveau 
 */
/* Second niveau mis en valeur (s'applique à un element a)*/
.LNhighlightedLeef{
font-weight:normal;
}
.LNstandardLeef  {
font-weight:normal;
}
/*
 * SwitchDisplayClasses
 */
 .LNopenedLeefContainer{
     display: inline;   
 }
 .LNclosedLeefContainer{
    display:none;
}


