body
{
	justify-content: center;
	align-items: center;
	}
H3
{
	font-family: times, georgia, arial;
	text-align: center;
	color: rgb(147,149,152); 
	font-size: 0.9EM;
	border-bottom: double;
	padding-bottom: 10px;
}
H3:hover
{
	border-bottom: solid;
	padding-bottom: 10px;
}
.presentation
{
	border-bottom: solid;
}
h4
{
	font-family: times, georgia, arial;
	text-align: center;
	color: rgb(147,149,152); 
	font-size: 0.6EM;
}
#soustitre
{
	display: flex;
	justify-content: space-around;
	margin-left: 250px;
	margin-right: 250px;
		margin-top: 70px;
}
a
{
	text-decoration: none;
	color: rgb(147,149,152);
}
h5
{
	font-family: times, georgia, arial;
	text-align: left;
	color: rgb(147,149,152); 
	font-size: 1.4EM;
	margin-bottom: 0em;
}
h6
{
	font-family: times, georgia, arial;
	text-align: left;
	color: rgb(147,149,152); 
	font-size: 1.2EM;
	margin-top: 0em;
}
p
{
	font-family: times, georgia, arial;
	text-align: left;
	color: rgb(147,149,152); 
	font-size: 1EM;
	font-style: italic;
}
.retour
{
	
	display: block;
	width: 40px;
	margin-left: auto;
    margin-right: auto; 
	margin-top: 70px;
	margin-bottom:10px;

}
.profil
{
	display: block;
	width: 350px;
	height: 350px;
	margin-top: 90px;
	margin-right: 50px;
}
#conteneur2
{
	width: 600px;
	margin-top: 50px;
	}
#conteneur1
{
	display: flex;
	flex-direction: row;
	}
#conteneur3
{
	display: flex;
	justify-content: center;
}