.circle{
	display: inline-flex;
	width: 2.3em;
	height: 2.3em;
	padding: 4px;
	align-items: center;
	justify-content: center;
	background-color: #628e7e;
	color: white;
	min-width: 1em;
	border-radius: 50%;
}

table {
	border-collapse: collapse;
	font-size: 12pt;
}

td {
	vertical-align: top;
}

.tableHeader {
	color: #628e7e;
	font-weight: bold;
	font-family: "OpenSansExtraBold";
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 2px solid darkgrey;
	border-bottom: 1px solid darkgrey;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 27px;
	vertical-align: middle;
}

.cell {
	width: 20%;
	padding-right: 1em;
}

.cell:hover {
	background-color: lightgrey;
}

ul.programme {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-align: left;
}

li.programme:before {
	content: "»";
	position: absolute;
	left: 0;
}

ul.programme li a, ul.programme li a:visited {
	text-decoration: none;
	color: #628e7e;
}

ul.programme li a:hover {
	text-decoration: none;
	background-color: #628e7e;
	color: white;
}

.title {
	font-style: italic;
}

.bottom {
	border-bottom: 2px solid darkgrey;
}

.site {
	background-color: #628e7e;
	color: white;
	padding-left: 0.2em;
	padding-right: 0.2em;
}