@import url("base.css");

#carte {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	position: relative;
	margin:auto;
	width: 590px;
	height: 390px;
	background: url(../images/carte-capdagde.jpg) no-repeat;
	z-index:1;
}

#carte3 {

	position: relative;
	float:right;

}
#carte2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	position: relative;
	margin:auto;
	width: 590px;
	height: 100px;
	z-index:0;
}
#carte a {
	display: block;
	text-decoration:none;
	position: absolute;
	background: url(../images/dots/green.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 4px;
	/*width: 21px;
	height: 21px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 17px;
	height: 18px;*/
}

#carte a:hover{
	background-position: bottom;
}

/*<group=bubbletip>*/

#fixedtipdiv img {
	display: block;
	margin-bottom: 5px;
}

#fixedtipdiv {
	position: absolute;
	padding: 5px;
	border: 1px solid #999;
	background: #fff;
	color: #333;
	font-weight: bold;
	z-index: 100;
}
/*</group>*/
