TD.Calendar
{
	font-weight: normal;
	font-size: 10px;
	color: silver;
	font-family: Verdana,Helvetica,Arial;
}


A.Liens_Calendar:hover
{
	font-weight: bold;
	font-size: 10px;
	color: silver;
	font-family: Verdana,Helvetica,Arial;
	text-decoration: none;
}

A.Liens_Calendar:link
{
	font-weight: bold;
	font-size: 10px;
	color: silver;
	font-family: Verdana,Helvetica,Arial;
	text-decoration: underline;

}

A.Liens_Calendar:visited
{
	font-weight: bold;
	font-size: 10px;
	color: silver;
	font-family: Verdana,Helvetica,Arial;
	text-decoration: underline;
}

Table.Calendar
{
	border-right: #180072 1px solid;
	border-top: #180072 1px solid;
	border-left: #180072 1px solid;
	border-bottom: #180072 1px solid;
	background-color: white;
	width : 170 px;
}

Table.Entete_Calendar
{
	background-color: #180072;
	height : 26px;
}

TD.Entete_Calendar, TD.Entete_Calendar select
{
	background-color: #180072;
	color : White;
	font-weight : bold;
	font-family: Verdana,Helvetica,Arial;
	font-size: 10px;
}

TD.Today_Calendar
{
	font-weight: bold;
	color: white;
	background-color: #8DC7F6;
}

TD.Today_Calendar A
{
	color: white;
}

TD.Today_Calendar A:hover
{
	text-decoration:underline;
}