#liste {
	width: 490px;
	float: left;
	border-left: 1px solid #666;
	padding-top: 40px;
	padding-bottom: 150px;
	background: url(../img/agenda.gif) top right no-repeat;
}
.liste {
	width: auto;
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}
.liste .titre, .liste .titre a:link, .liste .titre a:visited {
	font-weight: bold;
	display: block;
	color: #666;
}
.liste .date{
	display: block;
	color: #FF6600;
}
.liste .img {
	text-align: center;
	padding: 5px;
}
#calendrier {
	margin-top: 20px;
	width: 210px;
	height: 170px;
}
.devant {
	background: #FEF2D4;
}
.periode {
	font-weight: bold;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}