div#formulaire{
	margin-left : 150px;
}

input{
	margin : 20px;
	width : 452px;
	height : 50px;
	border-radius : 10px;
	font-weight: bold;
	font-size : 20px;
}

textarea{
	margin-left: 50px;
	width : 350px;
	height : 378px;
	border-radius : 10px;
	font-size : 24px;
}

label{
	float : left;
	font-size : 15px;
	color : blue;
}

input[type="submit"]{
	margin-left : 250px;
	width: 160px;
	height: 42px;
	border: 1px solid black;
	border-radius: 50px;
	font-size : 15px;
	color : white;
	background-color : #0033CC;
}

input[type="submit"]:hover{
	font-size : 17px;
	background-color : #0066FF;
}