
      body { background: #F5FCFF; color: #333666; font-family :arial; }
      section { text-align: center; margin: 20px auto; }
      .panzoom-parent { border: 2px solid #333; }
      .panzoom-parent .panzoom { border: 2px dashed #666; }
      .buttons { margin: 0 0 0; }
	  /*
	  #filter {
    background: none repeat scroll 0 0 #B1F9BF;
	diplay:none.8;
    bottom: 125px;
    font-family: Arial;
    overflow: hidden;
    position: fixed;
    right: 5px;
    text-shadow: 0 0;
    top: 30px;
    width: 200px;
    z-index: 1;
}
*/


.neutral{fill:lightgreen;}
.bureaux{fill:#D8E88D;}
.electrique{stroke:bleu;stroke-width:0.5;fill:#B4D1FF;}
.existant_62{stroke:bleu;stroke-width:0.5;fill:grey;}
.fabrication{stroke:orange;stroke-width:0.5;fill:orange;}
.securite{stroke:bleu;stroke-width:0.5;fill:#FEDE31;}
.stock{stroke:bleu;stroke-width:0.5;fill:#AEE807;}
.utilite{stroke:bleu;stroke-width:0.5;fill:#C666FF;}
.eau{stroke:bleu;stroke-width:0.5;fill:#0885FF;}
.eau_refroi{stroke:bleu;stroke-width:0.5;fill:#00CC54;}
.parc{stroke:bleu;stroke-width:0.5;fill:#EEE8D8;}
.legend {fill:none ;stroke:blue;stroke-width:1 ;stroke-linecap:round;stroke-linejoin:round; }
.retention{stroke:black;stroke-width:1;fill:#D6D0C2; }
.lavage{stroke:bleu;stroke-width:0.5;fill:lightgreen; }

.neutral:hover,.bureaux:hover,.electrique:hover,.existant_62:hover,.fabrication:hover,.securite:hover,.stock:hover,.utilite:hover,.eau:hover,.eau_refroi:hover,.parc:hover,.legend:hover,.retention:hover ,.lavage:hover{stroke:red;stroke-width:0.5;fill:#4F9BBC;cursor: default; }

.tooltip {
    pointer-events:none; /*let mouse events pass through*/
    opacity:0;
   /* transition: opacity 0.3s;*/
    text-shadow:1px 1px 0px gray;
}

.bureaux:hover + g.tooltip.css {
  opacity:1;
}

.stock:hover + g.tooltip.css {
  opacity:1;
}

div.tooltip {
    background: lightblue;
    border:solid gray;
    position: absolute;
    max-width: 8em;
    text-align:center;
}
div.fixed {
    position:fixed;
}
g.tooltip:not(.css) {
  fill:currentColor;
}
g.tooltip rect {
    fill: lightblue;
    stroke: gray;




