/**************************************** 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
**********************************************************************************************/
/* NOM DU MOIS */
td.nom_mois {
text-align:center;
font-size:16px;
font-style:normal;
font-weight:bold;
background-color:#DCDAE3}

/* FLECHES */
td.fleches {
text-align:center;
font-size:12px;
font-style:normal;
font-weight:normal;
background-color:#DCDAE3
}

/* NOMS DES JOURS*/
tr.noms_jours {
text-align:center;
width:30px;
height:30px;
font-size:12px; 
background-color:#DCDAE3;
}

/*DATES*/
td.jours {
text-align:center;
width:30px;
height:30px;
border-color:#AAAAAA;
border-width:1px;
border-style:solid;
font-size:12px;
background-color:#CEE5ED; }

/*EVENEMENT */
td.event {
text-align:center;
width:30px;
height:30px;
border-color:#000000;
border-width:3px;
border-style:solid;
font-size:12px;
background-color:#CEE5ED; }


/* AUJOURD'HUI */
td.aujourdhui {
text-align:center;
width:30px;
height:30px;
border-color:#000000;
border-width:1px;
border-style:solid;
font-size:12px;
background-color:#ffc020; }

/* EVENENEMENT du jour*/
td.event_jour {
text-align:center;
width:30px;
height:30px;
border-color:#000000;
border-width:3px;
border-style:solid;
font-size:12px;
background-color:#ffc020;
}

/* CASES DES MOIS PRECEDENTS ET SUIVANTS*/
td.cases_vides {
text-align:center;
width:30px;
height:30px;
border-color:#F5F5F5;
border-width:1px;
border-style:solid;
font-size:12px;
color:#C0C0C0;}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active {text-decoration:none;}
