.infobulle{
	position:absolute;
	border:2px solid #3366CC;
	background:#33CCFF;
	padding:10px;
}
.fermer_infobulle{
	position:absolute;
	background:url(../images/infobulle/fermer.gif) no-repeat top left;
	width:11px;
	height:11px;
	right:2px;
	top:2px;
	text-indent:-9999px;
	overflow:hidden;
	zoom:1;
}
.fermer_infobulle:hover{
background:url(../images/infobulle/fermer.gif) no-repeat bottom left;
}
.fleche_infobulle_lb{
background:url(../images/infobulle/fleche_infobule_lb.gif) no-repeat top left;
}
.fleche_infobulle_cb{
background:url(../images/infobulle/fleche_infobule_cb.gif) no-repeat top left;
}
.fleche_infobulle_rb{
background:url(../images/infobulle/fleche_infobule_rb.gif) no-repeat top left;
}
.fleche_infobulle_lm{
background:url(../images/infobulle/fleche_infobule_lm.gif) no-repeat top left;
}
.fleche_infobulle_rm{
background:url(../images/infobulle/fleche_infobule_rm.gif) no-repeat top left;
}
.fleche_infobulle_lt{
background:url(../images/infobulle/fleche_infobule_lt.gif) no-repeat top left;
}
.fleche_infobulle_ct{
background:url(../images/infobulle/fleche_infobule_ct.gif) no-repeat top left;
}
.fleche_infobulle_rt{
background:url(../images/infobulle/fleche_infobule_rt.gif) no-repeat top left;
}

/* AUTRE SKIN */
.rouge{
	position:absolute;
	border:1px solid #ff0000;
	background:#ff0000;
	padding:10px;
}
.vert{
	position:absolute;
	border:1px solid #A5AFA4;
	background:#B1F2A7;
	padding:10px;
	text-align:justify;
}
.fleche_rouge_lb{
	background:url(../images/infobulle/fleche_rouge_lb.gif) no-repeat top left;
}

