/* + -----------------------------------------------------
	Styles appliqués au Calendrier (mini)
+ ----------------------------------------------------- */

* html #calendrier {
	/*surcharge ie*/
	margin-left:-40px;
}

* html #calendrier ul{
	/*surcharge ie*/
	margin:0px;	
	padding:0px;	
}
#calendrier li{
	list-style: none;
	text-align:center;
}

#calendrier .titre_mois {
	background:url("../images/fd-cols-top.png") no-repeat scroll 0 0 #e58e98;
	color:#fff;
	font-weight:bold;
	margin-bottom:0px;
	padding-left:8px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topright:0px;
	height:20px;	
}

* html #calendrier .titre_mois {
	/*surcharge ie*/
	padding-left:53px;
}


#calendrier .titre_mois a {
	color:#000;
	cursor:pointer;
}

#calendrier #libelle {
	width: 176px;
	margin: 0 auto;
	padding: 0;
}
#calendrier .ligne {
	width: 176px;
	margin: 0 auto;
	padding: 0;
	height:22px;
	background-color:#f5ced2;
	/*border-bottom:22px solid #f5ced2;*/	
} 



#calendrier #libelle li {
	float : left;
	width : 25px; 
	background-color:#999;
}
#calendrier .ligne li {
	color: #000;
	float : left; 
	width : 25px; 
	list-style: none;
}

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

#calendrier li.itemCurrentItem a {
	/* la date du jour */
	color:#F36621;
	list-style: none;
}
#calendrier li.itemSelectedItem {
	/* jour sélectionné */
	color:#FFFF00;
	list-style: none;
}		
