	
/* TABLEAU */
td  {
	text-align:center;
	vertical-align:middle;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #333;
}
  
/* NOM DU MOIS */
td.nom_mois  {
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color: #333;
}
  
  /* FLECHES */
td.fleches  {
	font-size:14pt;
	font-style:normal;
	font-weight:bold;
  }
  
/* NOMS DES JOURS*/
tr.noms_jours  {
	width:15;
	height:15;
	font-size:11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #000;
}
  
 /*DATES*/
td.jours  {
	width:15;
	height:15;
	font-size:11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}
  
 /* AUJOURD'HUI */
td.aujourdhui  {
	width:15;
	height:15;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	font-size:11px;
	color: #039;
}
  
 /* CASES DES MOIS PRECEDENTS ET SUIVANTS*/
td.cases_vides  {
	width:15;
	height:15;
	font-size:11px;
	color:#69C;
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
  
a:link  {
	text-decoration:none;
	color: #039;
}
a:active  {text-decoration:none;}

