/* CALENDAR  */

table.tblcal {
	width: 90%;
	text-align: center;

	border: 1px solid #99a9b6;
	border-collapse: collapse;
	
	margin-bottom: 2%;
}

table.tblcal td {
	background-color: transparent;
	color: #000000;
	width: 10%;
}

table.tblcal td.Tprec, table.tblcal td.Tsuiv {
	font-weight: bold;
}

table.tblcal td.Tprec a, table tblcal td.Tsuiv a:visited, table tblcal td.Tsuiv a:hover, table tblcal td.Tsuiv a:active, 
table.tblcal td.Tsuiv a, table tblcal td.Tsuiv a:visited, table tblcal td.Tsuiv a:hover, table tblcal td.Tsuiv a:active {
	color: #000000;
	text-decoration: none;
}

table.tblcal td.Tprec {
	text-align: left;
	padding-left: 2%;
}

table.tblcal td.Tsuiv {
	text-align: right;
	padding-right: 2%;
}

table.tblcal td.Tmois {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	
	border: 0;
	padding: 1%;
}

table.tblcal td.Tjour {
	background-color: #99a9b6;
	color: #000000;
	
	font-size: 0.9em;
	font-weight: bold;
}

table.tblcal td.we {
	background-color: #cccccc;
}

table.tblcal td.j {
	font-weight: bold;
	border: 1px solid #99a9b6;
}

table.tblcal a {
	text-decoration: none;
}

a.eType1, a.eType1:visited, a.eType1:hover, a.eType1e:active {
	color: #000099;
}

a.eType2, a.eType2:visited, a.eType2:hover, a.eType2e:active {
	color: #ff6600;
}

a.eType3, a.eType3:visited, a.eType3:hover, a.eType3e:active {
	color: #006600;
}