table#horaire  {
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}

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

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

table#horaire td {
	background:#a9a9a9;
	color: #fd9cd1;
	text-align:center;
}

table#horaire td.cours {
	background:#950c57;
}

table#horaire td.cours a {
	/*text-decoration: none;*/
	color:#fff;
}