.cv3-titrepage h1{
   display:none;
}
#col3 .infos_plus img {
	margin-bottom: 8px;
}
#tzr-page-content .tab_base {
  border-collapse:collapse;
  display:table;
  margin:0;
  padding:15px 0;
  width:100%;
}

.selectedRow{
  cursor:pointer;
}
.selectedRow a{
	color:#AF3346 !important;
	text-decoration:underline !important;
}
.offre_annonce{
clear:both;
color:transparent;
}
.part_complement{
display:none;
}
.tickercontainer { /* the outer div with the black border */
  border: 0px solid #000;
  width: 258px;
  height: 150px;
  margin: 0;
  padding: 0
  overflow: hidden;
  margin:0 0 10px;
  overflow:hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 0px;
  top: 0px;
  width: 258px;
  height:150px;
  overflow: hidden;
}
div.newsticker { /* that's your list */
  position: relative;

}
div.newsticker div {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
}
#themessagetxt{
color:#A9111C;
}