body {
    font-family: serif;
    background-color: #faf3e0;
    color: #2e2e2e;
}
p {
    font-family:Georgia, serif;
    color : #1A1A40;
    text-align: left;
    line-height: 1.6;
}

h1 {
	width: 800px;
	height: 60px;
	margin: 5px auto;
	background-color: #C70039 ;
	font-family: Georgia, serif;
	font-size: 32px;
	color:#FEFEE2;
	text-align: center;
	padding-top: 20px;
}
h2 {
	width: 800px;
	height: 50px;
	padding-top: 15px;
	margin: 5px auto;
	font-family: Georgia, serif;
	font-size: 24px;
	color:#FEFEE2;
	text-align: center;
	}
a {color: red;}
b {color: crimson;}

h3,h4,h5  {
	color: #b22222;
	font-family: Georgia, serif;
	line-height: 10px; 
	font-size: 18px;
	}
ul {
	font-family: Georgia, serif;
    color:#1A1A40;
    text-align: left;
    line-height: 1.6;
}
.video{
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 20px auto;
    background:#faf3e0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}	
.portrait {
	display: block;
	margin: 25px auto;
	}

.cadrage, .contributions {
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 20px auto;
    background: #faf3e0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}


.cadrage img {
    width: 100%; 
    max-width: 300px; 
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px; 
}

.cadrage p, .contributions p {
	font-family: Georgia, serif;
    font-size: 16px;
    color: #1A1A40;
    line-height: 1.6;
    padding: 10px;
}
.contenu {
    display: flex; 
    align-items: center; 
    gap: 20px;  
    max-width: 900px;  
    margin: auto; 
    background:#faf3e0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.contenu img {
    width: 250px; 
    height: auto;
    border-radius: 10px;
}

.liste {
    flex: 1; 
}
.liens {
	margin: 5px 0px;
	padding: 0px 10px;
	border: 3px solid darkslategray;
	background-color: lavender;
}

	