


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

body{ 
	 margin:0;
  padding:0;
	font: normal 13px/20px Arial, Helvetica, sans-serif; word-wrap:break-word;
	color: #eee;
	font-family: 'Rajdhani', sans-serif;
}

header{
 margin:0;
  padding:0;
  
;
width: 100%;
}
footer{
	position: fixed;
	bottom: 0;
 margin:0;
  padding:0;
  background:url(../img/herbe_fond.png) repeat-x left top;
  
height: 207px;
width: 100%;
z-index: 20;
}
#linkall{display: none;}
#cactus_hype_container{
position: fixed;
	bottom: 70px;
	left:150px;
	z-index: 5;

}
#magasin_howald{
	
	background:url(../img/magasin.png) no-repeat bottom;
	height:382px;
	width: 100%;
    bottom: 195px;
    position: fixed;
    z-index:4;

}
#video{

	        margin: auto;
    display: block;
    bottom: 200px;
    position: absolute;
     left: 50%;
    margin-left: -200px;
    width: 400px;
    z-index:8;
}


#avion_hype_container{
top:0;
	left:-300px;
	
	z-index: 4;
	position: fixed;
}
#poisson_hype_container{
	right:0px;
	bottom:-40px;

}

#panneauxtop_hype_container{
position: fixed;
top:0;
left:50%;
	z-index: 20;

    transform: translateX(-50%);

}

#bilboard_hype_container{
	position: absolute;
bottom: 560px;left: 50%;
margin-left:-221px;
	z-index: 4;

    
   
    width: 442px;
   
}

#arc_hype_container{
	position: fixed;
	bottom: 150px;
	left:0
	;
	z-index:3;
}

@media all and (max-width: 1600px) { 



@media only screen and (max-height: 800px) { 
header{display: none;}

}


