$(document).ready( function () {

//***************************************//
// Suprimer le retour à la liste de la photothèque

//***************************************//

if (document.location == "http://www.velaux.fr/admin/preview/photoAlbum.html" || document.location == "http://www.velaux.fr/photoAlbum.html") {
    
          $("a.retourListe").parent("p").remove();

    }


}); 
 
