/* Personnalisation du plugin jquery.powerTip */
#powerTip {
	background-color: rgba(250, 250, 250, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.8);
	box-shadow:0 0 10px #666;
	padding: 5px;
	color: #000;
	z-index: 2147483647;
	width: auto;
	max-width: 500px;
	white-space: normal;
	font-size: 0.85em;
}
#powerTip span {
	color:#900;
	font-style:italic;
	line-height:200%;
}
#powerTip span.aideTexte200 {
	color:#000;
	font-style:normal;
	line-height:120%;
}
#powerTip div {
	color:#900;
	font-style:italic;
	margin-top:5px;
	padding-top:4px;
	border-top:#666 solid 1px;
}
#powerTip #toolTipQuota {
	color:#333;
	font-weight: bold;
	font-style:normal;
	line-height:150%;
	margin-top:5px;
	padding: 0 4px 3px;
	border: 1px solid #777;
    border-radius: 6px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 6px #666;
}
#powerTip #toolTipQuota img {
	position:relative;
	top:2px;
}
