
	    .xinfobulle1{
        position: absolute;   
        visibility : hidden;
        border: 1px solid Black;
        padding: 10px;
        font-family: Verdana, Arial;
        font-size: 10px;
        background: #FFFFCC;
        /* z-index:50000 ! important; */
        z-index: 50000 ! important;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
    }
	    .xinfobulle2{
        position: absolute;   
        visibility : hidden;
        border: 1px solid Black;
        padding: 10px;
        font-family: Verdana, Arial;
        font-size: 10px;
        background: #CCFFFF;
        z-index:50000 ! important;
		border-radius: 4px;
		-moz-border-radius: 4px; /* mozilla */
		-webkit-border-radius: 4px; /* chrome */
    }
