#map {
width: 800px;
height: 450px;
margin: 0 auto;
}

#custom_info_window_vert{
  width: 200px;
}
#custom_info_window_vert_contents{
  background-color: #990000;
}
#custom_info_window_vert_tl{
  width: 16px;
  height: 16px;
  background: url('../images/map/haut_g.png') top left no-repeat transparent;
}
* html #custom_info_window_vert_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/map/haut_g.png', sizingMethod='crop');
}
#custom_info_window_vert_t{
  background: url('../images/map/haut_centre.png') top left repeat-x transparent;
}
#custom_info_window_vert_tr{
  width: 16px;
  height: 16px;
  background: url('../images/map/haut_d.png') top left no-repeat transparent;
}
* html #custom_info_window_vert_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/map/haut_d.png', sizingMethod='crop');
}
#custom_info_window_vert_l{
  width: 3px;
  background: url('../images/map/trait_g.png') top left repeat-y transparent;
}
#custom_info_window_vert_r{
  width: 3px;
  background: url('../images/map/trait_d.png') top right repeat-y transparent;
}
#custom_info_window_vert_bl{
  width: 16px;
  height: 16px;
  background: url('../images/map/bas_g.png') top left no-repeat transparent;
}
* html #custom_info_window_vert_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/map/bas_g.png', sizingMethod='crop');
}
#custom_info_window_vert_b{
  background: url('../images/map/bas_centre.png') top left repeat-x transparent;
}
#custom_info_window_vert_br{
  width: 16px;
  height: 16px;
  background: url('../images/map/bas_d.png') top left no-repeat transparent;
}
* html #custom_info_window_vert_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/map/bas_d.png', sizingMethod='crop');
}
#custom_info_window_vert_close{
  width: 21px;
  height: 21px;
  background: url('../images/fermer.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_vert_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fermer.png', sizingMethod='crop');
}
#custom_info_window_vert_beak{
  width: 28px;
  height: 38px;
  background: url('../images/map/pointe.png') top left no-repeat transparent;
}
* html #custom_info_window_vert_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/map/pointe.png', sizingMethod='crop');
}
#custom_info_window_vert_contents .section1{
  margin: 0;
  padding: 0;
  background-color: #98CC00;
}
#custom_info_window_vert_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#custom_info_window_vert_contents p{
  margin: 1px 0;
  padding: 5px;
}
#custom_info_window_vert_contents .title{
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #98CC00;
  padding: 5px;
}
#custom_info_window_vert_contents .title a{
  color: #FFF;

}
