#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px; /* 10 */
/* padding-bottom: 0; */
background: #555;  /* 313131 */
border: 1px solid #000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
/* background-color: white; */
line-height: 2.0;  /* ajout */
text-align: center; /* ajout */
font-size: 10px; /* ajout */
background: #555;  /* 313131 */
color: #CCC; /* ajout */
padding: 4px; /* ajout */ 
padding-bottom: 0; 
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/ /* la boite de loading */
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */ /*  je l'ai enlevé du js*/
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}
