body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #475B77;
	background-image:  url('images/fond.png'); 
	background-repeat: repeat-y;
	background-position: center;
	background-color: #475B77;
	font-size: 75%;
}

a:link, a:visited{
	color:#475B77;
	text-decoration: none;
}

a:hover {
	color:#343C14;
	text-decoration:underline;
}

.menu {
	padding: 0; 
	margin: 0;
	color: #475B77;
	background-color: #ffffff;
	background-image:  url('images/fondmenu.png');
	background-repeat: repeat-x; 
	background-position: center;
	text-align: center;
	width: 800px;
	height: 41px;
}
.menu a:link {
	color: #475B77;
	text-decoration: none;	
}

.menu a:visited {
	color: #475B77;
	text-decoration: none;	
}

.menu a:hover {
	color: #343C14;
	text-decoration: underline;
	font-weight: none;
}

.lower {
	padding: 0; 
	margin: 0;
	color: #475B77;
	background-color: #ffffff;
	background-repeat: no-repeat; 
	background-position: center;
	text-align: center;
	width: 800px;
}
.lower a:link {
	color: #475B77;
	text-decoration: none;	
}

.lower a:visited {
	color: #475B77;
	text-decoration: none;	
}

.lower a:hover {
	color: #343C14;
	text-decoration: underline;
	font-weight: none;
}