/* Cache du site */
#mediaBoxCache { z-index: 1; cursor: pointer; display: none; background: #000; position: fixed; width: 100%; height: 100%; top: 0; left: 0; }
/* Conteneur des média */
#mediaBox { z-index: 2; color: #FFF; padding: 5px; background: #344566; display: none; position: fixed; top: 50%; left: 50%; font-family: "Tahoma", "sans-serif"; }
/* Loader */
#mediaBox .load { background: url("images/loader.gif"); float: left; height: 32px; width: 32px; position: relative; top: 50%; left: 50%; margin-left: -16px; margin-top: -16px; }
/* Objet */
#mediaBox .objet img { width: 100%; height: 100%; }
/* Inormations */
#mediaBox .info { padding-top: 5px; }
/* Fermeture */
#mediaBox .exit { font-size: 14px; font-weight: bold; background: url("images/close.png") no-repeat left; float: right; padding-left: 20px; margin-right: 10px; cursor: pointer; }
/* Titre */
#mediaBox .titre { font-size: 12px; font-weight: none; float: left; margin-left: 10px; overflow: auto; }
/* Suivant */
#mediaBoxNext  { font-size: 16px; color: #FFF; padding-top: 5px; padding-left: 10px; width: 53px; height: 27px; font-weight: bold; z-index: 3; top: 50%; left: 50%; background: #F00; position: fixed; background: url("images/prev.png"); cursor: pointer; }
/* Précédent */
#mediaBoxPrev  { font-size: 16px; color: #FFF; padding-top: 5px; padding-right: 10px; text-align: right; width: 53px; height: 27px; font-weight: bold;  z-index: 3; top: 50%; left: 50%; background: #F00; position: fixed; background: url("images/next.png"); cursor: pointer; }

