body {
    background-color: #ffffff;
    text-align: left;
    font-size: 18px;
    font-family: "Times New Roman", serif;
    margin: 20px;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

h3, h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

p {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

ul {
    font-size: 18px;
    line-height: 1.6;
    list-style-type: disc;
    margin-left: 40px;
}

b {
    font-weight: bold;
    text-decoration: underline;
}
.image-container {
    display: flex;
	align-items: center; /* Aligne verticalement */
    gap: 20px; 
}

.portrait {
    margin: 10px auto;
	max-width: 600px; /* Limite la largeur du texte */
text-align: justify; /* Justifie le texte */
}

.cadrage {
    margin: 0 auto;
    max-width: 800px;
}

.contributions, .liens {
    margin-top: 20px;
    padding: 10px;
    border-left: 4px solid black;
    background-color: #f9f9f9;
}





