#notreformulaire { 
	text-shadow:0 1px 0 #FFF;
	-webkit-border-radius:3px;
	background:#F9F9F9;
padding:25px;
}


#formulairedecontact label { 
	cursor:pointer;
	margin:4px 0;
	color:#595959;
	display:block;
	font-weight:800;
	
}

input { 
	display:block;
	width:40%;
	-webkit-border-radius:3px;
	background-color:#e6e6e6;
	color:#000;
	padding:10px;
	margin-bottom:25px;
}

textarea { 
	display:block;
	width:40%;
	float:right;
	-webkit-border-radius:3px;
	background-color:#e6e6e6;
	color:#6a6a6a;
	padding:5px;
	margin-top:20px;
	display: inline-block;
font-size: 14px;
}

.sendButton {

	box-shadow:inset 0px 1px 0px 0px #fce2c1;

background: -moz-linear-gradient( center top, #5D99E9 5%, #5D99E9 100% );


	-webkit-border-radius:16px;


	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	
}
.sendButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #636EC3), color-stop(1, #636EC3) );


	background-color:#636EC3;
}