/******************************************************************************/
/*                                                                            */
/*                                                                            */
/*  Michel Compain                                                            */
/*  Splash                                                            */
/*                                                                            */
/*                                                                            */
/******************************************************************************/


body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	
}



#container {
	background-color: #FFF;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 620px;
	margin-top: -310px; /* moitié de la hauteur */
	margin-left: -400px; /* moitié de la largeur */


}

#splash {
	background-color: #FFF;
	background-image:url(../../splash/splash-michel-compain.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;



}

div#footer
{
	float: left;
	background-color: #FFF;
	width: 800px;
	height: 20px;
	text-align: center;
	font-size: 9px;
	color: #000;


}

  a.copyright  {
	color:#000;
	text-decoration:underline;
	font-size: 9px;
  }    
  
  a.copyright:hover  {    
  
  	color:#000;    
  	text-decoration:underline;    
  	font-size: 9px;  
  }
  
   .texte-intro  {
	color:#000;
	font-size: 11px;
	width:200px;
	padding-top:400px;
	padding-left:70px;
  } 
  
   .entrez {
	padding-left:70px;
  } 

