@CHARSET "ISO-8859-1";
body{
	 background-color: #ccc;
	 font-family: verdana;
}
div#header{
	background: url(../images/header-2.jpg); height: 176px;
}
div#main{
	width: 950px;/*85%*/
	margin-left: auto;
	margin-right: auto; 
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 11px;
	background-color: white;
}
.error{
	color: red;
	text-align: center;
	font-weight: bold;
}
.result{
	text-align: center;
	font-weight: bold;
}
div#bloc{
	border: 1px solid #ccc; width: 100%; margin-bottom: 10px; background-color: #ccc;
}
.numQuest{
	border-right: 1px solid #DE5C08; width: 25px; text-align: center; color: #DE5C08; font-weight: bold; font-size: 14px;
}
.ennonceQuest{
	width: 475px; color: #328A02;
}
.listReponse{
	color: #DE5C08
}
div#bloc ul{
	list-style-type: none; margin: 0; padding: 0
}
div.laReponse{
	display: none;border: 1px solid gray; width: 98%; background: #6699cc; padding: 5px; color: white;
	margin: 3px;
}
.reponseJuste{
	width: 80px; font-size: 12px; font-weight: bold;
}
.stat{
	text-align: center;
	margin-bottom: 15px; 
}