@charset "utf-8";
/* CSS Document */

#splash {
  position:absolute; 
  left: 50%;  
  top: 25%; 
  width: 1000px; 
  margin-left: -500px; /* moitié de la largeur */ 
  border: 0px solid #000; 
  display: none;
  text-align: center;
}
#bande {
	position:absolute; 
	width: 100%; 
	text-align: center;
	top: 45%; 
}
