.formulaire_intitule{
	float:left;
	display:inline;
  width:23%;
  text-align:right;
  margin-bottom:12px;
}

.formulaire_champs{
	float:right;
	display:inline;
  width:75%;
  margin-bottom:12px;
}

@media screen and (max-width:600px) {

  .formulaire_intitule{
    width:100%;
    text-align:left;
    margin-bottom:2px;
  }

  .formulaire_champs{
    width:100%;
  }

  .formulaire_champs input , .formulaire_champs textarea{
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
  }
  
}