@CHARSET "UTF-8";
.pano 
{
	float: left; 
	color: white;
	background-color: black;
	height: 340px;
	width: 500px;
	padding: 0px;
	margin: 0px; 
}
#visite_homme .pano_picture
{
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../img/visite_hommes.jpg);
	background-repeat: repeat-x;
/*position de depart*/
	background-position: 0px 0px;
	height: 340px;
	width: 500px;
	margin-bottom: 0px;
}
#visite_femme .pano_picture
{
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../img/visite_femmes.jpg);
	background-repeat: repeat-x;
/*position de depart*/
	background-position: 0px 0px;
	height: 340px;
	width: 500px;
	margin-bottom: 0px;
}

.scrolling_left
{
	float: left;  
	height: 340px;
	width: 100px;
	margin-bottom: 0px;
}

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

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

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