@charset "utf-8";
/* CSS Document */
body{
	width:100%; height:; margin:0px; padding:0px; background-image:url(../images/01.png); 
	background-image: -webkit-image-set(
		url("../images/01.png") 1x,
		url("../images/01.png") 2x);
	background-size:auto; background-position-x:center; position:relative;
}
#main{
	width:100%; height:; float:left;
}
#header{
	width:100%; height:; float:left;
}
#contenu{
	width:100%; height:;
}
#contenu span{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:40px; font-weight:normal; color:white; margin-left:150px; 
	margin-top:350px; float:left; opacity:0.5;
}
#contenu span:hover{
	opacity:1;
}
#contenu a{
	width:%; height:; float:left; font-family:; font-weight:; font-size:; color:white; text-decoration:none;
}
#contenu p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:18px; font-weight:normal; color:white; margin-left:100px; 
	margin-top:80px; float:left; opacity:0.5;
}
#contenu p:hover{
	opacity:1;
}
#contenu img{
	width:6%; height:; margin-left:30px; margin-top:30px; float:left;  max-width: 100%;
}
#contenu menu{
	width:100%; height:; float:left;
}
#contenu menu a{
	width:100%; height:; font-family:arial; font-weight:normal; font-size:16px; 
	color:white; text-decoration: none; opacity:0.5;
}
#contenu menu a:hover{
	opacity:1;
}
#up{
	width:; height:; top:500px; left:930px; float:left; opacity:0.5; position:absolute;
}
#up:hover {
    opacity: 1;
}
#footer{
	width:100%; height:; float:left;
}
#footer span{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:15px; font-weight:normal; color:white; margin-top:480px; margin-left:830px;
	position:relative; float:left; opacity:0.5;
}
#footer span:hover{
	opacity:1;
}
#presentation{
	width:100%; height:; float:left; position:relative; background-image:url(../images/skills.png); 
}