.bandeau-annonce-site {
    margin: 15px auto;
    text-align: center;
    font-size: 1.1em;
}

.bandeau-annonce-site.avec-cadre {
    padding: 10px 15px;
    background: #ffe6cc;
    border: 2px solid #ff9900;
    border-radius: 8px;
}

.bandeau-annonce-site .ba-titre {
    font-weight: bold;
    margin-bottom: 5px;
}

.bandeau-annonce-site .ba-texte {
    margin: 0;
}

.bandeau-annonce-site .ba-texte img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
