body{
	text-align: center;
	background-color: rgba( 203, 202, 200  );
	margin: 0;
	padding: 0;
	font-family: Source Sans Pro;
}
.sommaire-prof{
	display: block; 
	margin:auto;
	margin-right: 0px;
	background-color:white;
	text-align: left ;
	padding-left: 50px;
	width: 300px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}
.imageprof{
	
	width: 90px;
	border-radius: 50%;
	float: left;
	shape-outside: circle();
	margin: 15px
}
.image_drone{
	width: 600px
}
.photointro{
	width: 500px
}
.un{
	list-style: square inside;
}

h2{
	text-decoration: underline;
	color: red;
	
}
h1{
	color :red;
	text-decoration: underline;
	
}
.site_parrot{
	text-decoration: underline
}
.achat_parrot{
	text-decoration: underline
}

a:hover{
	background-color: rgb(238,236,159) !important;
}
 

a:visited {
	color: rgb(164,98,154);
} 
p,li,ul,h4{
	width: 60%;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	
}
#conteneur
{
	justify-content: space-between;