
.tooltip {
    cursor: pointer;
}

#tooltip,
.tooltips .tooltip {
	position: absolute;
	z-index: 3000;
	/*background: url(/image_aff/popup.png) no-repeat;*/
	font-family:Verdana, Arial, Helvetica, sans-serif; 
    color: #000;
    background:#DDD;
    border:1px solid #666;
}
#tooltip h3,
.tooltips .tooltip h3,
#tooltip div,
.tooltips .tooltip div {
	margin: 0;
}



/* Choix sur plan : bloc */

#tooltip.roomSection {
	/* On cache le tooltip normal, pour afficher le tooltip en bas a droite */
	display:	none !important;
}

#tooltip.roomSection,
.tooltips .tooltip.roomSection {
    padding: 0 !important;
}
#tooltip h3,
#tooltip.roomSection .body .title,
.tooltips .tooltip.roomSection .body .title {
    text-align:center;
    padding: 3px 5px 0px 5px;
    font-family: Arial, sans-serif;
    font-size: 11px !important;
    font-weight:bold; 
    color:#fff !important;
    height:19px;
	background: url('../image/bg_tetieres.gif') repeat-x left center !important;
}

#tooltip.roomSection,
.tooltips .tooltip.roomSection {
    background: #3C3C3C url('../image/bg_tooltip.gif') repeat-x left bottom !important;
    color: #FFFFFF;
    min-height: 178px;
    _height: 178px;
}
#tooltip.roomSection .body .preview,
.tooltips .tooltip.roomSection .body .preview {
    border: 3px solid #FFFFFF !important;
}



#tooltip div,
.tooltips .tooltip div {
    padding: 10px 20px 15px;
    font-size: 12px;
}


/* Acces parking */

.tooltipAccesParking {
   width: 780px;
}
.tooltipAccesParking h3,
.tooltipAccesParking .body .title {
    _width: 780px;
    text-align:center;
    padding: 3px 5px 0px 5px;
    font-family: Arial, sans-serif;
    font-size: 11px !important;
    font-weight:bold; 
    color:#fff !important;
    height:19px;
	background: url('../image/bg_tetieres.gif') repeat-x left center !important;
}

.tooltipAccesParking .ContentAccesParking{
    background: url('../image/planAiresParking.gif') no-repeat center center;
    width: 710px;
    height: 314px;
}
