/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */

table#calendrier {
	margin: 10px auto 30px;
	text-align: center;
	font-size: 12px;
}

table#calendrier td{
	text-align: center;
	height: 30px;
	width: 30px;
}

#libelle {
	width: 210px;
	margin: 0 auto;
	padding: 0;
}
.ligne {
	width: 210px;
	margin: 0 auto;
	padding: 0;
} 
#libelle td {
	width : 30px; 
	font-weight: bold;
	color: white;
	background-color: #695230;
	border: 1px solid #efe9d9;
	padding: 0;
}
.ligne td {
	color: #000;
	width : 30px;
	border: 1px solid #efe9d9;
}

.ligne td a{
	text-decoration: none;
	cursor: pointer;
	display: block;
	height: 30px;
	line-height: 30px;
}

td.itemCurrentItem {
	/* l'apparence de la date du jour */
	background-color: #fffea1;
}
td.itemSelectedItem {
	/* l'apparence du jour sélectionné */
	background-color: red;
}
