#agenda {
	text-align: center;
	width: 159px;
}
	#agenda h6 {
		background: transparent url('../images/agenda_head.png') no-repeat top left;
		width: 154px;
		height: 28px;
		line-height: 28px;
		padding: 0 0 0 5px;
		color: #e21078;
		text-align: left;
	}
		#agenda h6 span {
			color: #4d4d4d;
		}
	#agenda .contenu {
		width: 159px;
	}
		#agenda .mois {
			background: transparent url('../images/agenda_filet.png') repeat-y;
			color: #ffffff;
			padding: 5px 2px 5px 0;
		}
		#agenda .mois a {
			text-decoration: none;
			color: #ffffff;
			padding: 1px 2px;
		}
		#agenda .mois-resume {
			background: transparent url('../images/agenda_filet.png') repeat-y;
			color: #ffffff;
			padding: 5px 2px 5px 0;
		}
		#agenda .mois-resume a {
			text-decoration: none;
			color: #ffffff;
			padding: 1px 2px;
		}
		#agenda .mois-resume a:hover {
			font-weight : bold;
		}
		#agenda .mois .calendar_not_this_month {
			color: #4d4d4d;
		}
		#agenda .mois .calendar_this_day {
			background: transparent url('../images/agenda_jour_courant.png') no-repeat center;
			color: #e21078;
		}
			#agenda .mois .calendar_this_day a {
				color: #e21078;
				background: transparent;
			}
			#agenda .mois .calendar_this_day a:hover {
				color: red;
			}
		#agenda .mois table {
			border-collapse: collapse;
			margin: auto;
			width: 100%;
			color: #ffffff;
			text-align: center;
		}
			#agenda .mois th {
				/*background: #d3026a;*/
				background: #a71765;
				text-align: center;
			}
			#agenda .mois td {
				height: 15px;
				text-align: center;
			}
			#agenda .mois table a {
				background: transparent url('../images/agenda_jour_evenement.png') no-repeat center;
			}
			#agenda .mois table a:hover {
				background: transparent url('../images/agenda_jour_courant.png') no-repeat center;
				color: #e21078;
			}
			
			#agenda .mois-resume table, #agenda .mois-resume td, #agenda .mois-resume th {
				text-align : left;
			}
