/* Début petites photos */
img {
 border:0;
 }	
/* --------------------------------------------- */
.thumb1 {
  width:84px;
  height:120px; 
  margin: 10px 5px 0px 0px;
  float:left; 
  display:block;
   }
.thumb1 a .grand {
   display:block;
   position:relative; 
   width:0; 
    }	  
.thumb1 a img { 
  position: absolute; z-index: 5;
  margin:0;
  padding:0;
  width:84px;
  height:120px; 
   }
.thumb1 a:hover .grand,.thumb1 a:focus .grand { 
  left:-325px;
  top:-150px;
  position:relative;
  z-index: 600;
  width:315px; 
  height:450px; 
  border:1px solid #000000;
   }
/* --------------------------------------------- */
.thumb2 {
  width:120px;
  height:84px; 
  margin: 10px 5px 0px 0px;
  float:left; 
  display:block;
   }
.thumb2 a .grand {
  display:block;
  position:relative; 
  width:0; 
   }	  
.thumb2 a img { 
  position: absolute; z-index: 5;
  margin:0;
  padding:0;
  width:120px;
  height:84px; 
   }
.thumb2 a:hover .grand,.thumb2 a:focus .grand { 
  left:-300px;
  top:-100px;
  position:relative;
  z-index: 600;
  width:450px; 
  height:315px; 
  border:1px solid #000000;
   }
