BODY {
	FONT-SIZE: 10px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
P {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.title {
	FONT-WEIGHT: bold; FONT-SIZE: 42px; COLOR: #ffdf00; FONT-FAMILY: Monotype Corsiva, Verdana, Arial, Helvetica, sans-serif
}
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #ffdf00; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A {
	COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:hover {
	COLOR: #da7b00; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
TD {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.Calendar{
	/*border:solid 1px RGB(51,51,51);*/
	text-align:center;
	width:30px;
	height:30px;
}
.Calendar_day{
	text-align:center;
	background-color:RGB(51,102,0);
	color:white;
}
.Calendar_table{
	border:solid 1px RGB(51,51,51);
	text-align:center;
	background-color:RGB(51,51,51);
}

/* button styles */
#button {
	width: 100%;
	margin: 0;
	padding: 0;
	}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#button ul li {
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}

#button ul li a{
display: block;
background-color: transparent;
background-image: url(../images/buttonBackground.gif);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 20px 20px;
padding: 5px 0 0 0;
text-align: center;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
#button ul li a:link, #button ul li a:visited {
color: #002577;
}
#button ul li a:hover, #button ul li a:active {
text-decoration: none;
background-position: 0 -36px;
color: #FF7200;
}

#button ul li a.actif:link, #button ul li a.actif:visited {
	text-decoration: none;
	background-position: 0 -36px;
	color: #FF7200;
	}	

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu {
	width: 800px;
	margin: 0;
	padding: 0;
	font-weight: bold ;
	}

#menu li { /* all list items */
	margin: 0;
	padding: 0;
	float: left;
	cursor: pointer;
}

#menu li a {
	width: 109px;
  	voice-family: inherit;
  	height: 24px;
	border-left: 1px solid #CCCCCC;
	text-decoration: none;
	line-height: 2;
	text-align: center;
	}	

#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(../images/menu1.gif) 0px -3px;
	}

#menu li a:hover {
	color: #26370A;
	background: url(../images/menu1.gif) 120px -35px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(../images/menu1.gif) 120px -67px;
	}

#menu li a.actif:link, #menu li a.actif:visited {
	color: #26370A;
	background: url(../images/menu1.gif) 120px -67px;
	}	
	
#menu li ul li, #menu li ul li a, #menu li ul li a:link,  #menu li ul li a:visited, #menu li ul li a:hover, #menu li ul li a:active {
	font-weight: normal ;
	background: none;
	margin: 0;
	padding: 0;
	line-height: 2;
	height: 24px;
	cursor: pointer;
    border-left: 1px solid #CCCCCC;
	width: auto;
	border-left: 0px;
	float: left;
}

#logo { 
	width: 176px;
	cursor: default;
	text-align: center;
	line-height: 2;
	font-size: 12px;
	font-weight: bold ;
}

#fin ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#fin {
	width: 800px;
	margin: 0;
	padding: 0;
	background-color: #D0DABD;
	}

#fin li { /* all list items */
	margin: 0;
	padding: 0;
	float: left;
	width: 160px;
  	height: 24px;
	text-decoration: none;
	line-height: 2;
	text-align: left;
	cursor: default;
	background-color: #D0DABD;
}

#fin li a {
	cursor: pointer;
	color: black;
	TEXT-DECORATION: none
	}
	
