/* 14 - Top 5 News */
#top5Interviews_wrapper{
  width: 300px;
  border-bottom: 1px dashed #C5CBD2;
  overflow: hidden;
  padding-bottom: 5px;
}
#t5i_content h2{
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0 0 15px;
}
#t5i_content{
  background: url(https://media.easybourse.com/upload/media/image/76000/76390/micro_bg_bleu_300x39.gif) no-repeat center center;
  width: 300px;
  height: 23px;
}
#t5i_content h2 span{
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  margin-left: 135px;
}
#top5Interviews_wrapper ul{
  margin-top: 5px;
}
#top5Interviews_wrapper li{
  padding: 1px 0 1px 15px;
}
#top5Interviews_wrapper li span{
  color: #3C7EBA;
  font-weight: bold;
  margin-right: 3px;
}
#top5Interviews_wrapper a:hover{
  text-decoration: underline;
}
/* fin de 14 */
