/* 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: 12pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	border-right: 1px solid #0000FF;
	border-left: 1px solid #0000FF;
	border-top: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	width: 650px;
}

div.titre {
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #003399;
}

div.question {
	font-size:12px;
	color:#003399;
	text-decoration: none;
	margin-left: 0.1%;
	margin-right: 0.1%;
	border-top: 1px solid #0000FF;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 99.8%;
	float: left;
	background-color: #FFFFFF;
}

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

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

div.verif {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top:30px;
	padding-bottom:10px;
}
div.commentaire {
	font-size: 12px;
	font-style: italic;
	color: #8080F0;
	text-decoration: none;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

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

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

input.bouton {
	background-color:#9cf;
	color:#000;
	cursor:pointer;
	font-weight:700;
	text-align:center;
	border:1px solid #000;
}

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;
}


table {
		border-collapse:collapse;
		background:#EFF4FB url(http://www.roscripts.com/images/teaser.gif) repeat-x;
		border-left:0px solid #686868;
		border-right:0px solid #686868;
		font:0.9em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

td, th {
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: center;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		color:#FFFFFF;
		text-decoration:none;
}

table a:link {
	color:#FF0033
}

table a:visited {
	color:#FF6600;
}

table a:hover {
		border-bottom: 1px dashed #bbb;
		color:#009900;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
	background:#006699;
	color:#fff
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#fafafa
}
