body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
	color: black ;
   font-family: Arial, Helvetica,Verdana, sans-serif;
}

#Conteneur {
	position: absolute;
	left: 50%;
	width: 700px;
	margin-top: -137px;
	margin-left: -350px;
	padding: 0;
	border: solid 0 silver;
	background-color: white;
	top: 20%;
	height: 274px;
}

#titre {
	background-image: url(images/michel.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 700px;
	left: 0;
	top: 0;
	margin: 0;
}

#image {
	background-image: url(images/panolperou_01.jpg);
	height: 210px;
	width: 700px;
}

#visite {
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	margin-right: 30px;
}

#art {
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	margin-right: 30px;
}

#navbar ul {
	padding: 0;
	list-style-type: none;
	text-align: left;
	margin-top: 20px;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a {
	margin-right: 30px;
	text-decoration: none;
	color: #9f9f9f;
}

#navbar ul li a:hover {
	color: #2f2f2f;
	background-color: #FFFFFF;
}
