body
{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 800px;
	/*background: url("../images/arbre2.png") bottom center no-repeat;*/
}

#entete
{
	width: 800px;
	height: 215px;
	margin-bottom: 20px;
}

#titre
{
	background: url("../images/logo1.png") #f6eef6 no-repeat;
	width: 580px;
	height: 215px;
	float: left;
}

#deco
{
	background: url("../images/homme_femme.jpg") center no-repeat;
	width: 210px;
	height: 215px;
	margin-left: 580px;
}


#menu
{
	width: 180px;
	height: 380px;
	margin-left: 0px;
	padding: 10px;
	padding-top: 30px;
	float: left;
	background: url('../images/arbre.png') no-repeat #f6eef6;
	margin-bottom: 10px;
}

#menu a
{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #4f0000;


}

#menu a:hover
{
	color: white;
	
}

#menu li
{
	list-style-image: url("../images/puce1.png");
	padding-bottom: 5px;
	margin-left: 15px;
	line-height: 40px;
	}

#menu li:hover
{
	list-style-image: url("../images/puce2.png");
	color: white;
}

a img
{
	border: none;
}

#corps
{
	width: 550px;
	/*overflow: auto;*/
	margin-left: 220px;
	font-size: 16px;
	background: #f6eef6;
	padding: 10px;
	margin-bottom: 10px;
	color: #4f0000;
}

#adresse
{
	clear: both;
	width: 790px;
	font-size: 12px;
	text-align: center;
	padding: 3px;
	background: #f6eef6;
	color: #4f0000;
	border: solid black 1px;
}
