body {
	background-image: url(../img/team-fond1.png);
}
#banniere1 p {
	font-size: 16px;
	font-weight: normal;
	text-transform:uppercase;
	color: #4e5257;
}
#team-titre {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#team-titre h1 {
	font-size: 18px;
	font-weight: 400;
	padding: 30px 0px 20px 0px;
}
#team-contenu {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#team1 {
	height: 517px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#team1 img {
	width: 100%;
}
#team2 {
	height: 517px;
	width: 300px;
	position: absolute;
	left: 330px;
	top: 0px;
}
#team2 img {
	width: 100%;
}
#team3 {
	height: 517px;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#team3 img {
	width: 100%;
}
@media only screen and (min-width: 1200px) {
	#team-contenu {
	width: 1090px;
	}
	#team1 {
	width: 332px;
	}
	#team2 {
	width: 346px;
	left: 350px;
	}
	#team3 {
	width: 339px;
	}
}
@media only screen and (max-width: 990px) {
	#team-titre {
	width: 800px;
	}
	#team-contenu {
	width: 800px;
	}
	#team1 {
	width: 250px;
	}
	#team2 {
	width: 250px;
	left: 270px;
	}
	#team3 {
	width: 250px;
	}
}
@media only screen and (max-width: 810px) {
	#team-titre {
	width: 650px;
	}
	#team-contenu {
	width: 550px;
	}
	#team2 {
	left: auto;
	right: 0px;
	}
	#team3 {
	top: 410px;
	left: 150px;
	}
}
@media only screen and (max-width: 660px) {
	#team-titre {
	width: 90%;
	}
	#team-contenu {
	width: 350px;
	}
	#team1 {
	width: 332px;
	}
	#team2 {
	width: 346px;
	top: 530px;
	left: 0px;
	}
	#team3 {
	width: 339px;
	top: 1060px;
	left: 0px;
	}
}