#carte h1 {
	margin-bottom: 30px;
}
.masqueCarte {
	position: absolute;
	display: block;
	overflow: hidden;
	border: 1px solid #000;
	z-index: 0;
}
.carte {
	position: absolute;
}
.puceCarte {
	position: absolute;
	overflow: hidden;
	font-weight: bold;
	z-index: 0;
	width: 14px;
	height: 16px;
}
.puceCarte span{
	display: none;
}
.puceCarteOn {
	position: absolute;
	overflow: hidden;
	font-size:11px;
	width: auto;
	background: #FFF;
	z-index: 1;
	opacity: 0.9;

}
.puceCarteOn div{
	padding: 2px 2px 2px 2px;
}
.puceCarteOn img{
	opacity: 0.8;
}
.carteInfo {
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	width: 250px;
	display: none;
	margin-left: 10px;
	padding: 5px 10px;
	border: 1px solid #304AAD;
	background: #FFF;
	opacity: 0.9;
}
.carteInfo a:active, .carteInfo a:link, .carteInfo a:visited{
	color: #304AAD;
	font-size: 11px;
}
#carte a:hover{
	text-decoration: none;
}