/**************************************** FEUILLE DE STYLE **********************************\
Voici comment cela fonctionne:

font-family: Police d'écriture
text-align: alignement du texte (left,center,right)
font-size: taille du texte en pt
font-style: style du texte ("normal,"italic")
font-weight: graisse de police ("normal","bold","bolder")
width: largeur de la cellule en px
height: hauteur de la cellule en px
border-color: couleur de la bordure de la cellule
border-width: largeur de la bordure
border-style: style de la bordure (normal = "solid", pointillés = "dotted, tirets="dashed", aucune = "none")
color: couleur du texte
**********************************************************************************************/
	
/* TABLEAU */
td .pouet {
  text-align:center;
  vertical-align:middle; }
  
/* NOM DU MOIS */
td.nom_mois  {
  font-size:8pt;
  font-style:normal;
  font-weight:normal;
    text-align:center;
  vertical-align:middle;
}
  
  /* FLECHES */
td.fleches  {
  font-size:14pt;
  font-style:normal;
  font-weight:normal;
  text-align:center;
  vertical-align:middle;
  }
  
/* NOMS DES JOURS*/
tr.noms_jours  {
  width:15;
  height:15;
  font-size:8pt; 
  text-align:center;
  vertical-align:middle;
   }

  
 /*DATES*/
td.jours  {
  width:15;
  height:15;
  border-color:#a9a9a6;
  border-width:1px;
  border-style:solid;
  font-size:8pt;
/*  background-color:#CCFFFF; 
*/ 
  text-align:center;
  vertical-align:middle; }
  
 /* AUJOURD'HUI */
td.aujourdhui  {
	width:15;
	height:15;
	border-color:#FF0000;
	border-width:1px;
	border-style:solid;
	font-size:8pt;
/*	background-color:#ccffff;
*/	font-weight: bold;
  text-align:center;
  vertical-align:middle; }
  
 /* CASES DES MOIS PRECEDENTS ET SUIVANTS*/
td.cases_vides  {
  width:15;
  height:15;
  border-color:#F5F5F5;
  border-width:1px;
  border-style:solid;
  font-size:8pt;
  color:#C0C0C0;
    text-align:center;
  vertical-align:middle; }

