/* ---- calendrier ---- */
#calendrier .lien_d:link, 
#calendrier .lien_d:visited {
	color:#666 ;
	text-decoration:none;
}

#calendrier .lien_d:hover {
	color:#999 ;
}

#calendrier {
	width:200px;
	margin:0px auto;
	margin-top:5px;
	font-size:10pt;
}

#calendrier table th {
	text-align:center;
	font-weight:normal;
	font-size:10pt;
}

#calendrier table td {
	font-size:10pt;
	text-align:center;
	padding:3px;
	color:#CCCCCC;
}

#calendrier table td a:link, 
#calendrier table td a:visited {
	color:#004a99;
	/*font-weight:bold;*/
	text-decoration:none;
}

#calendrier table .ligne2 {
	/*background-color:#C5DCFE;*/
}

#calendrier table .mois_color {
	background-color:#6B8EC4;
}

#calendrier table .ligne_color {
	border-bottom:1px #6B8EC4 solid;
	height:22px;
}

#calendrier table .ligne_color_top {
	border-top:1px #6B8EC4 solid;
	height:22px;
	color:#6B8EC4;
	font-weight:bold;
}

#calendrier .white {
	color:#FFFFFF;
	font-weight:bold;
}

