#thumbBox{ /*La DIV extérieur */
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #00477e;     /* #313131 */
visibility: hidden;
z-index: 10;
}

#thumbBox .footerbar{ /*La DIV qui contient le lien : "Fermer" */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
cursor: hand;
cursor: pointer;
width: auto;
}


#thumbBox #thumbImage{ /*DIV qui contient la photo agrandit */
background-color: white;
}

#thumbLoading{ /*DIV qui affiche le message "Chargement..."*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color:#00477e;
padding: 5px;
color:White;
font-weight:bold;
z-index: 5;
}