body {
	background-color: rgb(0, 0, 0);
}

h1 {
	font-size: 40px;
	text-decoration: underline;
	text-align: center;
}

h2 {
	font-size: 20px;
	text-align: center;

}

p {
	font-size: 12px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
}

img {
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	border: 6px solid rgb(255, 215, 0);
}

a {
	color: blue;
	display: block;
	text-align: center;
}

ul {
	font-size: 12px;
	list-style-type: none;
	padding: 6px;
	text-align: center;
}

.texte {
	font-family: Verdana;
	font-weight: bold;
	color: white;
}

#texte_début_Pièces {
	text-align: center;
}

#Image_1 {
	height: 400px;
	width: 400px;
}