html { 
  margin:0;
  padding:0;
  background: url(../Images/fond2.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  
  font-family: sans-serif;
}

body {
	
}

#barreHaut {
	position:fixed;
	width:100%;
	right:0%;
	top:0%;
	height:20%;
	z-index:2;
	
}

#cadreTransparence {
	width:100%;
	height:100%;
	background:rgba(255,255,255, 0.4);
}

#photoHaut{
	width:100%;
	max-height:100%;
}
#iphone {
	position:fixed;
	top:35%;
	left:5%;
	z-index:0;
	
	
}

#bandeau {
	position: fixed;
	left:0%;
	top:20%;
	width:22%;
	padding-bottom:0.1%;
	z-index:8;
}

#avantages {
	position: fixed;
	left:12%;
	bottom:0%;
	width:35%;
}

#texteOrganisation {
	position: fixed;
	left:37%;
	top:25%;
	height:50%;
}
