body {
	background-color: rgb(137,141,167);
}

div#fond {
	background-image: url('images/Fond.jpg');
	width: 980px;
	height: 560px;
	margin-top: -280px;
	top: 50%;
	margin-left: -490px;
	left: 50%;
	position: absolute;
}

a.menu {
	color: #D2C86F;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.menuselect {
	color: #3C3610;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	color: #3C3610;
	text-decoration: none;
}

div.texte {
	font-family: verdana;
	font-size: 14px;
	text-decoration: none;
}

p.texte {
	color: #3C3610;
	text-align: justify;
	font-family: verdana;
	font-size: 14px;
}

p.adresse {
	color: #3C3610;
	text-align: center;
	font-family: verdana;
	font-size: 18px;
}

p.design {
	color: #3C3610;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
}

ul.texte {
	color: #3C3610;
	text-align: justify;
	font-family: verdana;
	font-size: 14px;
}

div#footer {
	position:absolute;
	top:535px;
	left: 20px;
}

p#footer {
	font-family: "courier new";
	font-size: 10px;
	opacity: 0.43;
}