body {
  font-family: Arial, Helvetica, sans-serif;
}

body, select, li {
  font-size: 12px;
}

label {
  font-weight: bold;
}

/*
v\:* {
  behavior:url(#default#VML);
}
*/

/*
#gmapmarker {
  font: normal small verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  margin: 0px;
  width: 350px;
  height: 150px;
  overflow:auto;
}

#gmapmarker p{
  margin : 0;
  padding : 2px 0 2px 0;
}

#gmapmarker a {text-decoration: none; color: #0066CC; background-color: transparent;}

#gmapmarker a:hover {color: #F60; background-color: transparent;}

#gmapmarker h1 {
  font-weight: bold;
  font-size: 13px;
  color: #369;
  border-bottom: 2px solid #369;
  padding : 2px;
  margin : 0;
}

li.gmapSidebarItem {
  list-style-type: decimal;
}
*/

#map {
  float: left;
  margin-right: 20px;
}

#sidebar_map {
  overflow: auto;
  height: 350px;
  width:215px;
  margin-top:5px;
  border:1px solid #2d7fc3;
  padding:10px;
  font-size:11px;
  float:left;

}

*html #sidebar_map,
*html #mapjs {
  float:none;
}

#sidebar_map ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar_map a {
  display: block;
  text-decoration: underline;
}

#sidebar_map a:hover {
  cursor: pointer;
}
#mapjs{
 float:left;
}

#mymap {
  margin-top: 10px;
  /* width: 700px; */
  position:relative;
}

#mymap #menujs {
	width:270px;
	float:left;
}

#mymap #menujs br {
	display:none;
}

#mymap label.optional {
    float: none;
    width: 200px;
	text-align:left!important;
}

#nombre_lieux {
   color: #2d7fc3;
   font-weight: bold;
}

* html #mymap select.styled {
    width: auto;
    z-index: 5;
}
