html {
	background: url(http://vieuxchateau-saive.be/saive/fond.jpg);
}
body {
	background: rgba(239,230,207,0.25);
	color: #5879A5;
	width: 1000px;
	margin: 0px auto;
	font: 1.3em "Monotype Corsiva", "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1 {
	font-variant: small-caps;
	text-shadow: #EFE6CF 3px 3px 3px;
	font-size: 2em;
}
p {
	text-align: justify;
}
a {
	color: #ff5288;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}