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

#calendrier_jcalendrier {
	border: 1px solid #666666;
	background-color:#F0F0F0;
	font-family: Tahoma;
	font-size: 14px;
	width: 210px;
	text-align:center;
}

#calendrier_contenu {
	background-color:#FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
	cursor:default;
}

#calendrier_jour {
	width: 30px;
	height: 25px;
	display:inline;
	float:left;
}
#calendrier_jour:hover {
	background-color:#C5E3ED;
}
#calendrier_aujourdhui {
	background-color: #C8C8C8;
	width: 30px;
	height: 25px;
	display:inline;
	float:left;
}
#calendrier_selectionne {
	background-color: #C5E3ED;
	width: 30px;
	height: 25px;
	display:inline;
	float:left;
}

#calendrier_news {
	background-color: #A7DAF5;
	width: 30px;
	height: 25px;
	display:inline;
	float:left;
}

#calendrier_ligne {
	width: 210px;
	height: 25px;
	overflow:hidden;
}


/* ---------------------------- Liens -------------------------------- */
#calendrier_jcalendrier a:link {
	color: #333333;
	text-decoration: none;
}
#calendrier_jcalendrier a:visited {
	color: #333333;
	text-decoration: none;
}
#calendrier_jcalendrier a:hover {
	color: #333333;
	font-weight: inherit;
}
#calendrier_jcalendrier a:active {
	color: #333333;
	text-decoration: none;
}