/**************************************** 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
**********************************************************************************************/
/* DOCUMENT */
body  { 
	font-family:Verdana; }
	
/* TABLEAU */
td  {
  text-align:center;
  vertical-align:middle; 
  color:#112ABB;
  background-color:#C3D9FF;
   font-size:8pt;
   cursor:default;
   padding:0px;

 }
 
 /* a */
a  {
   font-size:8pt; 
   color:#000000;
 }
  
/* NOM DU MOIS */
td.nom_mois  {
  font-size:8pt;
  font-style:normal;
  font-weight:bold;
  color:#112ABB;
  }
  
  /* FLECHES */
td.fleches  {
  font-size:12pt;
  font-style:normal;
  font-weight:bold;
  color:#3C51DE;
  }
  
/* NOMS DES JOURS*/
tr.noms_jours  {
  color:#000000;
  font-style:normal;
  width:15;
  height:15;
  font-size:8pt; 

  }
  
 /*DATES*/
td.jours  {
  width:15;
  height:15;
  border-color:#C3D9FF;
  border-width:1px;
  border-style:none;
  font-size:8pt;
  background-color:#C3D9FF; 
  color:#000000;
  padding:0px;
  }
 
 
  /* EVENTS */
td.events  {
  width:15;
  height:15;
  border-color:#C3D9FF;
  border-width:1px;
  border-style:none;
  font-size:8pt;
  color:#000000;
  background-color:#FF0000;
  cursor:default;
  }
  
  a.events  {
  font-size:8pt;
  color:000000;
  background-color:#FF0000;
  cursor:default;
  }
 
 /* AUJOURD'HUI */
td.aujourdhui  {
  width:15;
  height:15;
  border-color:#C3D9FF;
  border-width:1px;
  border-style:none;
  font-size:8pt;
  color:000000;
  background-color:#ffc020; 
  }
  
 /* CASES DES MOIS PRECEDENTS ET SUIVANTS*/
td.cases_vides  {
  width:15;
  height:15;
  border-color:#F5F5F5;
  border-width:1px;
  border-style:none;
  font-size:8pt;
  color:#777777;
  background-color:#EEEEEE;
  }
  
a:link  {text-decoration:none;}
a:visited  {text-decoration:none;}
a:active  {text-decoration:none;}