#akstips_label {
	position: absolute;   
   	padding: 12px 0 0 0;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	/*filter : alpha(opacity=90); 
	-moz-opacity : 0.9; 
	opacity : 0.9;*/
	color: #666;
	width: 190px;
	z-index: 200;
}
#akstips_label img.akstips_pointer_top {
	position: absolute;
	left: 15px;
	top: 0;
}
#akstips_label div.akstips_titre_form {
	position: relative;
	height: 21px;
	color: #fff;
	line-height: 23px;
	padding-left: 10px;
	background-color: #de5012;
	/*padding-left: 28px;
	background: #0088c9 url(/js/ajaks/akstips_error.png) no-repeat 8px 5px;*/
	font-weight: bold;
}
#akstips_label div.akstips_titre_info {
	position: relative;
	height: 21px;
	color: #fff;
	line-height: 21px;
	padding-left: 10px;
	background-color: #de5012;
	/*padding-left: 28px;
	background: #0088c9 url(/js/ajaks/akstips_information.png) no-repeat 8px 5px;*/
	font-weight: bold;
}
#akstips_label a.akstips_fermer, #akstips_label a.akstips_fermer:hover {
	position: absolute;
	top: 0;
	right: 6px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#akstips_label div.akstips_content {
   	border: 2px solid #de5012;
   	padding: 10px 18px 11px 10px;
	background-color: #fff;
}

.aksgmap_tooltip {
	/*background-color: #bb062d;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 15px;
	font-weight: bold;
	filter:alpha(opacity=80); 
	opacity:0.8; 
	-moz-opacity:0.8;
	border-bottom: 2px solid #8e8d89;*/
	background-color: #1d76ab;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 15px;
	font-weight: bold;
	filter:alpha(opacity=80); 
	opacity:0.8; 
	-moz-opacity:0.8;
	border-bottom: 2px solid #8e8d89;
}
.aksgmap_tooltip_2 {
	background-color: #1d76ab;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 15px;
	font-weight: bold;
	filter:alpha(opacity=80); 
	opacity:0.8; 
	-moz-opacity:0.8;
	border-bottom: 2px solid #8e8d89;
}