<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> #Pagination .paginationblock{display:table; margin:3vh auto;}

#Pagination .suiv{
 
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(../../../../Images/Suivant.png) 50% 50% no-repeat;
    text-indent: -9999px;
    display: inline-block;
    float: left;
 
}

#Pagination .Prec{
 
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(../../../../Images/precedent.png) 50% 50% no-repeat;
    text-indent: -9999px;
    display: inline-block;
    float: left;
}
#Pagination .Prec:hover{
    background: url(../../../../Images/precedentHover.png) 50% 50% no-repeat;
}
 #Pagination .suiv:hover{
    background: url(../../../../Images/SuivantHover.png) 50% 50% no-repeat;
}

</pre></body></html>