a.bubble
{
	text-decoration: none;
	/* cursor: help; */
	
}

div.bubble
{
	/*cursor: help;*/
	padding-left: 14px;
	height: 14px;
	float: left; 
	width: 50px !important;
}

span.bubble {
	cursor: help !important;
	display: inline-block !important;
	padding: 0 !important;
	margin: 0 5px 0 5px !important;
	font-weight: bold !important;
	width: 16px !important;
	height: 16px !important;    
	vertical-align: middle !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	position: relative !important;
	visibility: visible !important;
	background: url('../../../serve-image.php?img=question.gif') no-repeat center center !important;
	background-size: 16px 16px !important;
}

/* Masquer par défaut tous les tooltips sauf ceux spécifiquement autorisés */
span.bubble {
	display: none !important;
}

/* Afficher seulement les tooltips autorisés */
/* Tooltips de la page index */
span#tip_federation.bubble,
span#tip_ccns.bubble,
span#tip_tauxhoraire.bubble,
span#tip_nbheures.bubble,
span#tip_etp.bubble,
/* Tooltips de la page resultat */
span#tip_coutemploi.bubble,
span#tip_fillonattention.bubble,
span#tip_coutemployeur.bubble,
span#tip_coutresiduel.bubble,
span#tip_ccnsdetail.bubble {
	display: inline-block !important;
	background: url('../../../serve-image.php?img=question.gif') no-repeat center center, url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjciIGZpbGw9IiMwMDY2Q0MiIHN0cm9rZT0iIzAwNjZDQyIvPgo8dGV4dCB4PSI4IiB5PSIxMS41IiBmaWxsPSJ3aGl0ZSIgdGV4dC1hbmNob3I9Im1pZGRsZSIgZm9udC1zaXplPSIxMSIgZm9udC13ZWlnaHQ9ImJvbGQiIGZvbnQtZmFtaWx5PSJBcmlhbCI+PzwvdGV4dD4KPHN2Zz4K') no-repeat center center !important;
	background-size: 16px 16px !important;
}

/* Ancien style avec rond bleu - remplacé par question.gif
span.bubble:before {
	content: "?" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	width: 16px !important;
	height: 16px !important;
	background: #0066cc !important;
	color: white !important;
	text-align: center !important;
	line-height: 16px !important;
	border-radius: 50% !important;
	font-size: 11px !important;
	font-weight: bold !important;
	box-sizing: border-box !important;
}
*/

span.bubble img {
	
}


abbr.bubble {
	border-bottom: 1px dashed;
}

.tooltip
{
	color: #303030;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.tooltip .tooltipflecheg {
	position: absolute;
	/*background: url(images/flechebubbleg-20x41.gif);*/
	width: 20px;
	height: 41px;
	top: 10px;
	left: 0;
}

.tooltip .tooltipfleched {
	position: absolute;
	/*background: url(images/flechebubbled-20x41.gif);*/
	width: 20px;
	height: 41px;
	top: 10px;
	right: 0;
/*	left: 399px; /* test glg 17/03 */
}

.tooltip .tooltiptxt {
	background-color: #FFF;
	border:#AAA solid 1px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	width: 340px;
	text-align: left;
	font-weight: normal;
}

.tooltip .tooltiptxt p {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}

.tooltip .tooltiptxt .warning
{ 
  padding-left : 40px;
}

.tooltipLoader
{
	background-image: url('images/loader.gif');
	width: 50px;
	height: 15px;
}

/* mise en page */

.tooltiptxt ul
{
	padding-left: 20px;
}

.tooltiptxt ul ul
{
	padding-left: 8px;
}

.tooltip .tooltiptxt li {
	margin:0;
	padding: 2px 12px;
}