#detail_categorie .breadcrumb {
    width: 645px;
    float: left;
    background: #8f8f8f;
    padding: 13px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 81px;
    height: 40px;
}

#detail_categorie .breadcrumb a:hover {
    text-decoration: underline;
}

#detail_categorie .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

#detail_categorie .separator {
    padding: 0 5px;
}



