	.post_title {
		color: #fff;
		background-color:#ff6600;
	}
	.post_title A, .post_title A:link, .post_title A:hover, .post_title A:active, .post_title A:visited {
		color: #fff;
		text-decoration: none;
	}

	/* CALENDAR */
	
	.calendarhead SPAN { 
		font-weight: bold;
		color: #ff6600;
		font: normal 11px/10px Courier new;
	}

	/* jours de la semaine du mois courant */
	.calendarDay{
		font-weight: bold;
	}
	.calendar1 { 
		color: #000;
		text-align: center;
		margin-top: 0;
	/*	background: #789abc;*/
	}
	.calendar1 A { 
		color: #000000;
		font: normal 11px/10px Courier new;
	}
	.calendar1 SPAN { 
		color: #fff;
		font: normal 11px/10px Courier new;
	}
	/* jours du w-e du mois courant */
	.calendar2 {
		text-align: center;
		margin-top: 0;
	/*	background: #fff;*/
	}
	.calendar2 A { 
		color: #000000;
		font: normal 11px/10px Courier new;
	}
	.calendar2 SPAN { 
		color: #000000;
		font: normal 11px/10px Courier new;
	}
	/* jours hors mois courant */
	.calendar3 {
		color: #b0b0b0;
		text-align: center;
		margin-top: 0;
	/*	background: #fff;*/
	}
	.calendar3 A { 
		color: #fff;
		font: normal 11px/10px Courier new;
	}
	.calendar3 SPAN { 
		color: #fff;
		font: normal 11px/10px Courier new;
	}
	/* aujourd'hui */
	.calendar4 {
		color: #000;
		text-align: center;
		margin-top: 0;
	/*	background: #ccc;*/
	}
	.calendar4 A{
		color: #000;
		font: normal 11px/10px Courier new;
	/*	font-weight: bold;*/
	}
	.calendar4 SPAN{
		color: #000;
		font: normal 11px/11px Courier new;
	/*	font-weight: bold;*/
	}
	/* jours avec activities */
	.calendar5 { 
		color: #fff;
		text-align: center;
		margin-top: 0;
	/*	background: #456789;*/
	}
	.calendar5 A { 
		color: #fff;
		font: normal 11px/10px Courier new;
	}
	.calendar5 SPAN { 
		color: #fff;
		font: normal 11px/10px Courier new;
	}

	.comment1 {
		background-color: #dddddd;
		padding: 8px;
	}
	.comment2 {
		background-color: #eeeeee;
		padding: 8px;
	}
	
	.previous_post {
		font: normal 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000;
	}
	.previous_post:hover {
		font: normal 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		color: #000;
	}
