#fonsNoti {
  background: url(../shared/images/fonsnoti.jpg) no-repeat center;*/
  position: relative;
  left:0px;
  width: 230px; 
  height: 230px;
  float:right;
}

#tickerContent {
  position: relative;
  top:15px;
  left:15px;
  width: 200px; 
  height: 200px;
  background-color: orange;
  overflow: hidden;
}

#tickerContent a {
  color:#E33000;
}

.notiTitol {
  font: bold 16px tahoma,arial,verdana,sans-serif;
  color:red;
}

.notiTexte {
  font: 12px tahoma,arial,verdana,sans-serif;
  color:gray;
}
