/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

h1 {
font-size: 1em;
font-size-adjust:inherit;
color:#000;
text-align:center;
}

h1.blanc {
font-size: 1em;
font-size-adjust:inherit;
color:#FFF;
text-align:center;
}

/** MENU HORIZONTAL **/

#menu {
	height: 28px;
	margin: 3px;
	padding: 2px;
	list-style-type: none;
	/** background: url(/image/fichier.jpg) repeat-x 0 -25px; **/
}

#menu li {
	float: left;
	text-align: center;
}

#menu li a {
	line-height: 28px;
	font-size: 1em;
	letter-spacing: 2px;
	color: #000000;
	padding: 0 10px;
	display: block;
	text-decoration: none;
	/**border-right: 1px solid #000000;
	border-left: 1px solid #000000;**/
	background-color: #72C774;
}

#menu li a:hover {
	background-color: #339C35;
	color: #000000;
}



/** MENU VERTICAL **/

.arrowlistmenu{
width: 158px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Geneva;
color: white;
/*background:#72C774 ;*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 14px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background: #339C35;*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: black;
/*background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
/*border-bottom: 1px solid #339C35;*/
font-size: 70%;
}

.arrowlistmenu ul li a:visited{
color: blue;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: black;
/*background-color: #339C35;*/
}
