
/* Quiz */

#content table.quiz {
	width: 60%;
	border: none;
	border-collapse: collapse;
}

#content table.quiz th {
	text-align: left;
	background: none;
	padding: 4px;
	font-size: 0.9em;
}

#content table.quiz td {
	padding: 6px 4px 6px 35px;
	border-bottom: 1px solid #eee;
}

#content table.quiz td.quiz_title {
	background: url(img/star.png) 0 0 no-repeat;
}

#content table.quiz td.moyenne, #content table.quiz td.hits {
	width: 15%;
	background-image: none;
	padding: 6px 4px;
}

#content table.quiz td.moyenne.high {
	color:#83BF00;
	font-weight:bold;
}

#content table.quiz td.moyenne.bad {
	color:#e04f00;
	font-weight:bold;
}

#content .quiz-numero {
	background:transparent url(img/quiz-numero.jpg) no-repeat scroll left top;
	float:left;
	height:150px;
	margin-right:20px;
	width:150px;
}

#content .quiz-numero span {
	position:relative;
	top: 33px;
	left: 30px;
	font-size:26px;
	color:#fff;
}

#content .quiz-intitule {
	font-weight:bold;
}

#content .quiz-question {
	padding-top:3em;
	clear:both;
}

#content .quiz-correct {
	color:#83BF00;
	font-weight:bold;
}

#content .quiz-faux {
	color:#c00;
	font-weight:bold;
}

#content .quiz-choix {
	float:left;
	width:350px;
}

#content .quiz-choix label {
	border:0;
	display:inline;
}

#content .quiz-choix ul li {
	list-style-type: none;
	background:none;
	list-style-image:none;
}

#content .quiz-submit {
	clear:both;
	padding-top:2em;
}

#content .quiz-good {
	color:#83BF00;
	font-weight:bold;
}

#content .quiz-check {
	color:orange;
	font-weight:bold;
}

#content .quiz-bad {
	text-decoration:line-through;
	color:#c00;
}

#content .quiz-resultats-question {
	margin-bottom:3em;
}

