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

#calendrier li{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
}

#libelle {
	width: 140px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	color: #B05757;
}
.ligne {
	width: 140px;
	margin: 0;
	font-size: 11px;
	color: #B05757;
	padding: 0;
} 

#libelle li {
	float : left;
	width : 20px;
	list-style-type: none;
	font-size: 11px;
	color: #B05757;
	font-weight: bold;
}

.ligne li {
	float : left;
	width : 20px;	
	font-size: 11px;
	list-style-type: none;
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-size: 11px;
	color: #B05757;
}

li.itemCurrentItem {
	list-style-type: none;
	font-size: 11px;
}

li.itemSelectedItem {
	list-style-type: none;
	font-size: 11px;
	color: #B05757;
}

#caldisplay {
	padding-left: 15px;
	width: 140px;
}

#caldisplay h1  {
	font-size: 12px;
	color: #B05757;
	font-weight: bold;
	text-align: center;
	width: 150px;
	position: relative;
	right: 10px;
}

#agendaContent {
	margin-top: 55px;
	padding-left: 5px;
	padding-top: 40px;
}

li.itemExistingItem {
	
}

a.itemExistingItem {
	text-decoration: none;
	cursor: pointer;
	background-color: #E3C3C3;
}