body
{
	text-align:center;
	background-image: url(Image5.jpg);
	background-size: 1200px;
	background-attachment: fixed;
	background-position: center top;
	max-width: 1200px;
	margin:auto;
}
header
{
	display: flex;
	justify-content: space-between;
	vertical-align: center;
	align-items:flex-end center;
	margin-right:50px;
	margin-left:50px;
}
nav ul
{
	background-image:url(fondagregat.jpg);
	background-size: 150px;
	border-radius: 20px/20px;
	padding-right:20px;
}

li a
{
	color:black;
	font-size:20px;
}
p
{
	font-size:25px;
	text-align:justify;
}
video
{
	border-radius:20px/20px;
	margin-left:20px;
}
h2
{
	color: #AB8039;
	background-color:rgba(255,255,255,1);
	margin-bottom:10px;
	width:375px;
	margin-left:auto;
	margin-right:auto;
}

.trait_dessus
{
border-top: 3px solid #AB8039;
width:300px;
margin-left:auto;
margin-right:auto;
margin-bottom: 10px;
margin-top:50px;
}

#conteneur
{
	display:flex;
	flex-direction:column;
	align-items: center;
	background-color: rgba(255,255,255,0.6);
	padding: 5px;
	margin-top:15px;
	margin-bottom:15px;
	border-radius: 20px/20px;
}

#conteneur1
{
	display:flex;
	flex-direction:column;
	align-items: center;
	padding:5px;
	margin-right:50px;
	margin-left:50px;
}

.element101
{
display: inline-block;
	justify-content: center;
	align-items: center;
	vertical-align: center;
	text-align: justify;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right:auto;
	margin-left:auto;
}

h1
{
	display: inline-block;
	color: #AB8039;
	font-size: 45px;

}
ul 
{
	clear:both;
	text-align:justify;
	font-size:25px

}
footer
{
	align-content: center;
}

section
{
align-items: center;
vertical-align: top;
}