/* ---------- Elements Principaux ------------- */
body    { margin:0px; font-family: trebuchet ms, Verdana, Helvetica, Arial, sans-serif; font-size:x-small;color:#00000;background:#FFFFFF; }

/*-------------- Calendrier -----------------------------------*/
/*entete*/
.m	{
		font-family: trebuchet ms, Verdana, Arial, Helvetica;
		font-size: 12px;
		font-style: normal;
		color: #fff;
		font-weight: bold;
		background-color: #f33;
		text-decoration: none;
	}

.m2	{
		font-family: trebuchet ms, Verdana, Arial, Helvetica;
		font-size: 12px;
		font-style: normal;
		color: #f33;
		font-weight: bold;
		background-color: #fff;
		text-decoration: none;
	}

/* jour de représentation */
.jr	{
		font-family: Verdana, Arial, Helvetica;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		background-color: #f33;
	}

/* jour du mois précédent-suivant */
.jn	{
		font-family: Verdana, Arial, Helvetica;
		font-size: 10px;
		font-style: normal;
		color: #f33;
		text-align: center;
	}

/* jour de fermeture du théâtre du mois précédent-suivant */
.jnf	{
		font-family: Verdana, Arial, Helvetica;
		font-size: 10px;
		font-style: normal;
		color: #f33;
		font-weight: bold;
		text-align: center;
	}

/* jour lambda */
.jm	{
		font-family: Verdana, Arial, Helvetica;
		font-size: 10px;
		font-style: normal;
		color: #f33;
		background-color:#fff;
		text-align: center;
	}

/* jour de fermeture du théâtre */
.jf	{
		font-family:Verdana, Arial, Helvetica;
		font-size: 10px;
		font-style: normal;
		color: #f33;
		background-color:#fff;
		font-weight: bold;
		text-align: center;
	}

/* lettre de la semaine */
.js	{
		font-weight: bold;
		font-family: trebuchet ms, Verdana, Arial, Helvetica;
		font-size: 10px;
		color: #fff;
	}

/* zone info */
.zi	{
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 10px;
		color: #fff;
		background-color: #f33;
		text-align: justify;
	}
.zi2	{
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 12px;
		color: #fff;
		background-color: #f33;
		text-align: justify;
	}

/* contour du calendrier */
.b	{
		background-color:#000;
		border:0px solid #ccc
	}
