/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */
#calendrier {
	position: relative;
	width: 196px;
	height: 28px;
	border: 1px solid #1e5288;
	border-top: none;
}
#calendrier h2 {
  text-align: center;
  height: 28px;
  line-height: 28px;
  margin: 0 auto 0.5em auto;
  color: #fff;
  background: transparent url(../_images/hors_fond_cal.jpg) 0 0 repeat-x;
}
#calendrier h2 a {
  color: #fff;
  text-decoration: none;
  padding: 2px 3px;
  margin: 0 2px;
  font-size: 1.2em;
}
#calendrier li{
	list-style: none;
}
#libelle {
	width: 196px;
	margin: 0 auto;
	padding: 0;
}
.ligne {
	width: 196px;
	margin: 0 auto;
	padding: 0;
}
#libelle li {
	float : left;
	width : 26px;
	line-height: 25px;
	border: 1px solid #f2f1e2;
	margin: 0 0px 0px 0px;
	text-align: center;
}
.ligne li {
	color: #000;
	float : left;
	width : 26px;
	line-height: 20px;
	margin: 0 0px 0px 0px;
	border: 1px solid #f2f1e2;
	font-size: 0.85em;
	text-align: center;
}

.ligne li a{
	text-decoration: none;
	color: blue;
}
.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

li.itemExistingItem {
	border: 1px solid #bfbfbf;
}
li.itemCurrentItem {
  font-weight: bold;
	border: 1px solid #bfbfbf;
	/* A vous de configurer l'apparence de la date du jour */
}
li.itemCurrentItem a {
  color: #000;
}
li.itemSelectedItem {
	border: 1px solid #933133;
	background-color: #94BFE2;
	/* A vous de configurer l'apparence du jour sélectionné */
}
