/* common */
 
*{
	margin: 0px;
	padding: 0px;
}

body{ 
  text-align:center;
  background-color:#e3e3e3;
  
  background-image: url("../img/splash/flt.png");
	background-repeat: repeat-x;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}



br {
  height:10px;
  font-size:10px;
}

img {
	border: 0px;
}

h1 {
  color: #577EE3;
  font-size: 16px;
  font-weight: bold; 	  
}


a {
  color: #999;
  text-decoration: none;
}

/* splash */

#global { 
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 600px; 
  height: 550px; 
  margin-top: -225px; /* moitié de la hauteur */ 
  margin-left: -300px; /* moitié de la largeur */ 
  Xborder: 1px solid #000; 
}


div#splash_title
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
  margin-bottom: 20px;
  
}

div#splash_main
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
  width: 509px;
  height: 381px;

	background-color: transparent;
	background-image: url("../img/splash/bg.png");
	background-repeat: no-repeat;
}

div#splash_infos
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style : normal;
	text-decoration: none;
	color: #000;
}



img#splash_bt_1
{
	position: absolute;
	left: 73px;
	
	top: 180px;
	
	width: 362px;
	height: 63px;
}

img#splash_bt_2
{
	position: absolute;
	left: 73px;
	
	top: 260px;
	
	width: 362px;
	height: 63px;
}

