#equipe {
	width:94%;
	margin:auto;
	margin-top:5px;
	border:2px solid #5d88a2;
	background-color:#dbe2ed;
	color:black;
	text-align:center;
	margin-bottom:10px;
	font-family:Arial;
	font-size:0.8em;
	padding:10px;
}
.bouton-concours { float:right; }

.sport { 
	margin-bottom:30px;
	
}
	.titre-sport {
		height:34px;
		background:url('images/fleche_sport.png') no-repeat 22px 7px #8aa7b7;
		padding-left:50px;
		padding-top:4px;
		font-size:1.6em;
		font-weight:bold;
	}
	
	.content-news {
		width:100%;
		background:url('images/fond_news2.png') repeat-x;
	}
		.news-sport {
			margin-left:1px;
			background:url('images/fond_news.png') repeat-x;
			padding-top:5px;
		}
			.une-news {
				margin:auto;
				border-bottom:1px solid #496272;
				font-size:0.9em;
				height:100px;
			}
				.une-news h5 {
					margin-bottom:3px;
					margin-left:105px;
				}
				.une-news img {
					float:left;
					height:100px;
					width:100px;
				}
				.une-news .une-news-text {
					float:left;
					margin-left:5px;
				}
				.une-news a {
					float:right;
					margin-top:65px;
				}
				.une-news .lien_reaction {
					position:relative;
					top:3px;
				}
				.lire-plus {
					float:right;
					font-size:12px;
				}
				.lire-plus:hover {
					color:#ffa200!important;
				}
				
.classement {
	float:right;
	background:url('images/fond_boutons.png') repeat-x;
	border:1px solid #194165;
	color:white!important;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	height:17px;
	padding-top:1px;
	margin-right:5px;
	margin-top:5px;
}