
menu{
	background: #5591B5;
	font-family: "impact";
	font-size:20px;
}

menu div a {
	display:inline-block;
	margin:0;
	height: 100%;
	width: 150px;
	text-align: center;
}
menu a{
	display:inline-block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	color:black;
	text-align: center;
	text-decoration: none;	
}

menu div a:hover{
	background: lightblue;

}

section{
	width:100%;
}
section img{
	float: left;
}
section nom{
	background: #5591B5;
	width: 500px;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}

section nom{
	background: #5591B5;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	position: fixed;
}

section contact{
	display: inline-block;
	background: #CFECFC;
	float: left;
	width: 200px;
	position:relative;
	top:200px;
}

section competence{
	display: inline-block;
	background: #CFECFC;
	width: 200px;
	position:fixed;
	top: 500px;
	left: 155px;
}

section langues{
	display: inline-block;
	background: #CFECFC;
	float: left;
	width: 200px;
	position:relative;
	top:600px;
	right: 200px;
}


section2{
	float: left;
	font-size: 20px;
	text-align: center;
	position: relative;
	top:170px;
}

