/* splash.css by Ddadou for BangBang06 only */

html, body {
margin: 0;
padding: 0;
background: #f97bd4;
}

#Fond {
position: absolute;
width: 1280px;
height: 200px;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -640px;
background: url('http://bangbang06.free.fr/gfx/splash2.jpg');
}

#image {    /* bloc image en arrière-plan */
position:absolute;
width: 486px;
height: 100px;
left: 50%; 
top: 50%;
margin-top: 100px; /* moitié de la hauteur de l'image */
margin-left: -243px; /* moitié de la largeur de l'image */
background: url('http://bangbang06.free.fr/gfx/enter.jpg') no-repeat;
}

#zone1 {    /* zone cliquable */
float: left;
width : 100px;
height: 20px;
margin-left: 195px;
margin-top: 20px;
}