@CHARSET "UTF-8";

#news-item {
	float: left;
}

	#news .splash {
		display: block;
		float: left;
		margin-right: 20px;
		overflow: hidden;
	}
	
		#news .splash img {
			border: 0;
			position: relative;
		}
	
	#news .legend {
		background: #000;
		opacity: 0.6;
		padding: 2px;
		position: absolute;
	}

	#news h3 {
		font-family: arial;
		font-size: 20px;
		margin: 0px;
		margin-bottom: 3px;
		text-transform: uppercase;
	}
	
	#news .date {
		font-family: arial;
		font-size: 11px;
	}
	
	#news .entry-wrapper {
		overflow: hidden;
	}
		#news .entry p {
			margin-bottom: 0;
		}
		#news .entry p:first-child {
			margin-top: 0;
		}
		
.team-fiche {
	padding-top: 25px;
	height: 100%;
}

#links-tab span {
	cursor: pointer;
	font-size:14px;
	font-weight:bolder;
	color: #6D5A53;
}
