a:link {
text-decoration : none;
color : #0066CC;
}
a:visited {
text-decoration : none;
color : #0066CC;
}
a:hover {
text-decoration : none;
color : #000000;
}
.cadregris {
border : 1px solid #999999;
}
.cadrenoir {
border : 1px solid #000000;
}

.justifie {
  text-align:justify;
  }

img {
  border:0px solid black;
  }	

.thumb {
  position:relative; 
  left:0;
  }
  
.thumb a .petit {
  position:relative; 
  left:2px; 
  top:-125px;
  }

.thumb a .grand {
  position:absolute; 
  width:0px; 
  top:0px;
  }	  
  
.thumb a:hover .grand { 
  position:absolute; 
  top:16px;
  left:15px;
  width:400px; 
  height:266px; 
  }
