/*div.commission-charbonneau { background: url(/_img/background/background-alerte-commission-charbonneau.gif) left top no-repeat; }
div.breaking-news { background: url(/_img/background/background-derniere-heure.gif) left top no-repeat; }
div.amber { background: url(/_img/background/background-alerte-amber.gif) left top no-repeat; }
div.closed-schools { background: url(/_img/backgorund/background-ecoles-fermees.gif) left top no-repeat; }*/


div.ticker-wrapper.has-js {
    color: #333333;
    border-bottom: 1px solid #959494;	
    border-top: 1px solid #959494;	
	display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 58px;
    line-height: 16px;
    margin: 0 15px 0 20px;
    padding: 1px 0;
    overflow: hidden;
}

div.ticker {
    float: left;
	width: 90%;
	display: block;
	overflow: hidden;
}

    div.ticker a{
        float:left;
        }

div.ticker-title {
    background: url("/_img/background/background-alerte-commission-charbonneau.gif") no-repeat left top ;

    height: 58px;
    margin-right: 9px;
    width: 126px;
}

div.ticker-title span {
    display: block;
    text-indent: -99999px;
    height: 58px;
    width: 126px;
}
 
div.ticker-content div { height: 58px; }

div.ticker-content:focus { text-decoration: none; }

div.ticker-content a {
    color: #0b458c;
    float:none;
	text-decoration: none;	
	font-weight:bold;	
}

div.ticker-content a:hover { text-decoration: underline; }

div.ticker-content span.surtitre {
    font-size: 12px;
    line-height: 22px;
}

div.ticker-content a.LinkImage{
    display:inline-block;
    float:left;
    margin:9px 9px 9px 0;
    }

div.ticker-content div div.Content{
    margin:8px 0 5px 0;
    position:relative;
    height:46px;
    width:680px;
    float:left;
    }

div.ticker-content div div.Content p{
    font-size:14px;
    margin:0 0 6px 0;
    line-height:15px;
    color:#454545;
    }

div.ticker-content div.post-actions{
    position:absolute;
    bottom:0px;
    display:inline-block;
    margin:0;
    height:15px;
    }

    .ie7 div.ticker-content div.post-actions{
        position:relative;
        }

div.ticker-content div.post-actions a{
    color:#959494;
    font-size:12px;
    font-weight:normal;
    padding:0 0 0 20px;
    background:url(/_img/icon/icon-ticker-twitter.gif) 0 2px no-repeat;
    margin:0 10px 0 0;
    display:inline-block;
    }
    
    div.ticker-content div.post-actions a:hover{
        text-decoration:none;
        color:#0b458c;
        background:url(/_img/icon/icon-ticker-twitter.gif) -250px 2px no-repeat;
        }
        
        div.ticker-content div.post-actions a.TwitterReply{background-position: 3px -60px;}
        div.ticker-content div.post-actions a.TwitterReply:hover{background-position: -247px -60px;}
    
        div.ticker-content div.post-actions a.TwitterRetweet{background-position: 0px -177px;}
        div.ticker-content div.post-actions a.TwitterRetweet:hover{background-position: -250px -177px;}
        
        div.ticker-content div.post-actions a.TwitterFavorite{background-position: 0px -119px;}
        div.ticker-content div.post-actions a.TwitterFavorite:hover{background-position: -250px -119px;}

.ticker-swipe { display: none; }

ul.ticker-controls {
	padding: 21px 0 0 0;
	list-style-type: none;
	float: right;
    margin: 0;
}

ul.ticker-controls li {
	padding: 0px;
	margin-left: 17px;
	float: left;
	cursor: pointer;
	height: 18px;
	display: block;
}

ul.ticker-controls li.jnt-play-pause {
    background: url(/_img/icon/icon-ticker-control.gif) 2px -43px no-repeat;
    width: 14px;
}

ul.ticker-controls li.jnt-play-pause.paused {
    background: url(/_img/icon/icon-ticker-control.gif) left -62px no-repeat;
    width: 14px;
}

ul.ticker-controls li.jnt-prev {
    background: url(/_img/icon/icon-ticker-control.gif) left top no-repeat;
    width: 10px;
}

ul.ticker-controls li.jnt-next {
    background: url(/_img/icon/icon-ticker-control.gif) left -23px no-repeat;
    width: 10px;
}

.js-hidden {
	display: none;
}

.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}


