
/* GENERALITES
*******************************************************************************************************/

div#gmap {
width: 100%;
}



/* AUTOUR DE MOI
*******************************************************************************************************/

div#kpz-gmap-autour {
position: absolute;
z-index: 150;
top: 55px;
left: 500px;
width: 140px;
height: 25px;
border: 1px solid #999;
		    border-radius: 0 5px 5px 0;
	 -moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
background-color: #d3cfcb;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d3cfcb));
background: -webkit-linear-gradient(top, #ffffff, #d3cfcb);
background: 	 -moz-linear-gradient(top, #ffffff, #d3cfcb);
background: 		-ms-linear-gradient(top, #ffffff, #d3cfcb);
background: 		 -o-linear-gradient(top, #ffffff, #d3cfcb);
}

div#kpz-gmap-autour:hover {
background: #eee;
}

div#kpz-gmap-autour a {
display: block;
padding-left: 35px;
width: 105px;
height: 25px;
line-height: 27px;
color: #333;
text-shadow: 0 1px 1px #fff;
background: transparent url(../img/kpz-gmap-autour.png) no-repeat 10px center;
}



/* TYPES
*******************************************************************************************************/

div#kpz-gmap-types {
position: absolute;
z-index: 150;
top: 55px;
right: 20px;
width: 120px;
height: 25px;
}

div#kpz-gmap-types-container {
position: relative;
width: 120px;
height: 25px;
}

h3#kpz-gmap-types-titre {
padding-left: 10px;
width: 110px;
height: 23px;
line-height: 23px; 
color: #333;
font-size: 1em;
font-weight: normal;
text-shadow: 0 1px 1px #ffffff;
background-color: #d3cfcb;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d3cfcb));
background: -webkit-linear-gradient(top, #ffffff, #d3cfcb);
background: 	 -moz-linear-gradient(top, #ffffff, #d3cfcb);
background: 		-ms-linear-gradient(top, #ffffff, #d3cfcb);
background: 		 -o-linear-gradient(top, #ffffff, #d3cfcb);
border: 1px solid #999;
	      box-shadow: 2px 2px 2px #333;
   -moz-box-shadow: 2px 2px 2px #333;  
-webkit-box-shadow: 2px 2px 2px #333;
}

div#kpz-gmap-types h3.off {
padding-bottom: 0;
border: 1px solid #999;
	      border-radius: 5px;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

div#kpz-gmap-types h3.on {
padding-bottom: 2px;
border-bottom: none;
	      border-radius: 5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0; 
}

a#kpz-gmap-types-link {
display: block;
position: absolute;
top: 0;
right: 0;
width: 25px;
height: 25px;
background: transparent url(../img/puce-select.png) no-repeat 0 0;
}

div#kpz-gmap-types a.off {
background-position: 0 0;
}

div#kpz-gmap-types a.on {
background-position: left bottom;
}

ul#kpz-gmap-types-liste {
width: 120px;
background-color: #d3cfcb;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#d3cfcb));
background: -webkit-linear-gradient(top, #ffffff, #d3cfcb);
background: 	 -moz-linear-gradient(top, #ffffff, #d3cfcb);
background: 		-ms-linear-gradient(top, #ffffff, #d3cfcb);
background: 		 -o-linear-gradient(top, #ffffff, #d3cfcb);
border: 1px solid #999;
border-top: 1px solid #eee;
	      border-radius: 0 0 5px 5px;
   -moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px; 
	      box-shadow: 2px 2px 2px #333;
   -moz-box-shadow: 2px 2px 2px #333;  
-webkit-box-shadow: 2px 2px 2px #333;
}

ul#kpz-gmap-types-liste li {
}

ul#kpz-gmap-types-liste li a {
display: block;
padding: 5px 10px;
	      border-radius: 5px;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px; 
}

ul#kpz-gmap-types-liste li a:hover {
background: #fff;
}

