div#minicategories {
font-size: small;
width: 190px;
}

div#minicategories a{
font-weight: bold;
}

div#minicategories a:hover{
color: #b50b4a;
font-weight: bold;
}

div#minicategories div.cate_2{
background-image:url("/images/interface/cata_lvl_2.gif");
background-position: bottom right;
background-repeat:no-repeat;
text-indent: 3px;
height:27px;
}

div#minicategories div.cate_2 a{
color: #F29;
}

div#minicategories div.cate_4{
text-indent: 10px;
}

div#minicategories a.en_cours_3{
    background-color:#b50b4a;
    color: #FFFFFF;
    width:185px;
    margin-left:3px;
    text-indent:14px;
}
div#minicategories a.pas_en_cours_3{
    background-color:#FFFFFF;
    color: #000000;
    width:185px;
    margin-left:3px;
    text-indent:14px;
}
div#minicategories a:hover.pas_en_cours_3{
    background-color:#FFFFFF;
    color: #b50b4a;
    width:185px;
    margin-left:3px;
    text-indent:14px;
}
div#minicategories a.en_cours_4{
    background-color:#b50b4a;
    color: #FFFFFF;
    width:185px;
    margin-left:13px;
    text-indent:19px;
}
div#minicategories a.pas_en_cours_4{
    background-color:#FFFFFF;
    color: #5b5b5b;
    width:185px;
    margin-left:13px;
    text-indent:19px;
}
div#minicategories a:hover.pas_en_cours_4{
    background-color:#FFFFFF;
    color: #b50b4a;
    width:185px;
    margin-left:13px;
    text-indent:19px;
}
