body
{
	width: 1007px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 5px;
	background-color: black;
}

#entete
{
	position: absolute;
	top: 420px;
	left: 150px;
	font-family: verdana, arial, serif;
	font-size: 2.5em;
	color: white;
}

#corps
{
	width: 900px;
	height: 300px;
	overflow: auto;
	margin-left: 40px;
	padding-right: 5px;
	font-family: verdana, arial, serif;
	font-size: 0.8em;
	color: white;
}

#corps img
{
	border: none;
}

#corps h2
{
	color: rgb(193,210,254);
}

#corps p
{
	text-indent: 20px;
	text-align: justify;
}

.rel
{
	font-family: "trebuchet ms", arial, serif;
	font-size: 1em;
	color: yellow;
	text-decoration: none;
}

.rel:hover
{
	font-size: 1.2em;
}

.rel:active, .rel:focus
{
	color: white;
}

.abs
{
	color: rgb(193,210,254);
	text-decoration: none;
}

.abs:hover
{
	font-weight: bold;
}

.abs:active, .abs:focus
{
	font-weight: bold;
	color: white;
}

#retour
{
	margin-top: 30px;
	margin-left: 650px;
}

#piedpage
{
	padding-top: 200px;
	padding-bottom: 10px;
	font-family: arial, serif;
	font-size: 0.7em;
	color: white;
	text-align: center;
}

#intro
{
	font-family: verdana, arial, serif;
	color: yellow;
	text-decoration: none;
}