html, body {
	background-image: url(images/fond.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #EAE4B4;
	padding: 0px;
}


.fullpage {
	width: 100%;
	height: 100%;

}

.fullpage2 {
	width: 100%;
	height: 100%;
	background-image: url(images/grappe_bas.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}

.fullhauteur {
	height: 100%;
	background-image: url(images/grappe.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
a.lien {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
a.lien:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990033;
}
