body{
	margin-top: 8px;
}
body, select, input, div, textarea{
	font: 12px Arial, Times New Roman, Times, serif;
}
a img{
	border: 0;
}
#contenu {
	padding: 10px;
}
#dhtmltooltip {
	position: absolute;
	left: -300px;
	border: solid 1px #CCC;
	padding: 4px;
	color: #FFF;
	background: #FFF;
	visibility: hidden;
	z-index: 100;
	color: #000;
}
#dhtmltooltip img {
	margin-top: 0px;
}
#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
.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: 9px;
	height: 9px;
}
.puceCarte span{
	display:none;
}
.puceCarteOn {
	position: absolute;
	overflow: hidden;
	font-size:11px;
	width: auto;
	background: #FFF;
	border: 1px solid #304AAD;
	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;
}
.carteInfo a:hover{
	text-decoration: none;
}
#PEFC {
	width: 100px;
	font-weight: bold;
	color: #1F9228;
	text-align: center;
	float: right;
}
#PEFC img{
	margin-bottom:5px;
}