body {
    font-family: 'Arial', sans-serif; /* Typographie propre */
    background-color: #f2f2f2; /* Arrière-plan gris clair */
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center; /* Centre le contenu horizontalement */
    align-items: center; /* Centre le contenu verticalement */
}

/* Style du tableau avec image et texte */
table {
    background-color: #fff; /* Fond blanc */
    padding: 20px;
    border-radius: 15px; /* Coins arrondis */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Ombre douce autour du tableau */
    border: none; /* Supprimer les bordures par défaut du tableau */
    width: 60%; /* Largeur du tableau */
}

/* Style des cellules du tableau */
td {
    padding: 15px;
    text-align: center; /* Centre le contenu dans les cellules */
    vertical-align: middle;
}

/* Style de l'image */
img {
    width: 180px; /* Taille de l'image */
    height: auto; /* Garde les proportions */
    border-radius: 10px; /* Coins arrondis de l'image */
}

/* Style du texte à côté de l'image */
p {
    font-size: 18px; /* Taille du texte */
    color: #333; /* Couleur du texte */
    line-height: 1.6; /* Espacement entre les lignes */
    margin-top: 10px;
}

/* Ajout d'un effet de survol (hover) sur l'image */
img:hover {
    transform: scale(1.1); /* Agrandit légèrement l'image au survol */
    transition: transform 0.3s ease-in-out; /* Transition douce */
}
h1 {
	width: 800px;
	height: 60px;
	margin: 5px auto;
	background-color: #ec7063;
	font-family: Comic Sans MS;
	font-size: 32px;
	color: white;
	text-align: center;
	padding-top: 15px;
	border-radius: 50px
	
	}
h2 {
	width: 800px;
	height: 50px;
	padding-top: 10px;
	margin: 5px auto;
	font-family: Comic Sans MS;
	font-size: 24px;
	text-align: center;
	}
a {color: blue;}
b {color: crimson;}

h3 {
	font-family: Comic Sans MS;
	line-height: 10px; 
	font-size: 18px;
	}

.portrait {
	display: block;
	margin: 25px auto;
	}

.cadrage {
	margin: 0px 100px;
	padding: 5px;
	}

.contributions {
	margin: 5px 0px;
	padding: 0px 10px;
	border: 3px solid crimson;
	background-color: lavenderblush;
	}
.liens {
	margin: 5px 0px;
	padding: 0px 10px;
	border: 3px solid darkslategray;
	background-color: lavender;
}
.gouda {
	font-family: Arial;
	color: blue;
	text-align: center;
}

	