/**************************************** 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 GENERAL*/
td.general  {
  font-family:Verdana;
  text-align:left;
  vertical-align:top;}
  
/* DIV GENERAL*/
td.general2  {
  font-family:Verdana;
  text-align:left;
  vertical-align:top;
  font-size:small;}
  
/* NOM DU MOIS */
td.nom_mois  {
  font-family:Verdana;
  text-align:center;
  vertical-align:middle;
  font-size:8pt;
  font-style:normal;
  font-weight:normal;}
  
  /* FLECHES */
td.fleches  {
  font-family:Verdana;
  font-size:14pt;
  font-style:normal;
  font-weight:normal;
  }
  
/* NOMS DES JOURS*/
tr.noms_jours  {
  font-family:Verdana;
  text-align:center;
  vertical-align:middle;
  width:15;
  height:15;
  font-size:8pt; }
  
 /*DATES*/
td.jours  {
  font-family:Verdana;
  text-align:center;
  vertical-align:middle;
  width:15;
  height:15;
  border-color:#1F497D;
  border-width:1px;
  border-style:solid;
  font-size:8pt;
  /*background-color:#CCFFFF;*/ }
  
 /* AUJOURD'HUI */
td.aujourdhui  {
  font-family:Verdana;
  text-align:center;
  vertical-align:middle;
  width:15;
  height:15;
  border-color:#1F497D;
  border-width:1px;
  border-style:solid;
  font-size:8pt;
  background-color:#5B6D2F;
  color:#FFF; }

 /* EVENEMENTS */
td.evenement  {
  font-family:Verdana;
  text-align:center;
  vertical-align:middle;
  width:15;
  height:15;
  border-color:#1F497D;
  border-width:1px;
  border-style:solid;
  font-size:8pt;
  background-color:#1F497D;
  color:#FFF; }
  
td#evenement a:link {color:white;}
td#evenement a:visited {color:white;}
td#evenement a:hover {color:white;}
td#evenement a:active {color:white;}
  
 /* CASES DES MOIS PRECEDENTS ET SUIVANTS*/
td.cases_vides  {
  font-family:Verdana;
  text-align:center;
  vertical-align:middle;
  width:15;
  height:15;
  border-color:#F5F5F5;
  border-width:1px;
  border-style:solid;
  font-size:8pt;
  color:#C0C0C0;}
  
a:link  {text-decoration:none; color:#1F497D;}
a:visited  {text-decoration:none; color:#1F497D;}
a:active  {text-decoration:none; color:#1F497D;}