/* Easynews */
.easynews {
	float:left;
	padding:5px;
	width:990px;
}
#mynewsdis {
	float: left;
	height: 150px;
	background-color:white;
	border:1px solid #4A4A4A;
}
.news_style {
	display:none;
}
.news_show {
	position:absolute;
	background-color: white;
	color:black;
	height: 130px;
	clip:rect(0px 285px 150px 0px);
}
.bloc-hauteur {
	float: left;
	height: 130px;
}
.news_show1 {
	position:absolute;
	background-color: white;
	color:black;
	clip:rect(0px 285px 150px 0px);
}
.news_border {
	float :left;
	width:285px;
}
.news_mark {
	float: left;
	width:205px;
	color:black;
	text-align:center;
}
.news_title {
	padding: 5px 0px 9px 5px;
	color:black;
}
.news_show img {
	margin-left: 5px;
	margin-right: 5px;
}
.buttondiv {
	float: right;
	height:20px;
}
.news_move {
	position: relative;
}
.mytable {
	width:285px;
}
.image-actu {
	float: left;
}
.image-actu img {
	width: 50px;
	height: 50px;
}
.texte-actu {
	float: left;
	width: 275px;
	font-size: 12px;
	line-height: 14px;
	color: black;
	margin: 5px 0 0;
}
.texte-actu a {
	color: #E20076;
	text-decoration: underline;
	font-weight:  bold;
}
/* Fin easynews */
