#ll {
    background-color: #f98100;
}

footer {
    background-color: #f98100;
     background-image: linear-gradient(to bottom, #f98100, #c65600);
}

#onglets, #onglets ul {
    background-color: #f98100;
    background-image: linear-gradient(to bottom, #c65600,#f98100);
}

/* background des liens menus */
#onglets li {
background-color: #f98100;
background-image: linear-gradient(to bottom, #f98100 0%, #c65600 100%);
}

/* background des liens sous menus */

#onglets li li{
background:#c65600;
}
/* background des liens menus et sous menus au survol */

#onglets li:hover, #onglets li li:hover{
background:#f98100;
}