/* CSS Document */

#zoom
{
}
 
#zoom a
{ 
	text-decoration:none; 
} 
 
#zoom a:hover
{
	color:white;
	background: none; 
} 
 
#zoom a span 
{ 
	display:none;
	margin-top:-50px;               
	margin-left: -20px;               
	border: 5px solid #CCCCFF;                    
	background-color:#FFFFFF;
} 
 
#zoom a:hover span
{ 
	position: absolute;
	text-align:justify;
	display:inline;
}

#zoom2
{
}
 
#zoom2 a
{ 
	text-decoration:none; 
} 
 
#zoom2 a:hover
{
	color:white;
	background: none; 
} 
 
#zoom2 a span 
{ 
	display:none;
	margin-top:-170px;               
	margin-left: -120px;               
	border: 5px solid #CCCCFF;                    
	background-color:#FFFFFF;
} 
 
#zoom2 a:hover span
{ 
	position: absolute;
	text-align:justify;
	display:inline;
}
.tableau {
	font-size: 12px;
	color: #333333;
}
.titreanim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

