
img {border:0px solid gray;}

.thumb {
	position:absolute; 
	top:400px;
	left:250px; 
}
.thumb a {
	margin:0; 
	text-decoration:none;
}
.thumb a:hover {
	background-color:#444; /* black:  indispensable, sinon, pas de zoom */
}
.thumb a .grand  {
	display:block;
	position:absolute; 
	width:0px; 
	height:0px;
}
.thumb a .grandh  {
	display:block;
	position:absolute; 
	width:0px; 
}
.thumb a:hover .grand  { 
	position:absolute; 
	top:100px;
	left:210px;
	width:auto; 
	height:	auto; 
	border:20px solid gray;
}
 .thumb a:hover .grandh { 
	position:absolute; 
	top:0px;
	left:70px;
	width:auto; 
	height:	auto; 
}


.thumbh {
	position:absolute; 
	top:42px;
	left:-20px; 
	text-align:center;
}
.thumbh a {
	margin:0; 
	text-decoration:none;
}
.thumbh a:hover {
	background-color:#444; /* black:  indispensable, sinon, pas de zoom */
}
.thumbh a .grand,.thumbh a .grand2  {
	display:block;
	position:absolute; 
	width:0px; 
	height:0px;
}
.thumbh a:hover .grand  { 
	position:absolute; 
	top:140px;
	left:254px;
	width:auto; 
	height:	auto; 
	border:20px solid gray;
}
.thumbh a:hover .grand2  { 
	position:absolute; 
	top:100px;
	left:300px;
	width:auto; 
	height:	auto; 
	border:20px solid gray;
}
.nv { 
display : none; 
}
.titrerouge
{ font-size:18px; color: red; font-style:bold; }