
/********************************** CATEGORIES ********************************/

div#categories {
    margin:1px 0px 2px 0px;
    border:0px solid black;
}

div#categories_haut, div#categories_centre, div#categories_bas{
    margin:0px 0px 0px 0px;
    padding:0;
    border:0px solid black;
}

div#categories_haut{
    background-color: transparent;
    background-image: url(../img/categories_haut.png);
    background-repeat: no-repeat;
    background-position:0px 0px;
    height:7px;
    width:953px;
}

div#categories_centre{
    background-color: transparent;
    background-image: url(../img/categories_centre.png);
    background-repeat: repeat-y;
    margin-top:0px;
    width:953px;
}

div#categories_bas{
    background-color: transparent;
    background-image: url(../img/categories_bas.png);
    background-repeat: no-repeat;
    background-position:0px 0px;
    height:8px;
    width:953px;
}

div.menu_categories{
    float:left;
    width:205px;
    height:150px;
    margin:5px 0px 5px 20px;
    padding:0px 10px 0px 0px;
    border-right:1px solid #919191;
}

div.menu_categories_fin{
    border-right:0px solid #919191;
}


div.menu_categories h5{
    font-size:1.2em;
    font-weight:bold;
    margin:5px 0px 5px 0px;
}

div.menu_categories p{
    margin:10px 0px 0px 0px;
    font-size:0.9em;
    line-height:13px;
    color:#666;

    border:0px solid #111;
}

div.menu_categories p img{
    float:right;
    width:100px;
    margin:0px 0px 0px 5px;
}
