
#custom_info_window_rose{
  width: 130px;
}
#custom_info_window_rose_contents{
  background-color: #990000;
}
#custom_info_window_rose_tl{
  width: 16px;
  height: 16px;
  background: url('../images/map/haut_g.png') top left no-repeat transparent;
}
* html #custom_info_window_rose_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/map/haut_g.png', sizingMethod='crop');
}
#custom_info_window_rose_t{
  background: url('../images/map/haut_centre.png') top left repeat-x transparent;
}
#custom_info_window_rose_tr{
  width: 16px;
  height: 16px;
  background: url('../images/map/haut_d.png') top left no-repeat transparent;
}
* html #custom_info_window_rose_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/map/haut_d.png', sizingMethod='crop');
}
#custom_info_window_rose_l{
  width: 3px;
  background: url('../images/map/trait_g.png') top left repeat-y transparent;
}
#custom_info_window_rose_r{
  width: 3px;
  background: url('../images/map/trait_d.png') top right repeat-y transparent;
}
#custom_info_window_rose_bl{
  width: 16px;
  height: 16px;
  background: url('../images/map/bas_g.png') top left no-repeat transparent;
}
* html #custom_info_window_rose_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/map/bas_g.png', sizingMethod='crop');
}
#custom_info_window_rose_b{
  background: url('../images/map/bas_centre.png') top left repeat-x transparent;
}
#custom_info_window_rose_br{
  width: 16px;
  height: 16px;
  background: url('../images/map/bas_d.png') top left no-repeat transparent;
}
* html #custom_info_window_rose_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/map/bas_d.png', sizingMethod='crop');
}
#custom_info_window_rose_close{
  width: 21px;
  height: 21px;
  background: url('../images/fermer.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_rose_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fermer.png', sizingMethod='crop');
}
#custom_info_window_rose_beak{
  width: 12px;
  height: 7px;
  background: url('../images/map/pointe.png') top left no-repeat transparent;
}
* html #custom_info_window_rose_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/map/pointe.png', sizingMethod='crop');
}
#custom_info_window_rose_contents .section1{
  margin: 0;
  padding: 0;
  background-color: #AAEEDD;
}
#custom_info_window_rose_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#custom_info_window_rose_contents p{
  margin: 1px 0;
  padding: 5px;
}
#custom_info_window_rose_contents .title{
	font-family: Arial,Verdana, Helvetica, sans-serif;
  font-size: 10px;
  text-align: left;
  color: #000;
  background-color: #FFFFFF;
  padding: 2px;
  line-height: 10px;
}
#custom_info_window_rose_contents .title a {
  color: #000;
}
