/* CSS Document */

body,html 				{ height:100%; margin:0; padding:0; background-color:#333333; }

body 					{ font-family:Geneva, Arial, Helvetica, sans-serif; 
						 	 text-align: center; background-color:#333333;
						 	 vertical-align:middle; color:#000000; font-size:9px; }

#contenu_splash			{ width: 800px; height: 600px; 
						  				padding: 0;
						 				text-align:center; }

#splash							{ width:800px; height: 600px; 
						  				padding: 0;
						 				background-repeat:no-repeat;
						  				text-align:center; font-size:18px; text-transform:uppercase; }
						  
a									{ color:#000; text-decoration:none; }
a:hover							{ color:#09F; text-decoration:none; }


#footer							{ color:#999; font-size:9px; margin:25px auto; text-transform:lowercase; }
#footer a						{ color:#333; font-size:9px; text-decoration:none; }
#footer a:hover				{ color:#09F; font-size:9px; text-decoration:none; }