#iTvScroller {
    background:#000000('images/black.png') repeat-x top left;	/* fond de la ligne défilante */
    font:12px "arial", Tahoma, sans-serif;
    margin:0;
    width:25%; height:100px;
	/* Position en bas de l'écran */
    position:fixed; left:0; bottom:0;
z-index:500;
}
#iTvScroller dt {
    color:#000000;
    font-weight:;
    line-height:30px;
    height:30px;
    padding:0 20px 0 30px;
	/* Les titres ont un fond noir */
    background:#000 url('images/black-black.png') center left;  
	/* Les titres sont mis côte-a-côte */
    float:left;  
}
#iTvScroller dd {
    color:#FFF;
    font-size:130%;
    font-weight:bold;
    height:0px; line-height:0px;
    margin:0;
    padding:0 0px;
	/* Les textes sont masqués par défaut */
    display:none;
	/* Et placés en bas */
    position:absolute; bottom:0; left:0;
}
#iTvScroller dt.first {
    color:#FFF;
	/* Le 1er titre aura un fond rouge, actuellement fond noir */
    background:#000000 url('images/red.png');
}
#iTvScroller dt.second {
	/* Le 2eme titre aura un fond rouge et une partie noire */
    background:#333333 url('images/red-black.png') center left;
}
#iTvScroller a {color:#FFFFFF;text-decoration:none;}

/* .iTvScroller_encaps {
    margin:0;background:#848484;
    width:100%; height:60px;
    position:fixed; left:0px;bottom:0;
z-index:500;
}
*/