body.waterStrip {
	margin: 0 auto;
	background: url(./../images/bande-eau.jpg) no-repeat 0 183px;
}

div#splashBox {
	margin: 0 auto;
	margin-top: 50px;
	width: 705px;
}

div#splashBox div.logo {
	width: 347px;
	height: 93px;
	margin-left: 33px;
	margin-top: 10px;
	background: url(./../images/logo.png) no-repeat top left;
}

div#splashBox div.photo {
	width: 617px;
	height: 237px;
	margin: 0 auto;
	margin-top: 39px;
	margin-bottom: 7px;
	background: url(./images/photo.jpg) no-repeat top left;
}

div#splashBox ul.language {
	float: right;
	width: 60px;
	height: 50px;
	margin-top: 9px;
	margin-right: 31px;
}

div#splashBox ul.language li {
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	list-style: none;
}

div#splashBox ul.language li.first {
	margin-bottom: 20px;
}

div#splashBox ul.language li a {
	text-decoration: none;
	cursor: pointer;
}