.map {
  font-family: arial, sans-serif;
  position:relative; /*absolute */
  width:500px; height:268px; background: transparent url(images/worldmap500px.jpg) no-repeat;
  z-index: 0;padding: 0;margin:0;
  }
  
.map:hover {    /*background: none; */    /*z-index: 500; */ }

.province{ display: none;}

/* Liste des villes - Position */
.map #maroc	{position:absolute;left:209px; top:82px; z-index:0; height:10px; width:10px;  background:transparent url(images/pointorange.gif) top left no-repeat;}
.map #kenya 	{position:absolute;left:287px; top:139px; z-index:0; height:10px; width:10px;  background:transparent url(images/pointorange.gif) top left no-repeat;}
.map #burkinafaso 	{position:absolute;left:211px; top:122px; z-index:0; height:10px; width:10px;  background:transparent url(images/pointorange.gif) top left no-repeat;}
.map #haiti{position:absolute;left:97px; top:111px; z-index:0; height:10px; width:10px;  background:transparent url(images/pointorange.gif) top left no-repeat;}
.map #thailande{position:absolute;left:382px; top:117px; z-index:0; height:10px; width:10px;  background:transparent url(images/pointorange.gif) top left no-repeat;}

/*div.map #vancouver	{position:absolute;left:205px; top:90px; z-index:0; height:10px; width:10px;  background:transparent url(images/pointorange.gif) bottom left no-repeat;}*/

.map .cache {display: none;z-index:4; color:#000000; }

.map:hover .cache {
   display: block; /*inline*/
   position: absolute; /*absolute*/
   /*white-space: nowrap;*/
   font-size:0.8em;
   font-weight:normal;
   height:100px;
   width:150px;  /* Largeur de la bulle */
   max-width:150px;
   left:0px; top:-100px; /* position de la bulle, au dessus du point (-100px)*/
   /* attention, la bulle doit toucher au point, sinon on ne peut cliquer les liens &agrave; l'int&eacute;rieur de celle-ci */
   background: #FFF;
   padding: 3px;
   border: 1px solid #5D779A;
   border-top: 4px solid #ff7700;
   overflow:auto;
   clip: rect(0px 160px 100px 0px); /*was clip: rect(auto auto 500 auto);*/
   z-index:6; text-align:left;
}

.map .cache ul {
	margin-left: 1em;
	padding-left: 1em;
	text-indent: 0em;}

/* Liste des villes - montrer lorsqu'on survole*/
.map #maroc:hover .cache			{display: inline;z-index:6; }
.map #kenya:hover .cache	{display: inline;z-index:8; }
.map #burkinafaso:hover .cache	{display: inline;z-index:6; }
.map #haiti:hover .cache	{display: inline;z-index:6; }
.map #thailande:hover .cache			{display: inline;z-index:6; }

/* Liste des villes - cacher les autres */
.map #maroc .cache			{display: none;z-index:4; }
.map #kenya .cache		{display: none;z-index:4; }
.map #burkinafaso .cache		{display: none;z-index:4; }
.map #haiti .cache	{display: none;z-index:4; }
.map #thailande .cache			{display: none;z-index:4; }
