@charset "utf-8";
/* CSS Document */

/*  ----NEWS---- */

#news .cadre {
	margin-bottom: 30px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0541a2;
	margin-left: 10px;
	width:785px;
}

#news .cadre:hover {
	border-left-color: #F60;
	background-image:url(../../images/transparent50.png);
}

#news .titre {
	margin-left: 10px;
	color: #183152;
	font-weight: bold;
}

#news .titre .qui {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

#news .titre .date {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}


#news .texte {

	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

