/* CSS Document */

/* bouton des cartes */

.bouton1 {
position:absolute;
top:464px;
left:562px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton2 {
position:absolute;
top:489px;
left:566px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton3 {
position:absolute;
top:551px;
left:573px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton4 {
position:absolute;
top:482px;
left:528px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton5 {
position:absolute;
top:620px;
left:681px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton6 {
position:absolute;
top:558px;
left:220px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton7 {
position:absolute;
top:527px;
left:395px;
width:35px;
height:25px;
background-color:transparent;
}
.bouton8 {
position:absolute;
top:585px;
left:247px;
width:35px;
height:25px;
background-color:transparent;
}

.bouton9 {
position:absolute;
top:496px;
left:301px;
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/transparent.gif);
	background-repeat: repeat;

}

