* {
	margin: 0;
	padding: 0;
}
.bubbleInfo {
	position: relative;
	/*top: 150px;*/
	/*left: 100px;*/
	width: 572px;
	height: 313px;
	background: url(/images/fr/quebec511/cadre_carte_bg.jpg) no-repeat 0 0;
	padding: 1px 0 0 1px;
	margin-top: -5px;
	margin-bottom: 3px;
}
img {
	border: none;
}
.trigger {
	position: absolute;
}
        /* Bubble pop-up */
.popup {
	position: absolute;
    display: none;
    z-index: 50;
    border-collapse: collapse;
}
.popup td.corner {
   	height: 15px;
   	width: 19px;
}

.popup td#topleft { background-image: url(../images/fr/quebec511/bubble-1.png); }
.popup td.top { background-image: url(../images/fr/quebec511/bubble-2.png); }
.popup td#topright { background-image: url(../images/fr/quebec511/bubble-3.png); }
.popup td.left { background-image: url(../images/fr/quebec511/bubble-4.png); }
.popup td.right { background-image: url(../images/fr/quebec511/bubble-5.png); }
.popup td#bottomleft { background-image: url(../images/fr/quebec511/bubble-6.png); }
.popup td.bottom { background-image: url(../images/fr/quebec511/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(../images/fr/quebec511/bubble-8.png); }

.popup table.popup-contents {
  	font-size: 12px;
   	line-height: 1.2em;
   	background-color: #fff;
   	color: #666;
   	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
table.popup-contents td {
   	text-align: left;
}
tr#release-notes td a {
   	color: #333;
}

