html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url(images/fond.png);
}
/* En tête */
#haut
{
	position: fixed;
	width: 940px;
	height: 200px;
	background-color: #c0ca72;
	margin-top: 0px;
	margin-left: 200px;
	border-bottom:3px solid #000000;
	z-index: 1;
}
#titre
{
	position: fixed;
	width: 440px;
	height: 120px;
	background-image: url(images/titre.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 680px;
	z-index: 1;
}
#phrase
{
	position: fixed;
	width: 235px;
	height: 26px;
	background-image: url(images/phrase.png);
	background-repeat: no-repeat;
	margin-top: 175px;
	margin-left: 215px;
	z-index: 1;
}
#photo1
{
	position: fixed;
	width: 200px;
	height: 200px;
	background-image: url(images/persicariabistrota.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 225px;
	z-index: 1;
}
#photo2
{
	position: fixed;
	width: 200px;
	height: 200px;
	background-image: url(images/lupinusmonchateau.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 555px;
	z-index: 1;
}
/* Menu */
#menu
{
	position: fixed;
	width: 230px;
	height: 1000px;
	background-image: url(images/menu.png);
	margin-left: 9px;
	margin-top: -150px;
	z-index: 1;
}
.accueil
{
	position: absolute;
	height: 42px;
	width: 143px;
	/*background-image: url(images/BTaccueil.png);*/
	margin-top: 427px;
	margin-left: 82px;
}
/*.accueil:hover
{
	background-image: url(images/button_accueil_hover.jpg);
}*/
.catalogue
{
	position: absolute;
	height: 42px;
	width: 143px;
	/*background-image: url(images/BTcatalogue.png);*/
	margin-top: 491px;
	margin-left: 82px;
}
.conditions
{
	position: absolute;
	height: 42px;
	width: 143px;
	/*background-image: url(images/BTcatalogue.png);*/
	margin-top: 555px;
	margin-left: 82px;
}
.conseils
{
	position: absolute;
	height: 42px;
	width: 143px;
	/*background-image: url(images/BTcatalogue.png);*/
	margin-top: 619px;
	margin-left: 82px;
}
.contact
{
	position: absolute;
	height: 42px;
	width: 143px;
	/*background-image: url(images/BTcatalogue.png);*/
	margin-top: 693px;
	margin-left: 82px;
}
/* Barre droite */
#droite
{
	position: fixed;
	width: 200px;
	height: 1000px;
	background-image: url(images/barre_droite.png);
	margin-left: 951px;
	margin-top: -50px;
	z-index: 1;
}
#contenu
{
	position: fixed;
	margin-top: 203px;
	margin-left: 208px;
	height: 100%;
}