body
{
}

#conteneur
{
	margin: auto;
	width: 800px;
	height: 530px;
	background: url("../images/arbre2.png") bottom center no-repeat;

}

#titre
{
	color: #4f0000;
	background: url("../images/logo.png") no-repeat;
	width: 650px;
	height: 151px;
	margin: auto;

}

#menu
{
	color: #4f0000;
	float: left;
	position: relative;
	top: 0px;
	left: 10px;
	width: 180px;
}

#menu a
{
	text-decoration: none;
	font-size: 16px;
	color: #4f0000;
	font-weight: bold;
}

#menu li
{
	list-style-image: url("../images/menu1.png");
	padding-bottom: 5px;

}

#menu li:hover
{
	list-style-image: url("../images/menu2.png");
}

#corps
{
	width: 570px;
	height: 385px;
	overflow: auto;
	position: relative;
	top: 0px;
	float: right;
	color: #4f0000;
	font-size: 16px;

}

.prix
{
	color: red;
	font-weight: bold;
}

.description
{
	font-size: 12px;
}