.main {
    padding-top: 20px;
    padding-right: 30px;
    font-size: 12pt;
}

.cartouche {
    border-radius: 10px;
    border-style : solid;
    border-width : 2px;
    border-color: #979797;
    margin-top: 20px;
    padding: 20px;
    color: black;
    font-size: 11pt;
}

.bandeau {
    background-image: url('../images/bandeau.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-color: white;
}

h1.titre1 {
    font-weight: bold;
    font-size: 20pt;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: black;
}

h2.titre2 {
    font-weight: bold;
    font-size: 16pt;
    margin-top: 40px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: black;
    border-bottom: 1px solid #979797;
}

h2.titre3 {
    font-weight: bold;
    font-size: 14pt;
    margin-top: 24px;
    margin-bottom: 1px;
    color: #070707;
}

b.red {
    color: firebrick;
}

b.publications {
    font-weight: normal;
    color: firebrick;
}

.itemimage {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 4px;
}

.basdepage::after {
    content: "2025";
}