div > .inner{
	width:700px;
	
	}


.left, .right{
	position:relative;
	margin-bottom: 0px;
	}



#header{
	margin-bottom:20px;
	
	}
	
/* header 2 */
#header_two .header_block{
	display: inline-block;
	}

/* propos */
.propos .inner{
	margin-top:-50px;	
	}

#propos .inner img{
	display: block;
	}
	
.bulle{
	display: block;
	position:absolute;
	top:25%;
	right:10%;	
	}

.bulle:before{
	content: " ";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 20px;
	left: 5px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 50px solid #67be51;
	transform: rotate(-45deg);
	}

/* organes */
#organes .inner{
	text-align: left;
	}

#organes .org{
	width: 25%;
	margin: 50px 12% 0px;

	}


/* philo - organ */
#philo .txt, .organe .txt{
	padding-right: 20px;
	}
/* organe */

.left, .right{
	width:49%;
	}

.img img{
	display: inline-block;
	}

/* support */
.support{
	bottom: -30px;
	left :0px;
	width: auto;
}
/* temoignages */
.temoignage .texte-inner{

	width: 30%;

	}
/* footer */

#footer .footer_block .footblock{
	margin-left: 50px;
	width: 39%;
	}

#footer .footer_block .footblock h3, #footer .footer_block .footblock .icon, #footer .footer_block .footblock a{
	margin-left: 30px;
	padding-left: 0px;
	}


