/* image polaroide */
img.polaroid {
    padding: 2%;
    background: #ffffff;
    border: 1px solid #555;
    border-width: 1px 2px 2px 1px;
}

/* tableau images */
td.photo {
  border-style:solid; 
  border-width:0px; 
  border-color:black;
  text-align:left;
  width:200px;
  height:200px;
}

/* Info bulle */
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    width:170px;
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 15px;
    height: 7px;
    width: 11px;
    background: transparent url(lightbox2/images/image-infobulle.gif);
    margin:0;
    padding: 0;
    border: 0;
}
