body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat;
}
h1 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
}
h2 {
	text-align:left;
}
.price {
	font-weight:bold;
	background-color:#3C6;
}
a img {
	border:none;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #009;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #009;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #0F0;
	text-decoration: none;
	font-size: larger;
}

