/* ARTICLES */

#listepage {
    font-size:    12px;
    color:        #000000;
    font-weight:  bold;
}
#listepage a {
    color:        #FEA101;
    text-decoration: none;
}

#listepage a:hover {
    text-decoration: underline;
}

#listepage .numero {
    float:     left;
    text-align: right;
    font-size: 9px;
    color:     #808080;
    width:     20px;
}

