html {
	height: 100%;
}

body {
	font: 12px Georgia, "Times New Roman", serif;
	color: #FFF;
	height: 100%;
}

#main {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#loading, #complete {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	text-align: center;
	z-index: 11000;
	display: none;
}

#loading .bg, #complete .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	z-index: 1000;
}

#noscript {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100000;
	background-color: #000;
	text-align: center;
}

#noscript p {
	padding-top: 200px;
	color: #FFDD00;
}

h1, #splashlogo {
	width: 132px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../img/logo.png') no-repeat;
	z-index: 11111;
	display: none;
}

#panels {
	display: none;
	width: 377px;
	height: 242px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 72px;
	z-index: 1000;
}

#panels .bg {
	width: 377px;
	height: 262px;
	position: absolute;
	background: url('../img/panels.png') no-repeat;
	z-index: 1000;
}

#panels .content {
	color: #FFF;
	font-size: 16px;
	position: absolute;
	z-index: 1001;
}

#panels #timer {
	padding: 9px 15px 15px 15px;
	width: 209px;/* 209+15+15=239*/
	height: 84px;/* 84+9+15=108*/
}

#panels #counter {
	padding: 9px 15px 15px 15px;
	width: 107px;/* 106+15+15=136*/
	height: 84px;/* 84+9+15=108*/
	left: 240px;
}
	
#panels #description {
	padding: 5px 10px 9px 10px;
	width: 357px;/* 347+15+15=377*/
	/*height: 69px;/* 69+5+9=83*/
	top: 109px;
	overflow: hidden;
}

#panels h2 {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 14px;
	overflow: hidden;
}

#panels #timer h2, #panels #counter h2 {
	padding-bottom: 1px;
}

#panels #description h2 {
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 11px;
}

#panels p.numbers {
	font-size: 76px;
	line-height: 76px;
	padding: 0;
	margin: 0;
}

#panels p.numbers span {
	font-size: 50px;
}

#panels .d1 p.text {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	padding-top: 6px;
	padding-bottom: 9px;
}

#panels .d2 p.text {
	font-style: italic;
	height: 18px;
	overflow: hidden;
	padding-bottom: 4px;
}

#panels p.text strong {
	color: #FFDD00;
}

#panels #description a:hover {
	
}

#panels p.actions {
	padding-top: 10px;
}

#panels span.text {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color: #FFF;
}

#panels span.text a {
	text-decoration: none;
	font-style: italic;
	font-size: 15px;
	color: #FFDD00;
	border-bottom: 1px solid #FFDD00;
}

#panels span.left {
	float: left;
}

#panels span.right {
	float: right;
}

#panels a.button, 
#panels a.button span {
	background: transparent url('../img/cta_bg.png') no-repeat;
}

#panels a.button {
	color: #000;
	display: block;
	float: left;
	font-size: 12px;
	margin-right: 17px;
	padding: 0;
	padding-right: 17px;
	text-decoration: none;
	background-position: 100% -40px;
	height: 40px;
	border-bottom: none;
}

#panels a.button span {
	display: block;
	line-height: 14px;
	padding:14px 0 0 17px;
	height: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

#clickblocker {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../img/transparent.png') repeat;
	z-index: 500;
}

#slavemask {
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	background-color: #000;
	z-index: 200;
}

#mastermap {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#slavemap {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

#middleBar {
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px;
	z-index: 1000;
	background-color: #FFDD00;
	display: none;
}




/****************************************************************************************************************
**   SPLASH 
****************************************************************************************************************/

#loadingcontent {
	position: absolute;
	width: 686px;
	height: 550px;
	left: 50%;
	top: 50%;
	margin-left: -343px;
	margin-top: -275px;
	z-index: 11000;
	background: url('../img/separateur.png') no-repeat 50% 0;
}

#loadingcontent #splashLeft {
	width: 180px;
	top: 50%;
	margin-top: -187px;
	height: 375px;
	position: absolute;
	left: 24px;
	padding-top: 58px;
}

#loadingcontent #splashRight {
	width: 294px;
	top: 50%;
	margin-top: -187px;
	height: 375px;
	position: absolute;
	right: 0;
}

#loadingcontent a {
	color: #FFDD00;
	text-decoration: none;
}

#loadingcontent #splashlogo {
	position:relative;
	right: auto;
	margin: 0 auto;
	display: block;
}

#loadingcontent h2 {
	background: url('../img/logo_going_up.png') no-repeat;
	width: 180px;
	height: 148px;
	display: block;
	margin-bottom: 7px;
}

#loadingcontent h2 span {
	display: none;
}

#loadingcontent #game {
	background: url('../img/splash_cta_bg_nl.png') no-repeat;
	width: 294px;
	position: relative;
	height: 375px;
	top: 38px;
}

#loadingcontent .fr #game {
	background: url('../img/splash_cta_bg_fr.png') no-repeat;
}

#loadingcontent #game .price {
	bottom: 0px;
	left: 8px;
	position: absolute;
}

#loadingcontent .link {
	margin-top: 30px;
}

#loadingcontent .link a {
	color: #fff;
	text-decoration: underline;
	font-style: italic;
}

#loadingcontent p span{
	font-style: italic;
}

#loadingcontent a.button, 
#loadingcontent a.button span {
	background: transparent url('../img/cta_bg.png') no-repeat;
}

#loadingcontent a.button {
	color: #000;
	display:inline-block;
	padding-right: 17px;
	text-decoration: none;
	background-position: 100% -40px;
	height: 40px;
	margin: 170px auto 0 auto;
}

