body {
	font: normal 400 0.75em/1 Arial,FreeSans,Helvetica,'Trebuchet MS',Tahoma,verdana,sans-serif;
	color: #999;
	text-shadow: #fff 0 0 0; /* rends les textes plus lisibles sous Safari */
	background: white url('/images/SPV3/bg_splash.gif') top;
}
* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
#splash {
	position:relative;
	width:auto;
	margin:10% auto;
	width:630px;
}
#header {
	display: block;
	height: 61px;
	overflow:hidden;
}
#content {
	width:630px;
	text-align:left;
}
#footer {
	border:0;
	display:block;
	clear:both;
	width: 630px;
	height: 51px;
	padding-top: 10px;
	background-image: url('/images/SPV3/splash-footer.png');
}
#footer p {
	text-align: center;
	margin-top: 4px;
}
#footer p a {
	color: #003366;
	text-decoration: none;
	line-height: 20px;
}
#footer p a:hover {
	color: #003366;
	text-decoration: underline;
}
#footer p a.entrance {
	background: #E20031;
	color: white;
	font-weight: 900;
	text-transform: uppercase;
	padding: 1px 5px;
}
#footer p a.entrance:hover {
	background: #000;
	color: white;
	text-decoration: none;
}

