.links-box {
    height: 400px;          /* hauteur fixe */
    overflow-y: auto;       /* scroll vertical si besoin */
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f9f9f9;
}

/* Style d’un article */
.actu-item {
    padding: 10px 0;
    border-bottom: 1px solid #999999;
}

.actu-item:last-child {
    border-bottom: none;
}

/* Date discrète */
.actu-date {
    display: block;
    font-size: 0.9em;
    color: #888;
    margin-bottom: 5px;
    text-align: right;
}

/* Titre en gras */
.actu-title {
    margin: 0;
    font-size: 1.4em;
    color: #333;
}

/* Description */
.actu-desc {
    margin: 5px 0 10px;
    font-size: 1em;
    color: #555;
    text-align: justify;
}

.actu {
    background-color: #435561;
    background-image: url("../images/textures/axiom-pattern.png");
    padding: 20px 20px;
}
