/* Tony Amirault -> 13/02/201 */
html,body{
  height: 100%;
  width:100%;
  margin:0;
  padding:0;
}
body {
	background:url(tony-amirault-rounded.png);
	background-repeat:no-repeat;
	background-position: center center;
}
#menu-top{
	margin-top : 10px;
	width:100%;
	position:fixed;
	top:0;
	text-align:center;
	font-family : "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#menu-top a{
	text-decoration:none;
	color:grey;
	font-weight:bold;
	font-size:20px;
}
#menu-top a:hover{
	color:black;
	
}
#menu-project{
	display:none;
	margin-top : 50px;
	width:100%;
	position:fixed;
	top:0;
	text-align:center;
	font-family : "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#menu-project a{
	text-decoration:none;
	color:grey;
	font-weight:bold;
	font-size:20px;
}
#menu-project a:hover{
	color:black;
}
#footer{
	margin-bottom : 10px;
	width:100%;
	position:fixed;
	bottom:0;
	text-align:center;
}

