/* DEBUT BLOC NEWS ACCUEIL NEWSTICKER */
#NewsTicker{
    background:transparent;
    width:175px;
    height:260px;
    margin:0 auto;
    clear:right;
    float:right;
    margin-top:22px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    margin-right: 1px;
}
#NewsTicker h1{
    padding-left:6px;
    margin:0;
    border:0;
    background:#dfe9d5;
    color:#000000;
    font-weight:bold;
    text-transform: uppercase;
    font-family: Helvetica, Sans-Serif;
    font-size: 0.9em;
    padding-top:2px;
    line-height:1.3em;
    color: #374853;
    height: 20px;
    background: transparent url('../img/block_contenud.jpg') no-repeat top left;

}
#NewsVertical {
    width: 175px;
    height: 130px;
    display: block;
    overflow: hidden;
    position: relative;

}
#controller{
    display:none;
    padding:6px;
    font-size:11px;
    color:#666;
}
#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
#TickerVertical {
    width: 175px;
    height: 80px;
    display: block;
    list-style: none;
    //margin: 0;
    margin-top: 0px;
    padding: 0;
    
}
#TickerVertical p.ita {
    line-height:9px;
}

#TickerVertical li {
    display: block;
    width: 135px;
    text-align: left;
/*    font-size: 9px;*/
    	line-height:9px;

    margin: 0;
/*    padding: 6px;*/
    float: left;
    height: 184px;
}
#TickerVertical li .NewsTitle{
    display: block;
    color: #000000;
    font-size: 13px;
    font-weight:bold;
    /*margin-bottom:6px;*/
}
#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited {
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight:bold;
    margin-bottom:6px;
    text-decoration:none;
}
#TickerVertical li .NewsTitle a:hover {
    text-decoration:underline;
}

#TickerVertical li .NewsImg{
    float:left;
    margin-right:10px;
}
#TickerVertical li .NewsFooter{
    display: block;
    color: #000000;
    font-size: 9px;
    margin:6px 0 14px 0;
}

/* FIN BLOC NEWS ACCUEIL NEWSTICKER */
