/*embed element*/
#embed_element{
  width: 235px;
}
.to_left{
  display: inline;
  float: left;
  margin: 2px 5px 0 0;
}
.to_right{
  display: inline;
  float: right;
  margin: 2px 0 0 5px;
}
#embed_element .content_wrapper{
  background: url(/bourse/public/website/img/pages/actualites/historique_bg.gif);
  width: 230px;
  margin: 0 0 0 2px;

}
#embed_element .partie_haute{
  background: url(/bourse/public/website/img/pages/actualites/histo_bg_h.gif) no-repeat;
  padding: 3px 0 0 0;
}
#embed_element .partie_centre{
  background: url(/bourse/public/website/img/pages/actualites/histo_bg_m.gif) repeat-y;
}
#embed_element .partie_basse{
  background: url(/bourse/public/website/img/pages/actualites/histo_bg_b.gif) no-repeat 0 bottom;
  padding: 0 0 4px 0;
}
#embed_element .content_wrapper p{
  width: 200px;
  font-weight: bold;
  padding: 7px 10px 5px 10px;
  font-style: italic;
  font-size: 13px;
  margin: 0 0 0 5px;
  border-bottom: 1px solid #a3a3a3;
}
#primary_content #embed_element .content_wrapper p{
  margin: 0;
}
