.formulaire{
	background: url(images/mailto.png) no-repeat; 
	height:800px;
	background-position: center center;
	background-size: contain;
    -moz-background-size: contain; 
	margin: 0 20% auto;
	}

input, select , textarea{
	font-size:inherit;
	line-height:inherit;
	}

input, label, span, select, textarea {
	display:inline-block;
	vertical-align:middle;
	}

fieldset {
	border: none;
	}

form {
	overflow:hidden;
	width:55%;
	margin: 15px auto;
	padding:3em ;
	position:relative;
	}

p {
	margin:0.75em 0;
	}
label {
	font: normal 14px Verdana;
	width:8em; 
	margin-right:-0.2em;
	}
input {
	line-height:1;
	width:50%;
	padding:0.25em 0.5em 0.25em;
	border:none;
	border:solid 1px #ccc;
	}
select {
	line-height:1;
	width:53.5%;
	padding:0.25em 0.5em 0.25em;
	border:none;
	border:solid 1px #ccc;
	}

span.correct {
	line-height:1;
	margin-left:0.5em;
	position:relative;
	top:2px;
	vertical-align:top;
	color:#0c0;
	}

::-moz-placeholder          {color:grey;}
:-moz-placeholder           {color:grey;}

::-webkit-input-placeholder{
	line-height:1.25;
	color:grey;
	}
::-webkit-textarea-placeholder {
	line-height:1.25;
	color:grey;
	}

#ssubmit {
	line-height:1.75;
	display:inline-block;
	cursor:pointer;
	border:none;
	height:200px;
	width:250px;
	background: url(images/ok.png) no-repeat 0 0;
	background-position: center center;
	background-size: contain;
    -moz-background-size: contain; 
	margin: 10% 0 0% 0;
	}

.message:focus,
.textbox:focus{
	outline:none;
	border:rgba(24,149,215,1) 2px solid;
	color:rgba(24,149,215,1);
	}

.message{
	padding:0.25em 0.5em 0.25em;
	line-height:1;
    height: 80px;
    width:50%;
	border:solid 1px #ccc;
    overflow:hidden;
	font: normal 16px Verdana;
	}

@media screen and (max-width:20em) {
label {
    display:block;
    width:100%;
    text-align:center;
    line-height:1.5;
    padding:2px 0;
	}
  
input, select, textarea {
    display:block;
    width:100%;
    margin-left:-1.25em;
    padding-right:2em;
	}
  
p {
    margin:0;
    position:relative;
    padding:0 1.25em;
	}
  
span.correct {
    line-height:1.5;
    width:2em;
    padding:2px 0;
    text-align:center;
    position:absolute;
    left:auto;
    right:0;
    top:50%;
    bottom:auto;
    margin:0;
	}
  
fieldset {
    padding:0 1em 0 1em;  
	}
  
fieldset:first-child {
    padding-top:1em;
	}
  
fieldset.dop {
    padding-bottom:1.5em;
	}
  
fieldset.bottom {
    padding:0.6em 0;
    text-align:center;}
}