.anciens-pagination {
    margin-top: 10px;
}
.anciens-pagination p{
    margin-bottom: 10px;
}

.anciens-pages a,
.anciens-pages span {
    display: inline-block;
    margin: 4px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 4px;
}

.anciens-pages a:hover {
    background: #f0f0f0;
}

.current-page {
    background: #333;
    color: #fff;
    border-color: #333;
}
.anciens-results p {
    margin-bottom: 0px !important;
    margin-left: 10px !important;
}
.anciens-results.error {
    color: #d63638;
    background: #fff0f0;
    padding: 15px;
    border: 1px solid #d63638;
    border-radius: 4px;
    margin: 20px 0;
}
    .anciens-results.error p {
        margin: 0;
        font-weight: bold;
    }
