body{
	background-color: #bebbbb;
}

h1{
	color: red;
	text-decoration: underline;
	text-align: center;
}

.haut_pied_page{
	border: solid #777777;
	border-radius: 15px;
	background-color: #777777;
}

.img-header{
	display: block;
	margin: 0 auto;
	width: 300px;
	height: auto;
}

h2{
	color: blue;
	text-align: center;
}

.centre {
    text-align: center;
}

ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#gauche{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

#img-gauche{
	max-width: 500px;
	margin-right: 20px;
}

figcaption{
	text-align: center;
}

hr {
  height: 2px;
  background-color: #000;
  border: none;
}

#perso{
	margin-right: 150px;
}