/* le menu atout */

#navigation {
text-align: right;
}

#navigation .niveau1.courante {
}

#navigation a {
color: #efdf14;
_background: url("fond_menus.png") bottom center;
background-color: black;
text-decoration: none;
padding-right: 10px;
display: block;
width: 145px;
font-size: 16px;
height:25px;
font-weight:bold;
padding-top: 0px;
}

#navigation a:hover {
color: #efdf14;
background-color: #8b141a;
font-style: oblique;
font-size: 16px;
text-decoration: none;
}

#navigation .niveau1 {
background-color: #dfd7d9;
margin-bottom: 30px;
font-size: 16px;
margin-left: 20px;
padding-left: 4px;
font-style: italic;
font-size: 18px;
}

#navigation .ulniveau2 {
display: none;
padding: 8px 0 18px 0;
background: url("niveau2.jpg") bottom center;
font-size: 11px;
}

#navigation .courante .ulniveau2 {
}




#navigation .niveau2 a {
background-image: none;
display: inline;
}

#navigation .niveau1 .displaydown {
}
