/* QUIZZ
--------------------------------------------------------------------------------------------------------------------------------------*/

.page-quizz h2{
	line-height:6em;
	font-size:2.25em;
	margin-bottom:10px;
	text-transform:uppercase;
}
.page-quizz h2 strong{
	font-size:6.7em;
	color:#ff851b;
	display:block;
}

.page-quizz h2 span{
	width:410px;
	display:block;
	line-height:1em;
	margin-top:-5px;
	padding-left:135px;
	text-align:right;
}

#fond_jeu{
	margin-bottom:10px;
	padding:10px 25px;
	border:20px solid #e0e4e7;
	background-color:#eff1f3;
}

/********** QUESTION **********/

#fond_jeu #question{
	width:100%;
	overflow:hidden;
}

/* Question */

#question .txtQuestion{
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}

#question .numQuestion{
	color:#b6b6b6;
	font-size:1.25em;
	text-align:right;
	margin-bottom:5px;
}

#question .finalscore{
	color:#D64905;
	font-size:46px;
	text-align:right;
	margin-bottom:5px;
}



#question .questionID{
	display:block;
	float:left;
	width:185px;
	color:#cbcfd1;
	font-size:17.5em;
	line-height:0.75em;
	font-weight:bold;
	letter-spacing:-35px;
	text-indent:-20px;
}

#question p{
	line-height:1.25em;
	font-size:1.67em;
	margin-bottom:40px;
}

#question ul{
	padding-left:400px;
}

#question li{
	margin-bottom:10px;
}

#question li a{
	display:block;
	font-size:2.17em;
	color:#000;
	line-height:0.82em;
	text-transform:uppercase;
	padding:5px 0 0 35px;
	background:url(http://static.lesdemocrates.fr/wp-content/themes/ar2d2d/images/bg_quizz_checkbox.png) left top no-repeat;
}

#question li .ticked{
	background-position:left bottom;
}

#question li .light{color:red; font-weight:bold;}

#fond_jeu .cacher{
	display:none;
}

/********** RESULT **********/

#result .questionResult .rep{
	font-size:1.67em;
	color:#ff851b;
	font-weight:bold;
	font-style:italic;
}

#result .questionNext{
	width:100%;
	overflow:hidden;
}

#result .questionNext .next{
	float:right;
}

#result .questionNext ul{
	float:left;
	margin-top:17px;
}

#result .questionNext li{
	float:left;
	font-size:1.17em;
	margin-right:8px;
	padding-right:10px;
	background:url(http://static.lesdemocrates.fr/wp-content/themes/ar2d2d/images/quizz_spacer.png) right center no-repeat;
}

#result .questionNext a{
	color:#757474;
	text-decoration:underline;
}

#result .questionNext a:hover{
	text-decoration:none;
}

#result .questionNext .last{
	margin:0;
	padding:0;
	background:none;
}

/********** BOTTOM **********/

.page-quizz .center{
	margin-bottom:25px;
}
.cacher{display:none;}

.facebook{float:left; height:90px; width:90px; }
.facebook a{color:#4858b7;}
#question .facebook img {width:63px;}
.twitter{float:left; height:90px; width:90px; }
.twitter a{color:#5ddced;}

