/*
* jQuizMe - jQuery quiz plugin
*
* @version 2.2.1
* @date 10/09/2012
*/	
.quiz-el{
background-image:url(img/colquizz_violet.png);
background-repeat:no-repeat;
	font-size: 1em;
	font-family:Arial;
	position: absolute;
	padding: 50px 0px 0px 30px;
	width: 240px;
	top:100px;
	left:453px;
	height:100%;
}
.quiz-el div{
	padding: 0px 0px 0px 0px;
	width:192px;
	margin:0px 0px 0px 0px;
}
.quiz-el input{
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	
}
/* .q-innerArea = .q-header, .q-help, .q-prob, .q-intro, .q-gameOver */
.q-innerArea{
	
	position:relative;
	clear: both;
	top:0px;
	
	
}
.q-header, .q-help, .q-review-menu {
	/*border-bottom: thin black solid;*/
}
.q-intro{
	padding: 0.2em;
}
.q-title{
	overflow: hidden;
	position:relative;
	width: 100px;
	margin: 0;
	font-family:impact;
	font-size:18px;
	left:0px;
	color:#9966FF;
	top:5px;
	
	
}



/*This is a hack, because IE fails on float:right.*/
.q-counter{
	position: relative;
	top: 0%;
	right: 0%;
	margin: 1%;
	padding: 0%;
	float:right;
}
.q-counter{
	float: right;
}
.q-help{
	position: relative;
	clear:both;
}
/*.q-probArea = .q-ques, .q-ansSel, .q-result */
.q-probArea{

	/*border: thin black solid;*/
	font-size: 11px;
	position: relative;
	margin: 0px 0px 0px 0px;
}
.q-ques {
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
top:10px;
font-weight:bold;
}

.q-result{

z-index:999;
top:-80px;
left:0px;
color: #FFFFFF;
background: #9966FF;
text-align: center;
font-size:15px;
height:auto;
border-radius:15px;

}
.q-help-menu{
	width: 97%;
}
.q-help-info{
	clear:both;
}
.q-quit-confirm, .q-quit-area, .q-review-arrows{
	display: inline;
	width: auto;
}
.q-quit-area{
	float: right;
}
.q-review-arrows{
	position: relative;	/*IE hack.*/
	width: 2.3em;
}
.q-center{
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.q-gameOver .q-statTotal{
	color: blue;
}
.q-quesInput{
	width: 95%;
}
.q-ol{
	list-style-type: upper-alpha;
	list-style-position: inside;
	line-height:15px;
	padding: 0;
	margin: 15px;
}
.q-ol-li{
	margin: 0.2em auto 0.2em auto;
}
.q-ol-hover{
	background: #330066;
	color: #9966FF;
	font-size:1em;
}
.q-ol-active{
	background: #9966FF;
	color: #000000;
	font-size:1em;
}
/*IE displays the wrong width for <select> tags.*/
.q-select{
	width : 100%;
}
.q-select{
	font-size: 1em;
	width: 100%;
}
.q-timer-area{
	display:block;
	text-align:center;
	width: auto;
}
.q-review-menu{
	text-align: center;
	width: auto;
}
.q-reviewBar-btns{
	position: relative;
	display: inline-block;
	width: 49%;
}
.q-rightArrow{
	float:right;
}
.q-leftArrow{
	float:left;
}
.q-timer-area{
	line-height: 0;
	height:0;
}

.q-next-btn{
visibility:hidden;
}

.q-check-btn{
position:relative;
float:right;
background-color:#9966FF;
border-radius: 10px;
color:#000000;
font-family:verdana;
top:-10px;

}


.q-radioBtn{
height:10px;
width:10px;
}


.savoir {position: relative;
float:right;
z-index:300;
font-family:impact;
font-size:22px;
color:#FF4B00;
margin: 340px 140px 0px 0px;

}

.savoir_texte {
position:relative;
float:right;
z-index:300;
font-family:Verdana;
font-size:12px;
color:#000000;
width:190px;
margin: 380px -145px 0px 0px;
line-height:1.3;
}