/*********************************************************************************************************/
/* inférieur à 999px */
/*********************************************************************************************************/
@media screen and (max-width : 999px) {
	div#contact_left, div#contact_right{
		float:none;
		width:100%;
		padding:1% 3%;
		display:table;
	}
	.contact_submit .bouton_envoyer {
		margin:0 auto;
		display:table;
	}
}