
/*** SPLASH PAGE LIGHTBOX ***/
#splash {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	height: 100%;
	_height: 100%;
	z-index: 999999;
}
#sub-splash {
	width: 100%;
	min-height: 100%;
	height: 100%;
	_height: 100%;
	background: url(/images/theme/vitambox-bg.png);
	margin: 0;
	padding: 0;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/vitambox-bg.png', sizingMethod='scale');
}

#splash-page {	
	width: 857px;
	height: 448px;
	margin: 0 auto;
	padding: 90px 0 0;
	position: relative;
}

#splash-page-inner {
	width: 774px; 
	height: 414px;
	padding: 34px 53px 0 30px;
	margin: 0;
	background: url(/images/theme/vitambox-page-bg-cartevoeux.png) no-repeat 0 0;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/vitambox-page-bg-cartevoeux.png', sizingMethod='crop');
	z-index: 99999999;
}

#splash-page-inner img {
	margin-top:22px;
}

#splash-page-inner a img {
	border:none;
}

#splash ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#splash ul li {
	margin: 0;
	padding: 0;
	width: 290px;
	height: 170px;
	position: relative;
	list-style: none;
}

#splash ul li.fr {
	float: left;
}

#splash ul li.nl {
	float: right;
}

#splash ul li h2 {
	margin: 0 0 15px;
}

#splash ul li h2 span {
	color: #e52b38;
}

#splash ul li p {
	font-size: 1.2em;
}

#splash ul li a{
	display: block;
	width: 119px;
	height: 26px;
	background: url('/images/theme/vitambox-link.png') no-repeat 0 0;
	padding: 6px 0;
	margin: 0;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

#splash a.close {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 107px;
	right: 20px;
	_right: 30px;
	outline: none;
}

#splash .summerJobFr,
#splash .summerJobNl{
	position: absolute;
	top: 470px;
	color: #e2001a;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#splash .summerJobFr{
	left: 300px;
}
#splash .summerJobNl{
	left: 460px;
}
