/* feuille de style pour la carte géographie - R&C © 2006 */

#btn {
	width: 25px;
	height: 25px;
	background: url(../images/btn_carte.gif) left bottom no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	position: absolute;
}
#btn a:link, #btn a:visited {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-image: url(../images/btn_carte.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#btn a:hover, #btn1 a:active { /* masquage de l'image1 au survol */
	background: transparent none;
}

#btn a span { /* définition de la balise <span> inclue dans <a> */
	display: none;
}
#btn a:hover span {
	display: block;
	font-size: 0.75em;
	line-height: 1.3em;
	padding: 8px;
	border: 2px solid #5dcefd;
	position: absolute;
	background-color: #FFFFFF;
	color: #333333;
	z-index: 100;
}
