#googleMap{ width:490px; height:550px; position:relative; float:none; margin-bottom:20px;}

 /* cluster */
.cluster{
	color: #FFFFFF;
	text-align:center;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	text-shadow: 0 0 2px #035f23;
	-moz-text-shadow: 0 0 2px #035f23;
	-webkit-text-shadow: 0 0 2px #035f23;
	line-height:60px;
	width: 34px;
	height: 48px;
	background-image: url(images/cluster.png);
	background-repeat: no-repeat;
}


/* infobulle */
.infobulle{
  overflow: hidden; 
  cursor: default; 
  clear: both; 
  position: relative; 
  height: auto; 
  padding: 5px 10px; 
  background-color: rgb(57, 57, 57);
  border-radius: 4px 4px; 
  -moz-border-radius: 4px 4px;
  -webkit-border-radius: 4px 4px;
  border: 1px solid #2C2C2C;
}


.infobulle .tit{
	font-size:12px;
	font-weight:700;
	color:#a8de01;
	margin:0;
	padding:0;

	white-space: nowrap;
}

.infobulle .txt{
  color:#FFFFFF;
  font-family: Verdana;
  font-size:11px;
  font-weight:normal;
  line-height:12px;
  white-space: nowrap;
 	margin:5px 0px;
}

.infobulle_arrow{
  position: absolute; 
  left: 35px; 
  top:-10px;
  height: 0pt; 
  width: 0pt; 
  margin-left: 0pt; 
  border-width: 0px 0px 10px 10px; 
  border-color:  transparent  transparent #2C2C2C; 
  border-style: solid;
}

