/*La page d'accueil du quiz*/
#dernieres_actions_quiz{
	width: 590px;
	margin-top: 20px;
	margin-left: 75px;
	border: 1px solid #000;
	padding: 4px;
	background: #fff;
}
#dernieres_actions_quiz .dernieres_actions_quiz_ligne{
	border-bottom: 1px dashed #eee;
	padding: 2px;
}
#dernieres_actions_quiz .dernieres_actions_quiz_ligne span{
	font-weight: bold;
}

/*Pour le quiz en action :p */
.bonne_reponse, .mauvaise_reponse{
	margin: auto;
	background: #fff;
	padding: 3px;
	width: 400px;
	text-align: center;
}
.bonne_reponse{
	border: 2px solid #3c0;
}
.mauvaise_reponse{
	border: 2px solid #ff580b;
}
.mauvaise_reponse span{
	font-weight: bold;
}

.etat_du_quiz{
	text-align: right;
	border-right: 1px solid #aaa;
	padding-right: 10px;
	font-size: 1.6em;
	width: 80%;
	margin: 3px 10%;
}
.etat_du_quiz span{
	font-weight: bold;
}

.quiz_resultats_finaux{
	margin: 30px 15%;
	width: 70%;
}
.quiz_resultats_finaux span{
	font-weight: bold;
}
.quiz_resultats_finaux .retour_aux_quiz{
	margin-top: 30px;
	text-align: center;
}