body{
	display : flex;
	flex-direction : column;
	align-items : center;
	background: linear-gradient(#72A5D6, white);
	margin-top: 20px;
}
div{
	/*border : solid;*/
	
}

#pied_de_page{
	margin-top : 5px;
	margin-bottom : 40px;
}

#contenue{
	margin : 10px;
	text-align : justify;
}

#banniere{
	display : flex;
	flex-direction : row;
	align-items : flex-end;
	width : 70%;
	max-width : 900px;
	font-family: Impact, "Arial Black", Arial, Verdana, sans-serif;
	font-size : 20px;
	color : #305D88;
	box-shadow: 10px 5px 20px #305D88;
	background: linear-gradient(#406D98, #A2D5FF);
}
#navigation{
	display : flex;
	flex-direction : row;
	align-items : center;
	justify-content : space-start;
	height : 40px;
	background-color : #406D98;
	width : 70%;
	max-width : 900px;
	margin-top : 10px;
	box-shadow: 10px 5px 20px #305D88;
	margin-bottom:20px;
}
#nav_active{
	text-decoration : underline;
	margin : 10px;
}
#nav_active a{
	color : #5696D5;
}
.nav{
	margin : 10px;
}
.nav a{
	color : black;
    text-decoration: none;
}

#pied_de_page{
	display : flex;
	flex-direction : row;
	align-items : center;
	justify-content : center;
	height : 40px;
	background-color : #406D98;
	width : 70%;
	max-width : 900px;
	margin-top : 5px;
	box-shadow: 10px 5px 20px #305D88;
	text-align : center;
	
}
#contenue{
	width : 65%;
	max-width : 850px;
	margin : 10px;
}
.imgfloat{
	float : left;
	margin-bottom : 5px;
	margin-right : 10px;
}
.imgfloatRight{
	float : right;
	margin-bottom : 5px;
	margin-left : 10px;
}
.imageSimple{
	margin : 10px;
}
.image-ronde{
	
	border: none;
	
	border-radius : 750px;
  }
#contenue_CV{
	width : 65%;
	max-width : 850px;
	margin : 10px;
	text-align: center;
}

#contenue_CV_corps{
	width : 65%;
	max-width : 850px;
	margin : 10px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 10%
}