body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url('images/puce.gif');
	background-color: #F5F4EB
}
#header {
	background-color: #333333;
	height: 200px;
	color: #FFFFFF;
	background-image: url('images/header.jpg');
}
#contener {
	background-color: #FFFFFF;
	margin: auto;
	height: auto;
	width: 800px;
	border:1px solid #A27882;
}
#navigationtop {
	background-color: #FFFFFF;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993366;
	margin-bottom: 1px;
}
#navigationleft {
	background-color: #FFFFFF;
	height: 350px;
	width: 100px;
	position: absolute;
	margin: 0px;
}
#content {
	background-color: #FFFFFF;
	height: auto;
	width: 670px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 110px;


	
}
#footer {
	background-color: #A8737B;
	height: 23px;
	clear:both;
	background-image: url(images/footerimg.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	color: #83484E;
	font-weight: bold;
	background-color: #E9DADC;
	padding-left: 5px;
	margin-top:0px;
}
h2 {
	color: #AF717E;
	font-size: 16px;
	font-weight: bold;
}
a.nature {
	background-image: url('images/nature1.jpg');
	padding: 50px;
	background-repeat: no-repeat;
	background-position: center;

}
a.nature:hover {
	background-image: url('images/nature2.jpg');
	padding: 50px;
	background-repeat: no-repeat;
	background-position: center;
}

a.vitalite {
	background-image: url('images/vitalite2.jpg');
	padding: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
a.vitalite:hover {
	background-image: url('images/vitalite.jpg');
	padding: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
a.regime {
	background-image: url('images/regime.jpg');
	padding: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
a.regime:hover {
	background-image: url('images/regime2.jpg');
	padding: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
