body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
}

.agenda_date {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #D7E5E9;
	text-align: left;
	float: left;
	width: 100%;
	border-bottom: thin solid #D7E5E9;
	padding-bottom: 5px;
}

.agenda_titre {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #505D60;
	text-align: left;
	float: left;
	width: 100%;
}

.agenda_contenu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding: 2px;
	float: left;
	width: 100%;
}
.agenda_small {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #cccccc;
	padding: 1px;
}
a {
	color: #505D60;
	text-decoration: none;
}
a:visited {
	color: #505D60;
	text-decoration: none;
}
a:hover {
	color: #D7E5E9;
	text-decoration: underline;
}