header{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-family: Bernard MT Condensed;
	color: red;
}
nav{

}
body {
	font-size: 18px;
	font-family: sans-serif;
	background-image: url('images/fond.jpg') ;
	color: white;
}
aside{
	display: flex;
	flex-direction: column;
	width:30%;
	margin-left: 50px;
	margin-right: 20px;
}
contenu p{ 
	margin-left: 30px;
	margin-right: 15px;
	text-align:justify;
}
contenu h2{ 
	margin-left: 30px;
	margin-right: 15px;
	text-align:justify;
}
section{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
section2{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
p3{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	text-align: right
}
center img{
	width:100%;
}
aside div{
	font-size: 10px;	
}