#content #fil_ariane a {
	color: #000;
	text-decoration: none;
}
#content #fil_ariane a:hover {
	text-decoration: underline;
}
#content h1 {
	margin-top: 10px;
}
#content #push_haut {
	margin: 10px auto;
	text-align: center;
	width: 696px;
	overflow: hidden;
}
	#content #push_haut img {
		margin: auto;
	}
#content table {
	margin-top: 10px;
}
	#content td.sport {
		background-image: url('../images/articles/vignette_categorie.png');
		background-repeat: no-repeat;
		height: 205px;
		width: 234px;
		padding:0; 
	}
		#content td.sport a{
			color: inherit;
			text-decoration: inherit;
			font: inherit;
		}
			#content td.sport a img {
				border: 0;
			}
		#content div.image {
			width: 208px;
			height: 167px;
			margin: -5px 0 0 6px;
		}
		#content h2 {
			font-size: 1em;
			margin: 1px 0 0 0; 
			text-align: center;
			padding: 0 10px;
			height: 18px;
			overflow: hidden;
			
			font-family: Arial;
			color: white;
			font-weight: bold;
		}
			#content h2 a {
				color: white;
				text-decoration: none;
			}
#content #paging {
	border-top: 1px solid #7F7F7F;
	text-align: right;
	width: 700px;
	margin-top: 10px;
	padding-top: 5px;
}
	* html #content #paging { /* hack IE6 */
		margin: 15px 7px 0;
	}
	#content #paging a {
		color: black;
		text-decoration: none;
	}
		#content #paging a:hover {
			text-decoration: underline;
		}
