#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;
}