#content-main #sitemap {
    margin:                 20px;
    padding:                0;
}

#content-main #sitemap a:hover, 
#content-main #sitemap li.parent ul a:hover {
    text-decoration:        underline;
    color:                  #F35B36;
    cursor:                 pointer;
}

#content-main #sitemap li.parent a:hover {
    text-decoration:        none;
    color:                  #000;
    cursor:                 default;
}

#content-main #sitemap li {
    overflow:               hidden;
    _height:                1%;
    clear:                  left;
    margin:                 10px 0;
    padding:                10px 0 0 10px;
    background:             url(images/arrow-blue.png) no-repeat left 13px;
    border-top:             1px solid #ccc;
}

#content-main #sitemap a {
    clear:                  left;
    display:                block;
    float:                  left;
    width:                  190px;
    margin:                 0;
    padding:                0;
    color:                  #000;
    text-decoration:        none;
    font-weight:            bold;
}

#content-main #sitemap ul {
    margin:                 0 0 0 200px !important;
    margin:                 -23px 0 0 200px; /** don't know why... **/
    padding:                0;
}

#content-main #sitemap ul li {
    overflow:               auto;
    _height:                auto;
    clear:                  none;
    float:                  none;
    width:                  auto;
    margin:                 0;
    padding:                0 0 0 10px;
    background:             url(images/caracteristiques-li.png) no-repeat left 5px;
    border:                 0;
}

#content-main #sitemap ul li.last-child {
    overflow:               auto;
    _height:                auto;
    clear:                  none;
    float:                  none;
    width:                  auto;
    margin:                 0;
    padding:                0 0 0 10px;
    background:             none; /*url(images/caracteristiques-li.png) no-repeat left 5px;*/
    border:                 0;
}


#content-main #sitemap ul a {
    display:                inline;
    float:                  none;
    width:                  auto;
    color:                  #000;
    text-decoration:        none;
    font-weight:            normal;
}
