/**
* Feuille de Style de la librairie thumbnail
* 
* MagicCorporation WebSystem v6.0
* Gestionnaire de Contenu pour site Internet
* 
* @package      MC6
* @subpackage   Index
* @author       Jean-Christophe Taisne <amonra@magiccorporation.com>
* @link         http://mc6.magiccorporation.com 
* @copyright    2000-2009 MagicCorporation
* @version      6.0 $Id: thumbnail.css 2161 2014-06-21 07:58:46Z amonra $
*/

.thumbnail {
    position: relative;
    z-index: 0;
    display: inline-block;
}
.thumbnail:hover {
    background-color: transparent;
    z-index: 1;
}

.thumbnail span {
    position: absolute;
    background-color: lightyellow;
    padding: 5px;
    left: -2000px;
    border: 1px dashed gray;
    visibility: visible;
    color: black;
    text-decoration: none;
}
.thumbnail span img {
    border-width: 0;
    padding: 2px;
}
.thumbnail:hover span {
    visibility: visible;
    left: 60px;  
}