/* CSS pour le menu de gauche */ 
#left-menu {
    float: left;
    width: 256px;
    display: block;
}
#left-menu.left-menu-outside {
    margin-top: 64px;
}
#left-menu.fixed {
    margin-top: 0;
    float: none;
    position: fixed;
    top: 12px;
    left: 12px;
}
#left-menu .sub-block-content-gradient {
    overflow: auto;
}
#left-menu ul {
    margin: 0;
    padding: 0;
    padding-left: 16px;
}
#left-menu ul.first {
    padding-right: 8px;
}
#left-menu li {
    line-height: 16px;
}
#left-menu .active {
    color: #1f90cb;
}
#left-menu .category-locked {
    padding-left: 20px;
    background: transparent url("../images/icon_16_locked.png") 0 50% no-repeat;
}
#left-menu div.sub-block {
    margin: 0;
    margin-left: 5px;
}
#left-menu.left-menu-outside div.sub-block {
    margin-left: 0;
    background: #fff;
    border: 1px solid #aaa;
    border-bottom: 5px solid #aaa;
}
#left-menu.left-menu-outside div.sub-block div.sub-block-content-gradient {
    background: transparent url("../images/gradient_small.png") 0 100% repeat-x;
}


