body {
    margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
	text-align:center;
	background-color:#3333CC;

/*---------------------------------------------------*/
/*--- on définit ici les couleurs de la scrollbar ---*/
/*---------------------------------------------------*/	
	scrollbar-arrow-color:#000000; 
	scrollbar-track-color:#CCCCCC; 
	scrollbar-shadow-color:#000000; 
	scrollbar-face-color:#CCCCCC; 
	scrollbar-highlight-color:#CCCCCC; 
	scrollbar-darkshadow-color:#999999; 
	scrollbar-3dlight-color:#CCCCCC;
	}

table{
padding:5px;
margin: 10% ;
margin-left: 25%;
width:400px;
height: 200px ;
border-width: 2px ;
border: 2px solid #ccdd22;
border-color: #fda ;
border-collapse: collapse ;
}
tr{
background-color:blue;
}
td{
padding:5px;
color: white;
}
th{
background-color:#ff6600;
color: white;
size:1.8em;
text-align: center;
}

.aff_erreur{
font: arial, thaoma, verdana, sans-serif ;
color: red;
size:1.4em;
text-align: center;
font-weight: bold;
}