/* CSS Document */
#les_mefs { border-top:1px dashed #999999; margin:25px 0 0 0; padding:10px 0 10px 0;}
#listeMef { margin:0 0 0 20px;}
#colonneCentrale #les_mefs #listeMef div.bubbleInfo a.trigger {color:#6d6c6c; margin:0 8px 0 0; text-decoration:none;}

.popupBubble p {font-family: Trebuchet MS;color:#333333;text-align: left;line-height: 1.2em;font-size: 1.2em;}

.bubbleInfo {position: relative;width:110px; height:50px; float:left; }

.popupBubble {
    position: absolute;
	width:245px; height:197px;
    display: none; /* keeps the popup hidden if no JS available */
	background:#FFFFFF; z-index:99999;
	background:url(../image/infoBulle_verte.png) top left no-repeat;
}

.popupContent { width:220px; margin:15px 0 0 15px;}

.popupBubble h3 {margin:5px 0 5px 0;font-family: Trebuchet MS;font-weight: bold;line-height: 1em;font-size: 1.4em;color:#7BC523;}
#colonneCentrale #les_mefs #listeMef div.bubbleInfo .popupBubble p {font-family: Trebuchet MS; color:#666666;font-size: 1.2em; margin:0 0 3px 0;}

.popupBubble span.tel {
	display:block;
	font-family: Trebuchet MS;
	color:#666666; padding:0 0 0 30px;
	font-size: 1.2em;
	background:url(../image/puce_bulle.png) 0 -35px no-repeat;
	margin:3px 0 3px 0;
}

.popupBubble a[href^="mailto"] {
	background:url(../image/puce_bulle.png) 0 -5px no-repeat;
	display:block; height:20px; padding:0 0 0 30px;
	font-size:1.0em;
	margin:0 0 3px 0;
}

.popupBubble a[href^="http"] {
	background:url(../image/puce_bulle.png) 0 -75px no-repeat;
	display:block; height:20px; padding:0 0 0 30px;
	font-size:1.0em;
	margin:0 0 3px 0;
}
