
body {background:url("img/backgroundh.jpg") repeat-x fixed top left;
}

a img {
  border: 0;
}

.verticalignflash {
	position:absolute;  
	/* Centrer verticalement */
	top: 50%; 
	margin-top: -150px;
	/* Centrer horizontalement */
	left: 50%;
	margin-left: -200px;
}

.verticalignliens {
	position:absolute;  
	/* Centrer verticalement */
	top: 80%; 
	margin-top: -15px;
	/* Centrer horizontalement */
	left: 50%;
	margin-left: -260px;
}

