#News_Marquee
{
    width:100%;
}
#News_Marquee.marqueeBoxH
{
    white-space:normal;
    height:205px;
}
/************* 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;
}