/* @override http://cdjc.devsite/bijouterie-prieur.fr/grafix/css/splash.css */

/* CSS Document */

#Splash {
	height: 490px;
	width: 100%;
	position: relative;
}
#SplashLeft {
	height: 490px;
	width: 50%;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	background-color: #000; /*190C04*/
}
#SplashRight {
	height: 490px;
	width: 50%;
	position: absolute;
	z-index: 3;
	top: 0px;
	right: 0px;
	background-color: #000;
}
#SplashContent {
	height: 490px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 5;
	text-align: right;
	background-color: #000;
}
#SplashLogo {
	position: absolute;
	z-index: 10;
	left: 10px; /*72*/
	top: 295px;
}
#SplashVideo {
	position: absolute;
	left: 80px;
	top: 75px;
	visibility: visible;
	z-index: 8;
}

#SplashVideo a img{
	border:none;
}
#SplashImage {
	position: absolute;
	left: 400px;
	top: 60px;
}
