@charset "utf-8";

/* Style texte défilant Jquery pour la page d'accueil - Okó décembre 2009 */

.gnb {
width: 620px;
margin: 6px 0 3px 0;
float: left;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
background: url(../../img/fond_text_defilant.jpg) no-repeat;
width: 620px;
height: 27px;
margin: 0 0 0 22px;
padding: 0;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0;
top: 6px;
width: 620px;
height: 14px;
overflow: hidden;
}

ul.newsticker { /* that's your list */
position: relative;
left: 620px;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
margin: 0;
padding: 0;
}

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

ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #FFF;
font: bold 12px Arial, Helvetica, sans-serif;
margin: 0 50px 0 0; /* marge entre chaque news */
}

ul.newsticker span {
margin: 0 10px 0 0; /* marge entre la date et la nesw */
}
