body {
	background-color: black;
	color: #eabfe9;
}

#header {
	height: 135px;
	text-align: center;
	/*background: center url('banniere.jpg') no-repeat;*/
}

#menu {
	padding-top: 10px;
	float: left;
}

#menu li {
	display: inline;
	font-family: 'Arial Black';
	font-weight: bold;
	list-style-type: none;
	padding-right: 10px;
}

#content {
	width: 75%;
	padding: 5%;
}

h1 {
	font-family: Georgia, serif;
	font-size: 1.5em;
}

#content p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	margin-left: 50px;
}

#content ul {
	margin-left: 50px;
}

#footer {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}

a {
	color: #7f2c7e;
	text-decoration: none;
}

a:hover {
	color: #eabfe9;
	text-decoration: none;
}

acronym {
	cursor: help;
}

