#map { position: relative; width: 700px; height: 470px; overflow: hidden; }
#returnlink { display: block; position: absolute; bottom: 0; right: 0;  color: white; background: blue; padding: 3px;}

#map a.bullet { display: block; position: absolute; width: 20px; height: 20px; background: transparent url(/style/carte/bullet.png) no-repeat; opacity: .7; z-index: 2; }
#map img.zoomable { }

#map div.popup{ display: none; position: absolute; width: 200px; top: 10px; left: 150px; background: white; z-index: 3; border: 2px solid black; }
#map div.popup a.close{ display: block; position: absolute; bottom: 0; right: 0; }

#map ul{list-style-type: disc; list-style-position: outside; padding: 5px; margin: 0 0 0 15px;}

#map ul li{padding: 5px 0;}

#map ul.left{
 float: left;
 width: 175px
}

#map ul.right{
 float: right;
 width: 175px;
}