#loadingcontent a.button span {
	display: block;
	line-height: 14px;
	padding:14px 0 0 17px;
	height: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

#loadingcontent .copyright{
	bottom:0;
	font-size:11px;
	position:absolute;
	width:100%;
	text-align: center;
	line-height: 22px;
}

#loadingcontent .copyright a{
	color: #ffffff;
	text-decoration: underline;
}

#loadingcontent a:hover {
	color: #FFDD00;
}

#loadingcontent a.bureau347:hover {
	color: #FF00BB;
}




/****************************************************************************************************************
**   FORM 
****************************************************************************************************************/

.clear {clear:both; height:0; width:0; font-size: 0; line-height: 0;}

#completecontent {
	position: absolute;
	width: 960px;
	height: 300px;/*640*/
	left: 50%;
	top: 150px;/*40*/
	margin-left: -480px;
	font-size: 14px;
	z-index: 11000;
}


#completecontent div.row {
	clear:both;
}

#completecontent a {
	color: #FFDD00;
}

#completecontent h2 {
	font-size: 76px;
	text-transform: uppercase;
	color: #FFDD00;
}

#completecontent h3 {
	font-size: 48px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#completecontent p {
	font-size: 14px;
	text-transform: uppercase;
	clear:left;
}

#completecontent p strong {
	font-weight: bold;
}

#completecontent p a {
	font-weight: bold;
}

#completecontent #report_time {
	font-size: 15px;
}

#completecontent .title {
	margin-bottom: 12px;
}

#completecontent .cta {
	width: 490px;
	display:inline-block;
	text-align: center;
	margin: 15px auto 30px auto;
}

#completecontent a.replay {
	text-decoration: none;
	padding-right: 20px;
	background: url('../img/arrow.gif') no-repeat 100% 50%
}

#completecontent a.button, 
#completecontent a.button span {
	background: transparent url('../img/cta_bg.png') no-repeat;
}

#completecontent a.button {
	color: #000;
	display: block;
	float: left;
	margin-right: 17px;
	padding-right: 17px;
	text-decoration: none;
	background-position: 100% -40px;
	height: 40px;
}

#completecontent a.button.last {
	margin-right: 0px;
}

#completecontent a.button.submit {
	margin-left: 335px;
	margin-top: 15px;
}

#completecontent a.button span {
	display: block;
	line-height: 14px;
	padding:14px 0 0 17px;
	height: 26px;
	text-transform: uppercase;
	font-weight: bold;
}

#completecontent a#facebook, 
#completecontent a#facebook span {
	background-image: url('../img/cta_bg_facebook.png');
}

#completecontent a#twitter, 
#completecontent a#twitter span {
	background-image: url('../img/cta_bg_twitter.png');
}

#completecontent #thankscontainer {
	display: none;
}

#completeform p.text {
	padding-left: 338px;
	text-align: left;
	font-style: italic;
	text-transform: none;
}

#completeform input {
	font-family: Georgia, 'Times new Roman', serif;
	font-size: 12px;
	border: none;
	color: #333;
}

#completeform select {
	float:left;
}

#completeform select#title {
	width: 271px;
}

#completeform #birthdate {
	
}

#completeform select#birthdate_d, #completeform select#birthdate_m , #completeform select#birthdate_y {
	width:69px;
}

#completeform .long {
	float:left;
	height: 16px;
	margin-bottom: 4px;
	padding: 5px 7px 7px 7px;
	width:285px;
}

#completeform .long.text {
	width:600px;
	padding: 0px;
	text-align: left;
	height: 20px;
	font-style: italic;
	font-size: 16px;
}

#completeform .long.group {
	margin-left:335px;
	padding:0;
	width: 600px;
	margin-top: 2px;
	margin-bottom: 4px;
	height: 28px;
}

*+html #completeform .long.group {
	margin-left: 168px;
}

#completeform .long.group.birthdate {
	margin-left:0;
	padding:0;
	width: 600px;
	margin-top: 3px;
}

#completeform input.small{
	float: left;
	height: 16px;
	margin: 0;
	padding: 5px 7px 7px 7px;
	width: 83px;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: top right;
}

#completeform label.fixed {
	display: block;
	width: 323px;
	float: left;
	margin-right: 12px;
	text-align: right;
	margin-top: 5px;
	text-transform: uppercase;
}

#completeform label.select {
	margin-top: 6px;
}

#completeform label.answer {
	margin-top: 3px;
}

#completeform label.fixed span {
	color: #ffdd00;
	font-style: italic;
	text-transform: none;
}

#completeform label a {
	border-bottom: 1px solid #FFDD00;
	text-decoration: none;
}

#completeform form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}

#completeform .jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 28px;
	background: url('../img/form/select_left.png') no-repeat top left;
	float:left;
	color:#333;
	text-align: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

#completeform .jqTransformSelectWrapper div span {
	
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 28px;
	line-height: 15px;
	padding: 8px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
}

#completeform .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 28px;
	height: 28px;
	background: url('../img/form/select_right.png') no-repeat center center;
}

#completeform .jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 27px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:11010;
}

#completeform .jqTransformSelectWrapper ul a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 12px;
	text-align: left;
}

#completeform .jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}

#completeform .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#FFDD00;
	color: #000;
}

#completeform .jqTransformHidden {display: none;}


#completeform .optin {
	margin-left: 331px;
	margin-top: 13px;
	text-align: left;
	font-style: italic;
}

