#divAnnoncesGTWebOpener {
    background:#000 url('http://www.gtweb-live.com/site/themes/BlueLight/images/annonces_black.png') repeat-x top left;
    font:13px "Trebuchet MS", Tahoma, sans-serif;
    margin:0;
	margin-left:10px;
	padding:5px;
	color:#fff;
	font-weight:bold;
    width:80px; height:20px;
	cursor:pointer;
	/* Position en bas de l'écran */
    position:fixed; left:0; bottom:0; 
	z-index:9997;
}
#iTvScroller {
    background:#000 url('http://www.gtweb-live.com/site/themes/BlueLight/images/annonces_black.png') repeat-x top left;
    font:13px "Trebuchet MS", Tahoma, sans-serif;
    margin:0;
    width:100%; height:42px;
	/* Position en bas de l'écran */
    position:fixed; left:0; bottom:0; 
	z-index:9998;
}
#iTvScroller dt {
    color:#999;
    font-weight:bold;
    line-height:20px;
    height:20px;
    padding:0 20px 0 20px;
	/* Les titres ont un fond noir */
    background:#000 url('http://www.gtweb-live.com/site/themes/BlueLight/images/annonces_black-black.png') center left;  
	/* Les titres sont mis côte-a-côte */
    float:left;
	cursor:pointer;
}
#iTvScroller dd {
    color:#FFF;
    font-size:11px;
    font-weight:bold;
    height:22px; line-height:22px;
    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 dd a {
	/* URL */
    color:#FFF;
}
#iTvScroller dt.first {
    color:#FFF;
	/* Le 1er titre aura un fond rouge */
    background:#FF0000 url('http://www.gtweb-live.com/site/themes/BlueLight/images/annonces_red.png');
}
#iTvScroller dt.second {
	/* Le 2eme titre aura un fond rouge et une partie noire */
    background:#FF0000 url('http://www.gtweb-live.com/site/themes/BlueLight/images/annonces_red-black.png') center left;
}

.annonceClose {
	/* Bouton de fermeture des annonces */
	margin:0;
	position:fixed; 
	right:5px; 
	bottom:23px; 
	z-index:9999;
	cursor:pointer;
}
