/*//--------------------------------/
///  PAGE : PRESTATIONS
//-------------------------------*/

div#container {
	min-width:955px;
}
div#column1 {
	position:relative;
	z-index:10;
}
hr {
	visibility:hidden;
}
div#equipe {
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #DBDBDB;
}
	div#equipe a {
		position:absolute;
		display:block;
		height:319px;
		top:0;
	}
		div#equipe a img {
			height:319px;
			width:100%;
		}
	div#equipe a#aMember1 {
		left:0px;
		width:140px;
	}
	div#equipe a#aMember2 {
		left:140px;
		width:90px;
	}
	div#equipe a#aMember3 {
		left:230px;
		width:80px;
	}
	div#equipe a#aMember4 {
		left:310px;
		width:100px;
	}
	div#equipe a#aMember5 {
		left:410px;
		width:110px;
	}
	div#equipe a#aMember6 {
		left:520px;
		width:100px;
	}
	div#equipe a#aMember7 {
		left:620px;
		width:90px;
	}
	div#equipe a#aMember8 {
		left:710px;
		width:90px;
	}
	div#equipe a#aMember9 {
		left:800px;
		width:90px;
	}
div.fiche {
	width:650px;
	margin-bottom:6px;
}
	div.fiche img {
		margin-right:20px;
		float:left;
		border:1px solid #DBDBDB;
	}
	div.fiche h3 {
		margin-bottom:10px;
		background-color:#DBDBDB;
		padding:5px 0;
		text-transform:uppercase;
	}
	div.fiche p {
		line-height:16px;
	}
