body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.Txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.white_txt_bold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.titre_encart {
	font-family: "Arial Black";
	font-size: 17px;
}
.titre_encartNoir {
	font-family: "Arial Black";
	font-size: 17px;
	color: #000000;
}
.titre_encartGris {
	font-family: "Arial Black";
	font-size: 17px;
	color: #CCCCCC;
}
.titre_encartBleu {
	font-family: "Arial Black";
	font-size: 17px;
	color: #30b3ad;
}
.texte_encart {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.texte_encartBold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
}
.texte_page_nb {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
.lien_resultat {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #30b3ad;
	text-decoration: none;
}

.texte_event_date {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #f1931c;
}
.texte_event_jour {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #30b3ad;
}
.texte_event_lieu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #b0e4f9;
}

/* calendrier */

/* NOM DU MOIS */
td.nom_mois  {
  font-family: Arial;
  font-size:11px;
  font-style:normal;
  font-weight:bold;
  color:#268682;
  }
  
  /* FLECHES */
td.fleches  {
  font-size:13px;
  font-style:normal;
  font-weight:bold;
  }
  
/* NOMS DES JOURS*/
tr.noms_jours  { 
  font-family: Arial;
  width:29;
  height:13;
  font-size:11px;
  color:#268682;
  font-weight:bold;
  }
  
 /*DATES*/
td.jours  {
  font-family: Arial;
  width:29;
  height:13;
  font-size:10px;
  color:#ffffff;
  background-color:#30b3ad; }
  
 /* AUJOURD'HUI */
td.aujourdhui  {
  width:29;
  height:13;
  font-size:10px;
  color:#ffffff;
  background-color:#268682; }
  
 /* CASES DES MOIS PRECEDENTS ET SUIVANTS*/
td.cases_vides  {
  font-family: Arial;
  width:29;
  height:13;
  font-size:10px;
  color:#c0c0c0;}
  
a:link  {color:#268682; text-decoration:none;}
a:visited  {color:#268682; text-decoration:none;}
a:active  {color:#268682; text-decoration:none;}

a.cal:link  {color:#ffffff; text-decoration:none;}
a.cal:visited  {color:#ffffff; text-decoration:none;}
a.cal:active  {color:#ffffff; text-decoration:none;}





