html{
	font-family: "Calibri";
}

body{
	margin: 0;
	padding: 0;
}

header{
	box-shadow: 0px 1px 10px grey;
}

header img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #EEA524;
}

#contenu{
	width: 100%;
}

#texte{
	width: 80%;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#image1 img{
	width: 100%;
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1%;
	margin-right: 1%;
}

#image2 img{
	width: 100%;
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1%;
	margin-right: 1%;
}

#image3 img{
	width: 100%;
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1%;
	margin-right: 1%;
}

#image4 img{
	width: 100%;
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1%;
	margin-right: 1%;
}

#image5 img{
	width: 100%;
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1%;
	margin-right: 1%;
}

#image6 img{
	width: 100%;
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1%;
	margin-right: 1%;
}

#image7 img{
	width: 100%;
	height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1%;
	margin-right: 1%;
}


footer{
	text-align: center;
	font-size: 12px;
	background-color: #40312C;
	height: 40px;
	color: #AAA;
	padding: 20px;
	border-top: 2px solid #EEA524;
	position: relative;
	margin-top: 10px;
	box-shadow: 0px -1px 10px grey;
}

