/* feuille de style */

body 
{
	margin: 10px 50px 10px 50px;
	padding: 0 ;
	text-align: center ;
	background-color:white;
}

fieldset
{
	margin: 10px 50px 10px 50px;
	padding: 10px ;
	text-align: left ;
	background-color:#FFFAF1;
	border-color:#FFFAF1;
}

legend
{
	font-weight: bold; 
	background-color:#FFFAF1;
}

option
{
	background-color: cyan;
}
p#left {
	/*font: normal 12px 'Trebuchet MS', Arial, Sans-serif; */
	text-align:left;
	/*color: blue;*/	
}

.enseignement
{
	font-weight: bold;	
}

.checked
{
	background-color:white;
	color:red;
}

.unchecked
{
	background-color:white;
	color: black;
}

.full
{
	background-color:red;
	color: white;
}

.overlap
{
	background-color:green;
	color: white;
}

.liste
{
	padding: 10px ;
	text-align: left ;
	background-color:white;
	vertical-align:middle; 
}

.problem
{
	text-align: center ;
	color: red;
}

.warning
{
	color: red;
}









