<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#paginateur .frame_paginateur{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5vh 0;
    z-index: 5;
    position:relative;
}
#paginateur .prec{background:url('/Files/App_002/images/left1.png')no-repeat center;border: 1px solid #2773b5;display: inline-block;margin-right: 15px;    border-radius: 50%;width:40px;height:40px;}
#paginateur .num_pages{display: inline-block;}
#paginateur .element {
    display: inline-block;
    line-height: 44px;
    color: #2773b5;
    margin-right: 5px;
    border-radius: 50%;
width:40px;height:40px;
}
#paginateur .element_selected{display: inline-block;line-height: 44px;color: #2d66e5;margin-right:5px;}
#paginateur .suiv{background:url('/Files/App_002/images/right1.png')no-repeat center;border: 1px solid #2773b5;display: inline-block;margin-left: 15px;border-radius: 50%;width:40px;height:40px;}

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