	#content p a {
		color: #e9481e;
	}
	#content p a:hover {
		text-decoration: underline;
	}

#content #equipe {
	width: 520px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	#content #equipe li {
		float: left;
		display: block;
		width: 210px;
		height: 48px;
		margin: 0 0 25px;
		padding: 0 30px 0 20px;
		background: url(../images/barv.gif) no-repeat 0 -6px;
		text-align: left;
	}
	#content #equipe li.ligne {
		clear: left;
	}

		#content ul#equipe h1 {
			margin: 0;
			padding: 0;
			background-image: none;
			text-indent: 0;
			text-transform: none;
			font-size: 11px;
			font-weight: bold;
			color: #000;
		}