@CHARSET "ISO-8859-1";


/* ===============================  INFOBULLE =============================== */
/*
 * L'apparence de l'infobulle se paramètre sur la div "infoDiv".
 * Ne pas lui appliquer de padding, ce qui éloignerait la barre de défilement verticale du bord.
 */

#infoDiv		{border:solid thin #767676; border-radius:3px; font-size:11px; line-height:14px; 
				 background-color: #ffffff; box-shadow:2px 2px 2px #767676;
				 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e4e5f0));
				 background-image: -webkit-linear-gradient(#ffffff, #e4e5f0);
				 background-image: linear-gradient(#ffffff, #e4e5f0);}
