/* corps du document */
body {
	background: white;
}

/* entête du document */
div.entete {
	font-size: 16px;
	color: blue;
}

/* propriétés du quizz */
div.quizz {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background: white ;
	border-right: 1px solid blue;
	border-left: 1px solid blue;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
}

div.titre {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background-color: 4169E1;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
}

div.question {
	font-size:11px;
	color:black;
	font-weight: bold;
	text-decoration: none;
	background: white;
	margin-left: 0.1%;
	margin-right: 0.1%;
	border-top: 1px solid black;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 99.8%;
	float: left;*
}

div.propositions {
	font-size: 11px;
	color: black;
	text-decoration: none;
	text-align: left;
}

div.resultats {
	font-size: 16px;
	color: red;
	text-decoration: none;
	text-align: center;
	padding-bottom: 20px;
}

div.felicitations {
	font-size: 16px;
	font-weight: bold;
	color: red;
	text-decoration: blink;
	text-align: center;
	padding-bottom: 20px;
}

div.points {
	font-size: 16px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	text-align: center;
	padding-bottom: 20px;
}

input.bouton {
	background-color:#9cf;
	color:#000;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	border:1px solid #000;
	margin-left: 45%;
}

input.bouton:hover{
	background-color:#f93;
	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;
}