body{
	background-color: #6f94af;
	background-image: url(images/logo_fond.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	margin: 0;
	color: #354e60;
	font-family: Verdana;
	font-size: x-small;
}

A {
	text-decoration: none;
	color: blue;
}
A:hover {
	text-decoration: underline;
	color: blue;
}


