.pano 
{
	float: left; 
	color: white;
	background-color: black;
	width: 239px;
	padding: 0px;
	margin: 0px; 
}

.pano_picture1
{
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(img/gite.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 140px;
	width: 239px;
	margin-bottom: 0px;
}
.pano_picture2
{
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(img/chambre.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 140px;
	width: 239px;
	margin-bottom: 0px;
}
.pano_picture3
{
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(img/gite2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 140px;
	width: 239px;
	margin-bottom: 0px;
}
.scrolling_left
{
	float: left;  
	height: 154px
	width: 100px;
	margin-bottom: 0px;
}

.scrolling_right
{
	float: right;  
	height: 154px
	width: 100px;
	margin-bottom: 0px;
}

.nav_bar
{
	text-align:center;
	width:239px;
	margin-top:0px;
}

.conteneur
{
	width: 200px ;
	text-align: left ;
}

