body { background-color: #060606; overflow: hidden;}
a:hover  { color: white; font-weight: bold; text-decoration: none; }
a {text-decoration: none;font-weight: bold;color: gray}   
.fond1 { visibility: visible; display: block; width: 620; height: 270; z-index: 1;}
.fond2 { visibility: visible; display: block; width: 360; height: 594; z-index: 1;}
.fond3 { visibility: visible; display: block; width: 120; height: 148; z-index: 1;}
.fond4 { visibility: visible; display: block; width: 300; height: 290; z-index: 1;}
.fond5 { visibility: visible; display: block; width: 200; height: 310; z-index: 1;}
.fond6 { visibility: visible; display: block; width: 354; height: 360; z-index: 1;}
div#toolTip {
  position:absolute;
  width:150;
  height: 40;
  background:#060606;
  background-image: url('../Images/logo2.gif');
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  border:1px solid #ffffff;
  padding:0px;
  z-index:1000;
}
div#toolTip p {
  margin:0;
  padding:0;
  color:#ffffff;
  font:14px verdana,arial,serif;
  font-weight: bold;  
  text-align: center;
  top:50%;
  margin-top: 7px;
  }