
/* propriétés du quizz */
div.question {
width : 800 px;

}

div.question {
width : 800 px;
	font-size:11px;
	text-decoration: none;
	background: #dadada;
	margin-left: 0.1%;
	margin-right: 0.1%;
	border-top: 1px solid #FF0000;

}

div.propositions {
width : 800 px;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}

div.resultats {
width : 800 px;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-bottom: 20px;
}

div.verif {
width : 800 px;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top:30px;
	padding-bottom:10px;
}
div.commentaire {
width : 800 px;
	font-size: 11px;
	color: #595959;
	text-decoration: none;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

div.felicitations {
width : 800 px;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: blink;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.points {
width : 800 px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

input.bouton {
	background-color:#F6CCCC;
	cursor:pointer;
	font-weight:500;
	text-align:center;
	border:1px solid #595959;
	margin-left: 45%;
}

input.bouton:hover{
	background-color:#f93;
	border-color:#fff;
	border-style:solid;
	border-width:1px;
	color:#fff;
	border:1px solid #fff;
}


