#ImpNews_Marquee
{
	width: 100%;
}
#Price_Marquee
{
	width: 100%;
}
/************* bouton*****************/
.btUpH, .btDownH
{
	margin: auto;
	display: block;
	background-repeat: no-repeat;
	width: 10px;
	height: 21px;
}
.btUpH
{
	float: left;
	background-image: url(left.png);
	background-position: 0px 4px;
}
.btDownH
{
	float: right;
	background-image: url(right.png);
	background-position: 0px 4px;
}
.btUpHActive, .btDownHActive
{
	cursor: pointer;
}
/************* conteneur *****************/
.horizontale
{
	width: 100%;
	margin: auto;
}
.marqueeBoxH
{
	overflow: hidden;
}
.marqueeBoxH
{
	display: inline-block;
	width: 100%;
	height: 26px;
	white-space: nowrap;
	float: left;
	cursor: move;
	background-color:#006838;
	padding-top:5px;
}
.Ticker
{
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	/*margin-top: 5px;*/
}

.Ticker a
{
	color: #fff;
	font-size: 12px;
}
