/* feuille de style MENU.CSS - theme : neoclassic */
/* version 10 octobre 2005 */
/* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */
/* Except where otherwise noted, this theme
licensed under a Creative Commons Attribution 2.5 License */


#navigation .niveau1 {
background-image: url('fleche-lat-vert.png');
background-repeat: no-repeat;
background-position: 0 7px;
padding: 6px 0 6px 18px;
font-size: 12px;
font-weight: bold;
}

#navigation .ulniveau2 {
font-size: 11px;
padding: 4px 0 10px 0px;
font-weight: normal;
display: none;
}

#navigation .niveau2 li {
padding: 2px 0 4px 0;
}

#navigation .courante ul {
display: block;
}

#navigation li.niveau1:hover, #navigation .niveau1.courante {
background-image: url('fleche-down-vert.png');
}

.courante ul .courante {
background-image: none;
}


/*#menu li>ul { 
 to override top and left in browsers other than IE, 
which will position to the top right of the containing li, 
rather than bottom left 
top: auto;
left: auto;
}*/

#navigation li:hover ul, li.over ul { 
/* lists nested under hovered list items */
display: block;
}
