
body { 
  margin-left:auto !important;
  margin-right:auto !important;
  margin-top:100px !important;
  margin-bottom:0 !important;
  max-width:1000px;
  background-image:url('/pictures/hab-i-run.jpg?v=153');   /* url(url('/pictures/hab-i-run.jpg?v=153');); */    
  background-repeat:no-repeat;  
  background-attachment:fixed;
  background-position: 50% 0%; 
  background-color:#0200A1;
  display: block;
  z-index:0;
  position:relative;
}

table {background-color:white;}  /* avoids the banner (habillage) to overwrite the site when scrolling --> */

.habillage-frame { 
		position: fixed; 
		width: 1900px; 
		height: 1000px; 
		margin-right:auto;
		margin-left:auto;
		top:0; 
		left:0;
		right:0;
	    z-index:-1;
}

#habillage-link { 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		width: 1900px; 
		height: 1000px; 
		background-color: transparent;  
}

<!--
@media screen and (max-width:1000px) {
 body {
	 background-image: none;
     margin-top:0 !important;
     background-color:#F9F9F9;
 }
}
-->