#iTvScroller {
	background:#000 url('black.png') repeat-x top left;
	margin:0;
	width:100%;
	height:80px;
	/* Position en bas de l'écran */
    position:fixed;
	left:0;
	bottom:0;
	z-index: 40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#iTvScroller dt {
    color:#CCCCCC;
    font-weight:bold;
    line-height:30px;
    height:30px;
    padding:0 20px 0 30px;
	/* Les titres ont un fond noir */
    background:#000 url('black-black.png') center left;  
	/* Les titres sont mis côte-a-côte */
    float:left;  
}
#iTvScroller dd {
    color:#FDC502;
    font-size:18px;
    font-weight:normal;
    height:50px; line-height:50px;
    margin:0;
    padding:0 30px;
	/* 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:#000 url('green.png');
}
#iTvScroller dt.second {
	/* Le 2eme titre aura un fond rouge et une partie noire */
    background:#000 url('green-black.png') center left;
}
 a.liensc:link {
color : #FDC502;
text-decoration : underline;
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
font-style : normal;
}
a.liensc:visited {
color : #FDC502;
text-decoration : underline;
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
font-style : normal;
}
a.liensc:hover {
color : #FFFFFF;
text-decoration : underline;
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
font-style : normal;
}
a.liensc:active {
color : #FDC502;
text-decoration : underline;
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
font-style : normal;
}

