/*<![CDATA[*/
/*
*   Bleu : #004896.
*   Chocolat : #5a3a22.
*   Bleu gris : #e8e7e7.
*/
#menu-deroulant {
    width: 950px;
    height: 21px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 90px;
    left: 0;
    font-size: 0.8em;
    z-index: 100;
}
ul#menu-deroulant {
    list-style-image: none;
}
#menu-deroulant li {
    float: left;
    width: 190px;
    margin: 0;
    padding: 0;
    border: 0;
    list-style-image: none;
}
#menu-deroulant li a:link,
#menu-deroulant li a:visited {
    display: block;
    height: 1%;
    color: #fff;
    background: #5a3a22;
    text-align: center;
    padding: 4px 8px;
    margin: 0;
    border-right: 1px solid #fff;
    text-decoration: none;
}
#menu-deroulant li a:hover { background-color: #004896; }
#menu-deroulant li a:active { background-color: #e8e7e7; }
#menu-deroulant .sous-menu {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
}
#menu-deroulant .sous-menu li {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: 189px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}
#menu-deroulant .sous-menu li a:link,
#menu-deroulant .sous-menu li a:visited {
    display: block;
    color: #fff;
    margin: 0;
    border: 0;
    padding: 6px 0 6px 4px;
    text-align: left;
    text-decoration: none;
    background: transparent url("../images/site/fond_transparent.png") repeat;
}
#menu-deroulant .sous-menu li a:hover {
    background-image: none;
    background-color: #004896;
}
#menu-deroulant .sous-menu li a:active { background-color: #e8e7e7; }
#menu-deroulant li:hover > .sous-menu { display: block; }
/*]]>*/
