/* AGENDA */
.evenement {
	float: right;
	width: 400px;
	border-bottom: 1px solid #E3D8BC;
	padding: 10px 0;
}
	.evenement span.dateMois {
		color: #B28824;
		width: 100%;
		font-size: 11px;
	}
	.evenement p {
		line-height: 18px;
		width: 380px;
	}
	.evenement p span.titreEvenement {
		font-size: 20px;
		letter-spacing: -1px;
		padding-bottom: 10px;
	}
	
#calendrier {
	float: left;
	border-bottom: 1px solid #E3D8BC; border-top: 1px solid #E3D8BC;
	font-weight: normal;
	background-color: #93CA0D;
	padding: 10px 0; margin: 10px 15px 0 0;
}
#calendrier ul li {
	list-style: none;	
	width: 30px;
	text-align: center;
	font-weight: normal;
}
#calendrier ul li a {
	text-decoration: none;
	 color: #FFFFFF;
}
.btsMois {
	width: 200px;
	font-size: 11px;
	margin: 10px 0 0 0;
}
	.btsMois a {
		display: inline;
		font-size: 11px;
	}

#libelle {
	width: 210px;
	margin: 0 auto;
	padding: 0;
}
.ligne {
	width: 210px;
	margin: 0 auto;
	padding: 0;
} 
.ligneHaut {
	width: 210px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #E3D8BC;
}
ul#libelle li {
	float : left;
	width : 30px; 
	font-weight: bold;
}
.ligne li {
	color: #000;
	float : left; 
	width : 30px; 
}
.ligne li.actif {
	background-color: #688F08;
	color: #FFFFFF; 
	background-image: url(../imagesDefault/coin-agenda.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.ligne li a {
	background-color: #688F08;
	color: #FFFFFF;
	width : 30px; 
}
.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

li.itemCurrentItem {
	font-weight: bold;
}
li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
}
