li, ul{
    font-size: x-large;
}
p{
    font-size: x-large;
}
li{
	text-align: center;
}
/*caractéristique titre niveau 1 et 2*/
h1
{
	background-color: rgb(5, 172, 172);
	font-weight:bold;
	font-size: 2.2rem;
	box-shadow: -3px 5px 21px hsla(0, 0%, 0%, 0.8);
}

/*caractéristiques supplémentaires titre niveau 2*/
h2
{
background-color: rgb(5, 172, 172);
text-align: center;
font-size: 2.2rem;
}

/*caractéristiques titre niveau 3*/
h3
{
	display: flex;
	justify-content:center;
	background-color: rgb(5, 172, 172);
	font-size: 2rem;
	margin-bottom: none;
	padding: none;
}

/*caractéristiques titre niveau 4*/
h4
{
	display: flex;
	justify-content:center;
	background-color: rgb(5, 172, 172);
	font-size: xx-large;
	margin-bottom: none;
	padding: none;
}
h5{
    display: flex;
	justify-content:center;
	background-color: rgb(5, 172, 172);
	font-size: x-large;
	margin-bottom: none;
}
/*police pour tous sauf h1,h2,h3*/
*:not(h1,h2,h3)
{
	font-family: Cambria;
}
a{
	color: white;
	text-decoration: none;
}
