body {
        font-family: Comic Sans MS, Verdana, Arial;
        font-size: 14px;
        text-decoration: none;
        color: #FFFFFF;
        margin: 0;
        line-height:12px;
}
A {color: #FFFF99; text-decoration: none;}
A:visited {color: #FFFF99; text-decoration: none;}
A:active {color: #FFFF99; text-decoration: none;}
A:hover {color: #FFFF99; text-decoration:underline;}

td {
        font-size: 14px;
	color: #FFFFF;
	padding: 10px;
}
.titre {font-weight: bold; color:#143F0A}
.accueil {
	background-attachment: fixed;
	background-image: url(images/accueil.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.travaux {
	background-attachment: fixed;
	background-image: url(images/travaux.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.jardin {
	background-attachment: fixed;
	background-image: url(images/jardin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.aquarium {
	background-attachment: fixed;
	background-image: url(images/aquarium.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.presentation {
	background-attachment: fixed;
	background-image: url(images/presentation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.contact {
	background-attachment: fixed;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
blockquote { margin-left: 60px;}

