/* main page style */
.topic_wrapper{
  width: 480px;
  position: relative;
  border-bottom: 1px solid #666666;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}
.topic_wrapper h2{
  width: 150px;
  background-color: #3c7eba;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 0 5px;
}
span.nombre_commentaire{
  position: absolute;
  top: 0;
  left: 160px;
  color: #667788;
}
.topic_wrapper h3{
  font-size: 17px;
  font-weight: bold;
  line-height: 19px;
  margin: 0 0 5px 0;
}
.content_bloc{
  width: 215px;
  height: 152px;
  1background-color: pink;
  padding: 5px 0 0 0;
  border-top: 1px dashed #3c7eba;
  border-bottom: 1px dashed #3c7eba;
  color: #667788;
  position: relative;
  padding-left: 255px;
}
.img_left{
  display: block;
  margin: 0 5px 0 0;
  position: absolute;
  top: -1px;
  left:0;
  width: 250px;
}
.topic_wrapper a{
  color: #3c7eba;
  font-weight: bold;
}
.topic_wrapper a:hover{
  text-decoration: underline;
}
.topic_wrapper table{
  width: 480px;
  font-size: 12px;
  font-weight: bold;
}
.topic_wrapper table td{
  vertical-align: top;
  padding: 4px 0;
}
.topic_wrapper table td.blue_disc{
  background: url(/bourse/public/website/img/pages/actualites/actu_puce_bleue.gif) no-repeat 0 8px;
  width: 105px;
  padding: 3px 0 3px 12px;
}
.topic_wrapper table td.blue_disc span{
  margin: 0 5px 0 7px;
  color: #3c7eba;
}
.actualites_encart_480{
  /* margin: 0 0 0 5px; */
}
.actualites_encart_480 h2, .actualites_encart_480 h3 {
  background: url(/bourse/public/website/img/pages/actualites/encart_plus_lus.gif) no-repeat;
  width: 420px;
  height: 38px;
  padding: 3px 0 0 55px;
  color: #3c7eba;
}
.actualites_encart_480 ul{
  background: url(/bourse/public/website/img/pages/actualites/encart_bleu_m.gif) repeat-y;
  width: 475px;
}
.actualites_encart_480 ul li{
  padding: 3px 0 3px 15px;
  list-style-type: square;
  list-style-position: inside;
  color: #fff;
}
.actualites_encart_480 ul li.last_line{
  background: url(/bourse/public/website/img/pages/actualites/encart_bleu_b.gif) no-repeat 0 bottom;
  padding: 3px 0 15px 15px;
}

/* other pages styles */
#primary_content .left_image{
  border-bottom: 1px dashed #C5CBD2;
  padding: 2px 0 5px 0;
  margin: 0 0 10px 0;
}
#primary_content .left_image img{
  float: left;
  margin: 0 5px 5px 0;

}
#primary_content .left_image h3, #primary_content .left_image h2 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
  line-height: 17px;
}
#primary_content .left_image p, #primary_content .left_image p i, #primary_content .left_image p em{
  color: #3c7eba;
  font-weight: bold;
}
#primary_content .contenu p{
  margin: 0 0 15px 0;
}
#primary_content .contenu a{
  text-decoration: underline;
}
.droit_publication{
  width: 470px;
  padding: 5px 10px 5px 0;
}
.droit_publication p{
  float: left;
  display: inline;
  width: 380px;
}
.droit_publication div{
  float: right;
  display: inline;
  width: 270px;
  text-align: right;
}
.droit_publication div.copyright img{
  vertical-align: bottom;
}

#primary_content img.left_image {
  float: left;
  margin: 0 5px 5px 0;
  border-bottom: 0px;
  padding:2px 0 0;
}

#primary_content h3, #primary_content h2, #primary_content h1 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
  line-height: 17px;
}

#primary_content p.chapeau {
  border-bottom: 1px dashed #C5CBD2;
  padding: 2px 0 5px 0;
  margin: 0 0 10px 0;
  color: #3c7eba;
  font-weight: bold;
}
