body
{
	justify-content: center;
	align-items: center;
	}
H1, H2, H3
{
	font-family: times, georgia, arial;
	text-align: center;
	color: rgb(147,149,152); 
}
p
{
	font-family: times, georgia, arial;
	text-align: center;
	color: rgb(147,149,152); 
	font-size: 0.9EM;
	}
H1
{
font-size: 1.1EM;
}
H2
{
font-size: 1EM;
}
H3
{
	font-size: 0.9EM;
	border-bottom: double;
	padding-bottom: 10px;
}
H3:hover
{
	border-bottom: solid;
	padding-bottom: 10px;
}
.logo
{
	display: block;
	width: 200px;
    margin-left: auto;
    margin-right: auto; 
	margin-top: 50px;
	margin-bottom:30px;
	}
.bandeauacceuil
{
	display: block;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 80px;
	margin-bottom:30px;
}
#soustitre
{
	display: flex;
	justify-content: space-around;
	margin-left: 250px;
	margin-right: 250px; 
}
a
{
	text-decoration: none;
	color: rgb(147,149,152);
}