/**** FEUILLE DE STYLE CARTE JS ************************************************************************************/ 
/* CARTE AGENCES */
div#cartejs							{ margin:10px 0 60px 0; width:400px; height:302px; display:block; position:relative; }
.puce_xy							{ cursor:help; position:absolute;  font:normal 12px Arial, Helvetica, sans-serif; color:#fff; padding:0 2px 0 15px; background:url(../img/puce_agence.gif) no-repeat 0 50%; }


/* INFO BULLE */
div.bulle							{ position:absolute; text-align:right; z-index:1000; display:none; bottom:-80px; right:0; }
div.bulle h5						{ font:normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#dc0018; }
div.bulle p							{ margin:0; text-align:right; font-size:11px; line-height:inherit; }
div.bulle strong					{  }

.close								{ font-size:10px; margin:3px; text-align:right; }