/*  Zoom d'images sur rollover */

img {border:0} 

.thumb {
	width:135px;
	height:101px; 
	margin:1px;
	float:left; 
	background-color: #FFFFFF; 
	display:block;
} 

.thumb a {
	display:block;
}

.thumb a:hover {
	position:absolute;	
}	 
	
/*hack pour permettre le rollover  de gauche à droite avec mozilla*/

body.thumb a:hover {	  
	position:relative;	 
}	
	
.thumb a img { 
	margin:0;
	padding:0;
	width:135px;
	height:101px; 
}

.thumb a:hover img {
	position:relative;
	left:0px;
	top:80px;
	width:373px;
	height:280px;  
} 
/*  Fin de zoom d'images sur rollover */
