<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#paginateur .frame_pagination {
    clear: both;
    text-align: center;
    margin: 0 auto;
}
#paginateur .precedant{
    background:url('/Files/App_002/images/left.png')no-repeat center;
    height: 52px;
    width: 52px;
    display: inline-flex;
}

#paginateur .precedant:hover{background: url(/Files/App_002/images/left_h.png)no-repeat center;}
#paginateur .suivant {
    background: url(/Files/App_002/images/right.png)no-repeat center;
    height: 52px;
    width: 52px;
    display: inline-flex;
}
#paginateur .suivant:hover{background: url(/Files/App_002/images/right_h.png)no-repeat center;}

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