#epreuves span.date{
	display: block; 
	float: left;
	font-size: 10px;
	width:160px;
	padding:2px;
	
}
#epreuves span.nom{
	font-weight: bold;
	display: block; 
	float: left;
	width: 270px;
}
#epreuves span.section{
	display: block; 
	float: left;
	width: 60px;
}
ul#epreuves {
	margin: 0;
	padding: 0;
	width: 660px;
}
#epreuves li{
	clear: both;
	list-style: none;
	height:30px;
	margin-bottom: 2px;
	padding:5px;
	background: #ddf;
}
#epreuves li.impair{
	background: none;
}

