body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	font-size: 10pt;
}

.menubar {
	background-color: #A3AFC1;
	position:relative;
	vertical-align: bottom;
	top: -51px;
	width: 100%;
	height: 25px;
	text-align: center;
}

h1.menu {
	top: 0px;
	right: 0px;
	height: 0px !important;
	height /**/: 100px;
	width: 320px;
	padding-top: 150px;
	margin-top: 0px;
	overflow: hidden;
	background-image: url("../images/druide_logo.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

ul.menu {
	background-color:#A3AFC1;
	text-align: center;
	vertical-align: bottom;
	display: inline;
	line-height: 25px;
	list-style: none;
	font-size: 10pt;
}

li {
	display: inherit;
	list-style-type: inherit;
	height: inherit;
	line-height:25px;
	padding-right: 10px;
}

li.home {
	width: 150px;
}

.contents {
	padding-left: 20px;
	padding-right: 20px;
}

a {
	color:#000044;
}

a:hover {
	background-color:#DDDDFF;
	color:#440000;
}

