/* some comment... */

div.sub_nav_container {
    background-color: #ffffcc;
    font-family: Trebuchet MS,sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

#main_crv_list a.main_crv_active_item {
    background-color: #ffffcc;
    font-family: Trebuchet MS,sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #630;
}


#main_crv_list a.main_crv_item {
    background-color: #ffffcc;
    font-family: Trebuchet MS,sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    /* color: #369; */
    /* a foncer legerement. */
    color: #258;
}
#main_crv_list a.main_crv_sub_item {
    background-color: #ffffcc;
    font-family: Trebuchet MS,sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #F00;
}
