body {
	font-size: 12px; 
	font-family: "lucida grande", geneva, arial, helvetica, Verdana, sans-serif;
	color: #666;
	background: white url(../home-img/fond.gif);
	background-repeat: no-repeat;
	}

input {
	color:#666;
	background: inherit;
	}

a img { border: none; }

a:link {
	color: #66f;
	background: inherit;
	text-decoration: none;
	}
a:visited {
	color: #99f;
	background: inherit;
	text-decoration: none;
	}
a:hover {
	color: inherit;
	background: inherit;
	text-shadow: 0px 0px 2px #999;
	text-decoration: none;
	}
a:active {
	color: #f69;
	background: inherit;
	text-decoration: none;
	}

#Header {
	position: absolute;
	margin: 32px auto auto 165px;
	font-size: 2em;
}

#Content {
	position: absolute;
	margin: 100px 16px auto 165px;
	}

#Menu {
	font-size: 10px; 
	position: absolute;
	margin: 20px auto auto 20px;
	}

.menutitle {
	font-weight: bold;
	margin: 0.5em 0 0.2em 0;
	}

.menugroup {
	margin-left: 0.5em;
	display: block;
	}

.menuelmts a:link {
	color: #66f;
	background: inherit;
	text-decoration: none;
	}
.menuelmts a:visited {
	color: #99f;
	background: inherit;
	text-decoration: none;
	}
.menuelmts a:hover {
	color: inherit;
	background: inherit;
	text-shadow: 0px 0px 2px #999;
	text-decoration: none;
	}
.menuelmts a:active {
	color: #f69;
	background: inherit;
	text-decoration: none;
	}
