/* CSS Document */
	.cal_vide 
	{
		color:#990000;
		background-color:#ffffff;
		width:140px;
	}
	.cal_titre 
	{
		color:#990000;
		background-color:#aaaaaa;
		width:140px;
		height:18px;
		font-size:11px;
		text-align:center;
		border-bottom:#888888 solid 1px;
		border-top:#666666 solid 1px;
		border-left:#666666 solid 1px;
	}
	.cal_contenu
	{
		width:140px;
		color:#333333;
		background-color:#ffffff;
		/*border:#CCCCCC 1px solid;*/
		border:#999999 solid 1px;
		font-size:10px;
		margin-left : 0px;
		margin-right :0px;
		text-align:left;
	}	
.cal_contenu A:link {
	color: #3366cc;
	text-decoration : none;
}
.cal_contenu A:visited {
	color: #3366cc;
	text-decoration : none;
}
.cal_contenu A:active {
	color: #3366ee;
	text-decoration : underline;
	/*background : url('IMG/pictonav1.gif') no-repeat;*/
}
.cal_contenu A:hover {
	color: #3366ee;
	text-decoration : underline;
	/*background : url('IMG/pictonav1.gif') no-repeat;*/
}
	.cal_anim
	{
		width:145px;
		color:#333333;
		text-align:left;
		padding-bottom:4px;
		padding-left:4px;
		border-bottom:#CCCCCC 1px solid;
	}	
.cal_anim A:link {
	color: #3366cc;
	text-decoration : none;
}
.cal_anim A:visited {
	color: #3366cc;
	text-decoration : none;
}
.cal_anim A:active {
	color: #3366ee;
	text-decoration : underline;
/*	background : url('IMG/pictonav1.gif') no-repeat;*/
}
.cal_anim A:hover {
	color: #3366ee;
	text-decoration : underline;
/*	background : url('IMG/pictonav1.gif') no-repeat;*/
}
.Mois {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
	color: #FFCC33;
	margin-left : 0px;
	margin-right :0px;
	text-align:left;
}
.Mois A:link {
	color: White;
	text-decoration : none;
}
.Mois A:visited {
	color: White;
	text-decoration : none;
}
.Mois A:active {
	color: White;
	text-decoration : none;
}
.Mois A:hover {
	color: #FFCC33;
	text-decoration : none;
	background : url('IMG/pictonav2.gif') no-repeat;
}

