﻿body {
	background-color: #abadb0;
	font-family: "Courier New";
	font-size : 0.7em;
	text-align: justify;
	color: #7e8081;
	position : absolute;
	left : 102px;
}
#container {
	background-image: url("img/fond.jpg");
	background-repeat: repeat-y;
}
#corps {
	width: 797px;
	padding-left: 53px;
}
#page
{
	width: 590px;
	float: right;
	margin-top: 0px;
}
#menu
{
	width: 170px;
	float: left;
	margin-top: 10px;
}
#footer {
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 900px;
	bottom: 0;
}
img {
	border: none;
}

a {
	color: #7e8081;
}
#menu a {
	text-decoration: none;
}