﻿.window {
    width: 303px;
    height: 203px;
    }
		
html>body .window {
    background: top left url('../images/googlemap/window.png') no-repeat;
    }
		
.tabs {
    height: 20px;
    padding-left: 15px;
}
		
.tab1Off { background: top left url('../images/googlemap/tabInfos0.gif') no-repeat; width: 47px; }
.tab1On  { background: top left url('../images/googlemap/tabInfos1.gif') no-repeat; width: 47px; }
.tab2Off { background: top left url('../images/googlemap/tabAnnonces0.gif') no-repeat; width: 71px; }		
.tab2On  { background: top left url('../images/googlemap/tabAnnonces1.gif') no-repeat; width: 71px; }
	
.tab1Off, .tab1On, .tab2Off, .tab2On {
	float: left;
	cursor: pointer;
	height: 20px;
}
			
.tab {
	padding: 10px 12px 10px 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
			
.tooltip {
	border: 1px solid #000000;
	background: #FC0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
