﻿/* CSS Document */
*{
margin:0;
padding:0;
font-size:0.9em;
text-decoration:none;
top:0;
left:0;
border:0;
outline:0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

body {
	height:100%;
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BFD630;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
}
.champs {
	font-size: 13px;
	background-color: #DFEB97;
}
.red {
	font-size: 13px;
	font-weight:bold;
	color:#CC0000;
	text-align:center;
}
.Question {
	font-size: 15px;
	font-weight:bold;
}