/* CSS Document */
.correction{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	color:#FF0000;
}
BODY {
	background-color: #FFFFCC;
}
TABLE{
	border: 1;
	border-color:#000000;
}
TD{
	height:25;
	vertical-align:top;
}
.info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	width:300;
}
.valeur{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	color:#000000;
}
.valeurVisualiser{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	color:#666666;
	border-style: hidden;
}
INPUT{
	background-color:#FFFFFF;
}
INPUT.text{
	width: 150;
	background-color: #FFFFFF;
	
}
INPUT.textVisualiser{
	width: 300;
	background-color: #666666;
	border-style: hidden;
}
INPUT.checkbox{
	size:20; 
	maxlength:255;	
}
INPUT.radio{
	size:20; 
	maxlength:255; 
}
TEXTAREA{
	background-color:#ffffff;
	
}
.remarque{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}
.cadre{
	border: solid; 
	border-width: thin; 
	width:auto;
}
