﻿/* Pour le bandeau de nouvelles. */

#zoneBandeau
{
}

#lig_verte_haut, #lig_verte_bas
{
	width:100%;
	height:2px;
	clear:left;
	font-size:1pt;
}

#lig_point_haut, #lig_point_bas
{
	width:100%;
	height:3px;
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:left center;
	clear:left;	
	float:left;
	font-size:1pt;
}

#lig_ombre_haut
{
	height:15px;
	background-attachment:scroll;
	background-position:right center;
	background-repeat:repeat-x;
	width:100%;
	position:absolute;
	margin-left:195px;
}

#lig_ombre_bas
{
	height:15px;
	background-attachment:scroll;
	background-position:right center;
	background-repeat:repeat-x;
	width:100%;
	position:absolute;
	margin-left:195px;	
}

#lig_bandeau
{
	vertical-align:middle;
	clear:left;	
	font:8pt Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	padding-left:185px;
	padding-top:2px;
	padding-bottom:2px;
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:left center;
}

#TitreNouvelles
{
	font-weight:bold;
	text-decoration:underline;
}

.lst_nouvelle
{
	visibility:hidden;	
	height:0px;
	max-height:0px;
	display:none;
}

#zoneCompteur
{
    display:block;
    position:absolute;
    top:100;
    left:10px;
}