#custom_info_window_red{
  width: 280px;
  background:url(../visuels/fond_div_map_result.png)
}
#custom_info_window_red_contents{
  background-color: #ccc;
    background:url(../visuels/fond_div_map_result.png) repeat-x;
 
  height:80px;
  color:#E44532
}
#custom_info_window_red_tl{
    width:3px;
  height: 3px;
  background:#000000;
}
* html #custom_info_window_red_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_tl.png', sizingMethod='crop');
}

a.lien_carte{
text-decoration:none;


}

a.lien_carte{
text-decoration: underline;


}
#custom_info_window_red_t{
height: 3px;
 background:#000000;
}
#custom_info_window_red_tr{
    width:3px;
  height: 3px;
  background:#000000;
}
* html #custom_info_window_red_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_tr.png', sizingMethod='crop');
}
#custom_info_window_red_l{
  width: 3px;
  background:#000000;
  
}
#custom_info_window_red_r{
  width: 3px;
  background:#000000;
}
#custom_info_window_red_bl{
   width:3px;
  height: 3px;
  background:#000000;
}
* html #custom_info_window_red_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_bl.png', sizingMethod='crop');
}
#custom_info_window_red_b{
height: 3px;
  background:#000000;

}
#custom_info_window_red_br{
  width:3px;
  height: 3px;
  background:#000000;
}
* html #custom_info_window_red_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_br.png', sizingMethod='crop');
}
#custom_info_window_red_close{

margin-right:5px;
  width: 13px;
  height: 13px;
  background: url('demoWindow_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_close.png', sizingMethod='crop');
}
#custom_info_window_red_beak{
  width: 28px;
  height: 58px;
  background: url('demoWindow_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_red_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='demoWindow_beak.png', sizingMethod='crop');
}
#custom_info_window_red_contents .section1{
  margin: 0;
  padding: 0;
  font-size:12px;
  height:80px;
}
#custom_info_window_red_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #000;
  border-top: dotted 1px #000;
}
#custom_info_window_red_contents p{
  margin: 1px 0;
  padding: 5px;
}
#custom_info_window_red_contents .type{
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  background-color: #000000;
}