/* corps du document */

/* entête du document */
div.entete {
	font-size: 16px;
	color: #000;
}

/* propriétés du quizz */
div.quizz {
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 12px;
        font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background: #B9EDAB;
	border-right: 1px solid #0A9506;
	border-left: 1px solid #0A9506;
	border-top: 1px solid #0A9506;
	border-bottom: 1px solid #0A9506;
}

div.titre {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #95DC94;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2%;
	margin-bottom: 5%;
}

div.question {
	font-size:11px;
	color:#065504;
	text-decoration: none;
	background: #84D07C;
	margin-left: 0.1%;
	margin-right: 0.1%;
	border-top: 1px solid #0A9506;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 99.8%;
	float: left;*/
}

div.propositions {
	font-size: 11px;
	color: #000000;
	background: #B9EDAB;
	text-decoration: none;
	text-align: left;
}

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

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

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

input.bouton {
	background-color:#95DC94;
	color:#000;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	border:1px solid #000;
	margin-left: 20%;
}

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

div.pied {
	font-size: 10px;
	text-align: center;
	color: #000;
}
