@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/fond.gif);
}
body img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	opacity: 0.2;
}
body img:hover {
	opacity: 1;
}
p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 10px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
