body {
	margin: 0;
	padding: 0;
	font-family: "microsoft sans serif";
	background-image: url("images/fond.jpg");
}

p {
	margin: 0;
	padding: 0;
}

.page {
	width: 600px;
	margin: 0 auto 0 auto;
	background-color: #222222;
	border: 3px solid gray;
	border-top: 0;
	border-bottom: 0;
}

img {
	vertical-align: bottom;
}

.header {
	text-align: center;
}

.menu {
	font-size: 16px;
	height: 25px;
	background-image: url("images/button.jpg");
	line-height: 25px;
	vertical-align: middle;
}

.menu p {
	display: inline;
	margin-left: 62px;
}

.contenu {
	font-size: 12px;
}

.left {
	text-align: justify;
	width: 300px;
	color: #cccccc;
	margin: 10px;
	margin-bottom: 0;
}

.left p {
	text-indent: 10px;
}

.right {
	float: right;
	width: 200px;
	text-align: justify;
	color: #cccccc;
	margin: 10px;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: #ff9000;
}

.footer {
	color: #505050;
	text-align: center;
	font-size: 12px;
}