#savoirfaire_container{
	width: 1024px; position: relative; left: 50%; margin-left: -512px; margin-top: 40px; margin-bottom: 40px;
}
.imagecontenu{	float: left;	height: 170px;
				-moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
				-webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
				box-shadow: 0 0 5px rgba(0,0,0,.2);}

.imageprincipal{
	width: 400px; position: relative; left: 50%; margin-left: -200px;
	margin-bottom: 50px; margin-top: 25px;
	border: 8px solid white ;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	box-shadow: 0 0 5px rgba(0,0,0,.4);
 }
#savoirfaire_container h1{ 
	text-align: center; 
	color: #1b81a5;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 30px;
	font-weight: 600;
}
#savoirfaire_container h2{ 
	color: #1b81a5;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 25px;
	font-weight: 600;
	position: relative;
	left: 70px;
	margin-bottom: 10px;
}
#savoirfaire_container p{	
	min-height: 160px;
	color: #464646;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	font-weight: 300;
	position: relative;
	left: 40px;
}
