header
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-family: arial black;
	width: 35%;
	margin: auto;
}

#photomorgan
{
	max-width: 20%;
	height: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

article
{
	width: 80%;
	margin: auto;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	text-align: justify;
	margin-bottom: 50px;
}
section
{
	font-family: arial;
	display: flex;
	flex-direction: column;
	width: 80%;
	margin:auto;

}

#box
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;

}

h2
{
	text-align: center;
}

#blocktitletext
{
	border-left: 2px solid black;
	border-right: 2px solid black;
	display:flex;
	flex-direction: column;
	align-items: center;
	margin-right: 5px;
}

#bordurgauche
{
	margin-left: 1px;
	border-left: 2px solid black;

}

#bordurdroite
{
	margin-right: 5px;
	border-right: 2px solid black;
}

li
{
	margin-right: 5px;
}