#tooltip {
	color:white;
	position: absolute;
	z-index: 9000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.95;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 335px;
	padding:20px;
	padding-right:10px;
	height: 200px;
	opacity: 0.95;
	background: url('/img/guide-chaussures/bulle_aide.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 14pt;
	width: 330px;
	text-align: center;
	text-decoration:underline;
}
#tooltip.pretty div { width: 330px; text-align: justify; font-weight:bold;}
