header{
	background-color: #42b1c0;
}

header img {
	margin-left: 35%;
}

body{
	background-image: URL("../image/fond_site.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.qui{
	background-color: #42b1c0;
	margin: 5px;
}

.Moi{
	background-color: #e89587;
	margin: 5px;
}

.couleur{
	background-color: #ebb961;
	margin: 5px;
}

p{
	display: inline-block;
	margin-left: 10px;
}

.container {
	display: flex;
	flex-direction: wrap;
}

header:hover img {
	cursor: pointer;
}

*{
	font-family: Verdana;
}

section img{
	width : 200px; height : 200px;
	border: none;
	-moz-border-radius : 100%;
	-webkit-border-radius : 100%;
	border-radius : 100%;
	display: flex;
	flex-direction: wrap;
  }


.intro{
	display: flex;
	flex-direction: wrap;
	margin: 50px;
}

h4{
	font-style: italic;
}

section div{
	margin-top: 30px;
	margin-left: 20px;
}

h2{
	margin-left: 10px;
}