html { 
  height: 100%;
  background: url(AfficheF12.png) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
a#box-link {
  width:100%;
  height:100%;
}
#box-link div {
	position: absolute;
	width:100%;
	height:100%;
}
