/*popular dossier */
.b-pop_dossier {
  overflow:hidden;
  width:302px;
  float:left;
  padding:9px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}
.b-pop_dossier .b-tabs {
  margin-bottom:7px;
}
.b-pop_dossier_title,
.b-pop_dossier_date {
  margin-right:6px;
}
.b-pop_dossier_img {
  display:block;
  margin:0 10px 0px 0;
  width:80px;
  height:60px;
  border-radius: 2px; 
  -moz-border-radius:2px; 
  -webkit-border-radius: 2px;
  position:relative;
  float:left;
}
/*end *popular dossier */