/* CSS Document */
* {
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

html { font-size:100.1%; }

body{
	background-color:#000;
	color:#999;
	margin: 0;
	padding: 0;
	font: 11px/22px "Lucida Sans", Arial, Helvetica, Verdana, sans-serif;
}

.clear{
	clear:both;
	height:1px;
	}

span{ display:none; }

#floater {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height: 600px;
     margin-top: -300px; /* moitié de la hauteur */
     margin-left: -400px; /* moitié de la largeur */
	 background:url(../images/splash.jpg) no-repeat left top;
     }
	
#floater .buttons{
	margin:551px 0 0 347px;
	}
#floater a.link1{
	 background:url(../images/splash_open0.jpg) no-repeat left top;
	 display:block; float:left;
     width: 106px; height: 49px;
	}
#floater a.link1:hover{
	 background:url(../images/splash_open1.jpg) no-repeat left top;
	}
#floater .copyright{
	background:url(../images/splash_open1.jpg) no-repeat -9999px 0;
	margin:25px 0 0 0;
	text-align:center;
	clear:both;
	}
