body{
	background-color: #12d600;
	background-image: url("./images/degrade.gif");
	background-position: top left;
	background-repeat: repeat-y;
	color: #000000;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
	text-align: center;
	font-family: Georgia, Verdana, Arial, "Bitstream Charter", serif;
}

#banniere{
	width: 900px;
	text-align: center;
}

#rubrique{
	text-decoration: none;
}

h1{
	text-align: center;
	vertical-align: middle;
	color: #eb1216;
	text-decoration: none;
}

.menu{
	width: 175px;
	color: #eb1216;
	background-color: #eae58e;
	border-width: 2px;
	border-style: outset;
	border-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bolder;
	font-size: 20px;
	cursor: pointer;
}

.menu:hover{
	color: #000000;
	background-color: #eae58e;
	border-style: inset;
}

#akkus{
	float: right;
	position: relative;
	right: 20px;
}

#corps{
	width: 900px;
	text-align: left;
}

.lien{
	color: black;
	text-decoration: underline;
}

.lien:hover{
	font-style: italic;
}