html { 
  margin:0;
  padding:0;
  background: url(siman.png) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}
div {
	position:absolute;
	background-color: transparent;
	height: auto;
	width: auto;
}
a {
    display : block;
    width : 100%;
	position:fixed;
	top:0;right:0;left:0;bottom:0;
	
    height : 100%;
    text-decoration : none;
}
