/*
**************** ZONE CARTE AIN
*/
div#contenu_carteAin
{
	position:absolute;
	z-index:40;
	top:-1px;
	right:0;
	
	margin:0;
	border:0;
	padding:0 0 0 225px;
	
	height:376px;
	width:381px;
	overflow:hidden;
}
div#contenu_carteAin div#carte_flash
{
	margin:0;
	border:0;
	padding:0;
	
	height:376px;
	width:382px;
	overflow:hidden;
}
div#contenu_carteAin div#carteAin_indicationCarte
{
	position:relative;
	z-index:30;
	top:-333px;
	left:-225px;
	
	margin:0;
	border:0;
	padding:0;
	
	height:100px;
	width:200px;
}
div#contenu_carteAin div#carteAin_indicationCarte p
{
	margin:0 0 5px 0;
	border:0;
	padding:0;
	
	width:200px;
	overflow:hidden;
	
	color:#666666;
	font-size:1em;
	font-weight:bold;
}