/* CSS Document */
div.calDiv{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	width: 750px;
	padding-top: 20px;
}
td.calmois{
	font-size: 16px;
	font-weight: bold;
	color: #FF0033;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

td.caljour{
	text-transform: uppercase;
	width: 35px;
}
td.caldate{
	font-weight: bold;
	color: #FF0033;
	width: 35px;
}
td.calheure{
	color: #999999;
	width: 58px;
	width: 55px;
}
td.caltitre{
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	width: 330px;
}
a.caltitre:link, a.caltitre:visited{
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
}
a.caltitre:hover{
	color: #FF0033;
}
td.calsalle{
	width: 170px;
}
td.calseparateur{
	height: 11px;
	background-image: url(../images_dev/spacer-grey.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.calLeftDiv{
	float: left;
	width: 155px;
	padding-left: 20px;
	margin-top: 15px;
}
.calSubMenuItem, .calSubMenuItem a:link, .calSubMenuItem a:visited{
	clear: both;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
	padding-bottom: 5px;
}
.calSubMenuItem a:hover{
	color: #FF0033;
}