@CHARSET "ISO-8859-1";

table#agenda  {
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	width:100%
}

table#agenda td {
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}

table#agenda th {
	background:#e31b88;
	color:#fff;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
}

table#agenda th#lieu {
	width: 30%
}

table#agenda th#evenement {
	width: 40%;
}

table#agenda th#date {
	width: 30%;
}

table#agenda td {
	background:#950c57;
	color: #fd9cd1;
}