/*définition des éléments du formulaire*/
@font-face
{
	font-family: "CaviarDreams";
	src: url("Police/CaviarDreams.ttf") format("truetype"),
		url("Police/CaviarDreams.woff") format("woff"),
		url("Police/CaviarDreams.woff2") format("woff2");
}
body
{
font-family: Caviardreams, verdana, arial;
background-color:silver;
font-size:18px;
color:navy;
margin-top:60px;
margin-left:60px;		
}
textarea
{
	width:500px;
	height:100px;
}
#e-mail
{
	margin-left:83px;
	width:400px;
	
}
#tel
{
	margin-left:48px;
	width:400px;
}
#message
{
	margin-left:157px;
}
#nom
{
	width:400px;
}
placeholder
{
	text-align:center;
}
#envoyer
{
	margin-left:160px;
	margin-top:30px;
	font-size:18px;
	color:gray;
	background-color:#ccc;
}
h4
{
	color:red;
}