#main {
	background-image: url(../tour/main-solotour3-musicians.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 925px; /* 8 pixels en haut et 8 pixels en bas de l'image */
	position: relative;
}


#page_bottom {
	bottom: 10px;
	right: 10px;
	text-align: right;
	position: absolute;
}

#footer {
	background-image: url(../tour/header-solotour3-musicians.jpg);
	background-position: 0 -2px;
}

.instru {
	color: Black;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: normal;
	text-align: center; /*padding: 35% 10px 10px 12px;*/
	z-index: 1; /*border: 1px dotted Blue;*/
	display: block;
	text-decoration: none;
}

a.instru:hover {
	color: Silver;
	border: 0;
}

a.instru span {
	font: Arial;
	border: 2px ridge Gray;
	background-color: #F3F3F3;
	color: Black;
	cursor: text; /*margin: 0 auto;*/
	width: 134px;
	text-align: center;
	padding: 8px 8px 8px 8px; /*z-index: 100;*/
	display: none;
}
a.instru:hover span {
	display: block;
}

#thomas {
	top: 0px;
	left: 0px;
	width: 220px;
	height: 335px;
	position: absolute;
	z-index: 100;
	/*border: thin solid Aqua;*/
}

#thomas a:hover span {
	top: 180px;
	left: 30px;
	position: absolute;
}

#laurent {
	top: 0px;
	left: 440px;
	width: 300px;
	height: 255px;
	position: absolute;
	z-index: 100;
	/*border: thin solid Green;*/
}
#laurent a:hover span {
	top: 180px;
	left: 65px;
	position: absolute;
}

#margot {
	top: 290px;
	left: 220px;
	width: 360px;
	height: 310px;
	position: absolute;
	z-index: 100;
	/*border: thin solid Fuchsia;*/
}

#margot a:hover span {
	top: 250px;
	left: 90px;
	position: absolute;
}

#fred {
	top: 610px;
	left: 0px;
	width: 305px;
	height: 240px;
	position: absolute;
	z-index: 100;
	/*border: thin solid Purple;*/
}
#fred a:hover span {
	top: 130px;
	left: 70px;
	position: absolute;
}

#eric {
	top: 635px;
	left: 440px;
	width: 300px;
	height: 240px;
	position: absolute;
	z-index: 100;
	/*border: thin solid Red;*/
}
#eric a:hover span {
	top: 150px;
	left: 70px;
	position: absolute;
}