	/* BLOC 1 : DESCRIPTION */
	
	#bloc_texte {
	width : 100%;
	height : auto;
	padding : 60px 0px 60px 0px;
	background : #ebebf0;	
	}
	
	#bloc_texte > p > img {
	display:block;
	width : 65px;
	height : 65px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	}
		
	#bloc_texte > h1 {
	font-weight: 300;
	font-size : 15px;
	font-style : italic;
	text-align : center;
	}
	
	#bloc_texte > h2 {
	text-align : center;
	margin-top : 30px;
	font-weight: 400;
	font-size : 28px;
	width : 50%;
	margin-left : 25%;
	}
	
	#bloc_texte > #texte {
	margin-top : 30px;
	color : #384954;
	width : 50%;
	text-align : center;
	margin-left : 25%;
	}
	
	
	/* BLOC 2 : DETAIL DE L'OFFRE */
	
	
	#bloc_texte_et_image {
	width : 885px;
	padding-top : 50px;
	padding-bottom : 50px;
	text-align:center;
	margin : 0 auto;
	}
	
	#image_bloc_texte_et_image {
	width : 270px;
	margin-left : 50px;
	display : inline-block;
	zoom : 1;
	*display : inline;
	vertical-align : middle;
	}
	
	#image_bloc_texte_et_image > p > img {
	width : 270px;
	}
	
	#texte_bloc_texte_et_image {
	width:400px;
	margin-left : 75px;
	margin-right : 50px;
	display:inline-block;
	zoom: 1;
	*display: inline;
	vertical-align:middle;
	color : #384954;
	text-align : left;
	}
	
	#texte_bloc_texte_et_image > h1 {
	font-weight: 400;
	font-size : 22px;
	}
	
	#texte_bloc_texte_et_image > h2 {
	font-weight : 400;
	font-size : 14px;
	color : #00a5ff;
	}
	
	#texte_bloc_texte_et_image > h3 {
	font-weight : bold;
	font-size : 14px;
	}
	
	
	/* BLOC 3 : FUTURO
	
	
	#bloc_texte_trois {
	clear : both;
	width : 100%;
	height : auto;
	background : #ebebf0;
	color : #384954;
	text-align : center;
	}
	
	#bloc_texte_trois > h1 {
	padding-top : 60px;
	font-weight: 300;
	font-size : 15px;
	font-style : italic;
	}
	
	#bloc_texte_trois > h2 {
	margin-top : 25px;
	font-weight: 300;
	font-size : 25px;
	}
	
	#bloc_texte_trois > p > img {
	margin-top : 50px;
	margin-bottom : -4px;
	width : 750px;
	} */
	
	
	/* BLOC TEXTE QUI SOMMES NOUS */
	
	
	.bloc_texte_blanc {
	margin : 60px 0px 60px 0px;
	clear : both;
	color : #384954;
	width : 50%;
	margin-left : 25%;
	text-align : left;
	}
	
	.bloc_texte_blanc > h2 {
	font-weight: 300;
	font-size : 28px;
	}
	
	.bloc_texte_blanc > h3 {
	font-weight: 400;
	font-size : 16px;
	color : #00a5ff;
	}
		
	/* Bloc gris clair */
	
	.bloc_texte_blanc_deux {
	padding : 60px 0px 60px 0px;
	clear : both;
	background : #f0f0f2;
	width : 100%;
	}
	
	.bloc_texte_blanc_deux > div {
	color : #384954;
	width : 50%;
	margin-left : 25%;
	text-align : left;
	}
	
	.bloc_texte_blanc_deux > div > h2 {
	font-weight: 300;
	font-size : 28px;
	}
	
	.bloc_texte_blanc_deux > div > h3 {
	font-weight: 400;
	font-size : 16px;
	color : #00a5ff;
	}
