/* Start of CMSMS style sheet 'table == grille' */
/* *****************
*     TABLE == GRILLE   *
***************** */
table	
	{
color:rgb(42,42,42);
}
th
{
background: rgb(153, 153, 153); 
color: rgb(248, 248, 248); 
border: 2px solid rgb(50, 51, 52); /* bord des cellules d'entête */
text-align: center; 
text-align: center;
}	
td
{ 
text-align: center;
border: 2px solid rgb(50, 51, 52); /* bord des cellules du tableau */
background:rgb(224, 224, 224);
}

td:hover,td.hover /* le focus sur les cellules = couleur jaune au survol de la souris */
{
background-color:rgb(255, 248, 189);
color:rgb(0,0,0);                    
}


/* End of 'table == grille' */

