div{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/*caractéristique titre niveau 1 et 2*/
h1,h2
{
	display: flex;
	flex-wrap:wrap;
	width: 1fr;
	height: auto;
	padding: 1rem;
	color: rgb(61, 61, 61);
	font-size: 3rem;
	font: Arial;
}
/*caractéristiques supplémentaires titre niveau 2*/
h2
{
	grid-column:1/3;
	justify-content: center;
	background-color:#BEA88F;
	color: #FFD700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2rem;
}

/*caractéristiques titre niveau 3*/
h3
{
	grid-column:1/3;
	display: flex;
	justify-content:center;
	font-size: 2rem;
}

/*caractéristiques titre niveau 4*/
h4
{
	grid-column:1/3;
	display: flex;
	justify-content:center;
	text-align: center;
	background-color:rgb(170, 144, 94);
	font-size: 1.5rem;
}
/*alignement paragraphe*/
p
{
	text-align: center;
	font-size: 1.5rem;
}
a{
	font-family: Trattatello;
	font-style: none;
	text-decoration: none;
	color: #FFD700;
}
footer a{
	color: #FFD700;
}
iframe{
	clear: both;
}
footer{
	clear: both;
}
iframe{
	margin-left: 35%;
	margin-right: auto;
}