.liste_popularite {
    float:right;
    text-align:right;
    width:75px;
}

.liste_visite {
    float:right;
    text-align:right;
    width:55px;
}

.liste_date {
    float:right;
    text-align:right;
    width:130px;
}
.corps {
    width: 75%;
    margin: 0px auto;
    padding: 10px;
}

.article{
    padding: 5px;
    background-color: #F5F5F5;
    border:1px solid #EAEAEA;
}
.article a{
    font-weight: bold;
}

.article:hover{
    background-color: #FDFDFD;
}

.fragment {
    background-color: #F9F9F9;
    padding: 3px;
    border:1px solid #DADADA;
}

a:hover{
    color: #CE2821;
}

.pagination{
    width: 74%;
    margin: 0px auto;
    text-align: center;
}

.pagination a{
    padding: 0px 3px;
}
