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

.calendrier
{
  font-family:'trebuchet ms';
  font-size:11px;
}
.calendrier li
{
	list-style: none;	
}
.calendrier .libelle 
{
  width:140px;
  margin:0 auto;
	padding:0;
	
}
.ligne 
{
	clear:left;
  width:140px;
  height:21px;
	margin: 0 auto;
	padding: 0;
} 
.calendrier .libelle li 
{
	float:left;
	width:20px; 
	text-align:center;
	font-weight:bold;
}
.ligne li
{
	color:#000;
	float:left; 
	width:20px;
	height:20px;
	text-align:center;
}

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

}

li.itemCurrentItem
{
  width:16px;
  height:16px;
  margin:0 1px;
	border:1px solid black;
	background-color:#f29400;
	color:white;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}

/* Styles pour l'agenda */
#libelle li 
{
  margin-bottom:5px;
  background-color:#FFA500;
  color:white;
}
li.itemExistingItem
{
  width:16px;
  height:16px;
  margin:0 1px;
	border:1px solid black;
	background-color:#FDD2A2;
	color:white;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
}
li.itemExistingItem a
{
	color:black;
}	
.calendrier
{ 
  background-color:white;
  border:2px solid #FFA500;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  padding-top:5px;
  width:150px;
  min-height:125px;
  float:right;
  margin-top:-40px;
}	
