/* news ticker START */
/* Correspond à ligne déroulante de flash info contenu sur la page d'acceuil */
.tickercontainer { 
	background: #fff; 
	width: 100%; 
	height: 35px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
	zoom: 1;
	margin-top: 8px;
}
.tickercontainer .mask { 
	position: relative;
	left: 0px;
	top: 5px;
	width: 100%;
	overflow: hidden;
	background: #fff; 
}
 ul.news-ticker { 
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 35px; 
	background: #fff;
	/*font-family: 'Patua One', cursive;*/ 
	font-size: 14px;
	/*overflow: hidden; */
	margin: 0 5px 0 0;

}

ul.news-ticker li {
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	margin-left: 10px;
}

ul.news-ticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	margin: 0;
	/*font-family: 'Patua One', cursive;*/ 
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
} 
ul.news-ticker span {
	margin: 0;
	/*font-family: 'Patua One', cursive;*/ 
	font-size: 14px;
} 


.post_ticker{
	margin-bottom:10px !important;
} 


@media screen and (max-width: 769px) {
	.tickercontainer {/*margin-top:16px;*/
	}
}