/* CSS Document */

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

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

#contenu_splash			{ width: 600px; height: 700px; 
						  				padding: 15px 0 15px 0;
						 				background-repeat:no-repeat;
						  				text-align:center; }

#splash							{ width:955px; height: 700px; 
						  				padding: 15px 0 15px 0;
						 				background-repeat:no-repeat;
						  				text-align:center; font-size:18px; text-transform:uppercase; }
						  
a							{ color:#000; text-decoration:none; }
a:hover					{ color:#527AA5; text-decoration:none; }


#footer						{ color:#999; font-size:9px; margin:15px auto; text-transform:lowercase; }
#footer a					{ color:#333; font-size:9px; text-decoration:none; }
#footer a:hover				{ color:#527AA5; font-size:9px; text-decoration:none; }