/* CSS du calendrier */

#calendrier {
	font-family: 'Trebuchet MS',Verdana,Tahoma,Sans serif;
	font-size: 0.6em;
	color: #000000;
}

#calendrier li{
	list-style: none;
}

#libelle {
	width: 140px;
}
.ligne {
	width: 140px;
} 
#libelle li {
	float : left;
	width : 20px; 
}

ul {
	margin-left: -30px;
}

.ligne li {
	color: #000;
	float : left; 
	width : 20px; 
}

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

li.itemCurrentItem {
	font-weight: bold;
	color: #ff6600;
}

li.itemSelectedItem {
}		

h3 {
	margin-top: -10px;
	text-align: center;
	padding-bottom: 3px;
	font-size: 1em;
	color: #ff6600;
	border-bottom: dashed 1px;
	width: 140px;
}

h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	color: #ff6600;
	font-size: 1.2em;
}

li.itemExistingItem a, li.itemExistingItem a:visited {
	text-decoration: none;
	color: #e0ab7c;
}

li.itemExistingItem a:hover {
	text-decoration: none;
	color: #ff6600;
}

#valeur_calendrier {
	top: 0px;
	left: 0px;
	position: fixed;
	background-color: #ccccff;
}

.calendrier_manif {
	margin-top: 2px;
	padding-left: 10px;
	margin-bottom: 2px;
	background-color: #FF9933;
	border-bottom: 1px dotted gray;
}

.calendrier_lieu,
.calendrier_horaire {
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 2px;
}