.news{
	margin: 0 0 10px 0;
}

.news h2.titre_news{
	font-size: 14px;
}

.news .date_news{
	float: right;
}

.news .video_news{
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	text-align: center;
	/*
	background-color: #EEEEEE;
	border: 5px solid #CCCCCC;
	*/
}

.news .texte_news, .news .texte_news *{
	font-size: 12px;
}

.news .clear{
	height: 2px;
	background-image: url('/design/boxsearch.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin: 10px auto;
	width: 425px;
}

