/* CSS Document */

/* bouton des cartes */

.bouton1 {
position:absolute;
top:491px;
left:278px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton2 {
position:absolute;
top:483px;
left:314px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton3 {
position:absolute;
top:495px;
left:345px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton4 {
position:absolute;
top:543px;
left:313px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton5 {
position:absolute;
top:512px;
left:312px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton6 {
position:absolute;
top:533px;
left:470px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton7 {
position:absolute;
top:488px;
left:562px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton8 {
position:absolute;
top:577px;
left:558px;
width:35px;
height:25px;
background-color:transparent;
}

.bouton9 {
position:absolute;
top:639px;
left:542px;
width:35px;
height:25px;
background-color:transparent;
}

.bouton10 {
position:absolute;
top:515px;
left:555px;
width:35px;
height:25px;
background-color:transparent;
}

.bouton11 {
position:absolute;
top:462px;
left:570px;
width:35px;
height:25px;
background-color:transparent;
}


a span {display:none ; /* cache les <span> placés dans un lien <a> */
text-decoration:none ; /* supprime le soulignement du texte <span> */
color:black} /* met le texte <span> en noir */

a:hover span {
	display: block; /* Montre le texte <span> lors du survol */
	position: absolute; /* envoi le texte <span> dans 1 zone précise de l'écran */
	top: 110px; /* cette zone se situe à 155 pixels du haut */
	left: 20px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
		border: 1px solid #B57556;
		padding:5px;
		background-image: url(../images/#000000.gif);
	background-repeat: repeat;

}

