body {
	background-color: #b7cfbb;
	color:#333333;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 16px;
}
#contenu {
	text-align: justify;
	padding-top: 30px;
	padding-bottom: 30px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #c6404e;
	display: block;
	line-height: 30px;
	padding-left: 5px;
}
#lemenu {
	background-color: #61beca;
}
#lemenu, #lemenu a {
	font-family: Trebuchet MS;
	font:bold;
	font-size: 1.1em;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
#lemenu a:hover {
	font-family: Trebuchet MS;
	font:bold;
	font-size: 1.1em;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
.petit {
	font-size: 0.7em;
}
.bottom {
	font-size: 0.7em;
	color: #000000;
}
.lien {
	color:#000000;
	text-decoration:none;
}
.lien:hover {
	color:#000000;
	text-decoration:underline;
}
.lien-bottom {
	color:#000000;
	text-decoration:none;
}
.lien-bottom:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.highlight {
	color:#8B1B13;
}
.programme li {
	list-style-image: url(media/puce2.png);
	list-style-position: inside;
}