@import "baseStyle.less";
/* ------------------------------------------------------------------------ */
#filtre
{
  width:100%;
  background-color:fuchsia;
  height:10px;
}

#gamme
{
  width:980px;
}

#gamme .wrapper .map
{
  background-color: #444;
  width:793px; height:480px;
  background: url('./_bin/gammeFront.jpg') left top no-repeat;
  left:50%;
  margin-left:-360px;
  position:relative;
  behavior: url(iepngfix.htc)  
}

#gamme .wrapper .map .overlay
{
  position:absolute;
  width:793px; height:480px;
  background: url('_bin/gamme.png') 793px top no-repeat;
  top:0;
  left:0;
  z-index:1;
  behavior: url(iepngfix.htc)
}

#gamme .wrapper .map img
{
  position:absolute;
  bottom:0;
  left:0;
  z-index:2;
  behavior: url(iepngfix.htc)
}