
body {
	font: 12pt/24pt georgia;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #CCCCCC;

}

legend	{ 
	margin-right: 20px;
	color: #CCCC99;
}

/* header */
h1 { 
	font: normal 24pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #D5D5D6;
}

/* content title */
h2 { 
	font: normal 20pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #CCCC99;
}

/* content */
h3 { 
	font: normal 12pt georgia; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #CCCCCC;
}

/* under title in content */ 
h4 { 
	font: normal 12pt georgia; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #CCCC99;
}

/* menu */
h5 { 
	font: normal 10pt georgia; 
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #CCCC99;
}

.calendarHeader { 
	font-weight: bolder; 
	color: #CCCC99; 
}

.calendar {  
	/*background-color: #FFFFCC*/
}

.calendarToday { 
	color: red;
}

.calendarOccupied { 
	background-color: #FFFFCC;
	color: black;
}

.calendarOccupiedSortie { 
	background: transparent url(/pictures/reservationsortie.png) no-repeat;
}

.calendarOccupiedEntree { 
	background: transparent url(/pictures/reservationentree.png) no-repeat;
}

a:link {
	color: #99CCFF;
	text-underline: none;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-underline: none;
	text-decoration: none;
}

a:visited {
	color: #99CCFF /*0066CC*/;
	text-underline: none;
	text-decoration: none;
}

a:active {
	color: #99CCFF /*CCCC99*/;
	text-underline: none;
	text-decoration: none;
}



