.tip {
	color: #fff;
	width: 210px;
	z-index: 8000;
}
.tip-title {
    font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	margin: 0;
	color: #79A8D4;
	padding: 8px 18px 4px 8px;
	background: url(images/bubble.png) top left;
}
.tip-text {
	font-size: 11px;
	padding: 4px 18px 18px 8px;
	background: url(images/bubble.png) bottom right;
}
.tip-text  ul {
	padding: 0;	/* 1=haut, 2=droite, 3=bas, 4=gauche */
	margin: 0;
	clear:both;
}
.tip-text li {
	list-style-image: url( 'gfx/puce_chapitre.png' );
	list-style-position: inside;
	padding: 0px;  	/* 1=haut, 2=droite, 3=bas, 4=gauche */
	margin: 10px 0px 0px 0px; 
}

.simpletip .tip {
	color: #fff;
	width: 210px;
	z-index: 8000;
}
.simpletip .tip-title {
   	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	margin: 0;
	color:#f08f00;
	font-style:italic;
	padding: 0px 5px;
	background: url(images/tip1c.png) top left;
}
.simpletip .tip-text {
	height:0px;
	display:none;
	visibility:hidden;
}
.simpletip .tip-top {
	height:14px;
	width:210px;
	background: url(images/tip1t.png) top left;
}
.simpletip .tip-bottom {
	height:23px;
	width:210px;
	background: url(images/tip1b.png) top left;
}