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

#calendrier { width:250px; color:#000000; background-color:#FFFFFF; font-size:80%; text-align:left; }


#calendrier a{
	font-weight:bold;
	list-style: none;
	text-decoration: none;
	color:#0000FF;
}

#calendrier a:hover{
	list-style:none;
	text-decoration:underline;
	color:#000099;
}



#calendrier hr { width:210px; }

#bxnavigmois { width:210px; }


#calendrier li{
	list-style: none;	
}


#titrecal { text-align:center; margin-right:15px; }

#bxnavigcal { padding-left:35px; width:225px; text-align:center; }


#bxnavigmoispre { width:20px; float:left; }

#bxnavigmoistitre { width:170px; float:left; }

#bxnavigmoissui { width:20px; float:left; }


#libelle {
	width: 210px;
	margin: 0 auto;
	padding: 0;
}
.ligne {
	width: 210px;
	margin: 0 auto;
	padding: 0;
} 
#libelle li {
	float : left;
	width : 30px; 
}
.ligne li {
	color: #000;
	float : left; 
	width : 30px; 
}


.ligne li a{
	font-weight:bold;
	list-style: none;
	text-decoration: none;
	color:#0000FF;
}

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

li.itemCurrentItem {
	background-image:url(today_bkg.gif); background-repeat:no-repeat; background-position: 0px; font-weight:bold;
}
li.itemSelectedItem {
	background-color:#0099FF;
}		

