#calendrier li{
	list-style: none;
}

#libelle {
	width: 330px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.ligne {
	width: 330px;
	margin: 0 auto;
	padding: 0;
}

#libelle li {
	float : left;
	width : 40px;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
	margin-left: 2px;
	margin-right: 2px;
}

.itemExistingItem{
	background-color: #C8F6AC;
	border: 1px solid #94E861;
}

.itemReservedItem{
	background-color: #F6C8AC;
	border: 1px solid #E89461;
}

.itemEmptyItem{
	background-color: white;
	border: 1px solid white;
}

.ligne li {
	color: #000;
	float : left; 
	width : 40px;
	list-style-type: none;
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 4px;
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

.itemExistingItem:hover{
	background-color: #A2DF7D;
}

li.itemCurrentItem { /* l'apparence de la date du jour */
	background-color: #C8F6AC;
	border: 1px solid #94E861;
}

li.itemSelectedItem { /* l'apparence du jour sélectionné */
	
}

#encadrement_calendrier{
	height: 200px;
}

#encadrement_calendrier h2{
	font-family: Tahoma, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 15px 0px;
	padding: 0px;
}
