@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font:60px "Gotham Black", Arial, sans-serif;
	color:#FFF;
}
body {
	overflow:hidden;
}
img {
	height:auto;
	width:100%;
	display:none;
	display:inline;
	border:none;
}
.kiss_and_tell {
	position:absolute;
	bottom:0;
	right:0;
	background: url(/images/splash/splash_kiss_and_tell_button.png) bottom right no-repeat;
	width:131px;
	height:115px;
}
.select_language {
	position:absolute;
	top:100px;
	left:0;
	width:375px;
	height:116px;
}
.select_english {
	position:absolute;
	display:block;
	z-index:10000;
	left:123px;
	top:173px;
	width:50px;
	height:20px;
	text-decoration:none;
}
.select_english:hover {
	border-bottom:1px dotted #fff;
}
.select_francais {
	position:absolute;
	display:block;	
	z-index:10000;
	left:188px;
	top:173px;
	width:58px;
	height:20px;
	text-decoration:none;
}
.select_francais:hover {
	border-bottom:1px dotted #fff;
}