div.tip {
	position:absolute; z-index:100; visibility:hidden;
	border:solid 1px #666666;
	width:150px;
	padding:1px; 
      	top:20px; left:90px; 
	color:#333333;
      	background-color:#ffffcc; layer-background-color:#ffffcc;
	background-image: url(/tooltip/baobab-bg.jpg);
	/* background-repeat: no-repeat */;
	background-position: center middle;
}

div.tip h1 {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

div.tip em {
	text-decoration: blink;
	color: #ff0000;
}

div.tip hr {
	color: #333333;
	width: 50%;
}

div.tip ul {
	list-style-image: url(/tooltip/icon-afrique.gif)
}

