/* le menu atout */

#navigation {
text-align: center;
}

#navigation a {
color: #fff;
text-decoration: none;
display: block;
width: 150px;
height:26px;
padding-top: 7px;
background: url("cartouche.jpg") top left no-repeat;
}

#navigation a:hover {
color: #f5d803;
}

#navigation .niveau1 {
margin-bottom: 4px;
font-size: 13px;
}

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

#navigation .courante .ulniveau2 {
display: block;
}

#navigation .courante a {
}

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

#navigation .niveau1 .displaydown {
background: url("cartouche-down.jpg") top left no-repeat;
}
