/* corps du document */
body {
	background: #ffffff;
}

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

/* propriétés du quizz */
div.quizz {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:105px;
}

div.titre {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 2%;
	margin-bottom: 5%;
}

div.question {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
	background: #CA1F2C url(images/charte/quizzBgQuestion.gif) no-repeat left top;
	margin-left: 0.1%;
	margin-right: 0.1%;
	padding: 0 0 0 18px;
	
}

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

div.resultats {
	font-size: 16px;
	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: 26px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-bottom: 20px;
}

input.bouton {
	background-color:#CA1F2C;
	color:#000;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	border:1px solid #000;
	margin-left: 45%;
	height: 30px;
}

input.bouton:hover{
	background-color:#8F9BB3;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	color:#fff;
	border:1px solid #fff;
	height: 30px;
}

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