#iTvScroller {
    background:#2a2a2a url('images/black.png') repeat-x top left;
    border-bottom: solid 1px #ff6600;
    font:11px "Trebuchet MS", Tahoma, sans-serif;
    margin:0;
    width:999px; height:58px;
    position: relative;
    overflow: hidden;
    margin-top: 12px;
	/* Position en bas de l'écran */
   /* position:fixed; left:0; bottom:0; */
}
#iTvScroller dt {
    color:#505050;
    font-weight:bold;
    line-height:28px;
    height:28px;
    padding:0 10px 0 10px;
	/* 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:13px;
    font-weight:normal;
    height:20px; line-height:10px;
    margin:0;
    padding:0 10px 0 10px;;
	/* 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:#000000;
	/* Le 1er titre aura un fond rouge */
    background:#FF6600 url('images/red.png');
    font-size: 13px;
}
/*#iTvScroller dt.second {
	/* Le 2eme titre aura un fond rouge et une partie noire */
    /*background:#505050 url('images/red-black.png') center left;
}*/
