
/* balises */

section  .textarea
{
	width:100%;
}

p
{
	font-size:20px;
}

input
{
	float:right;
	width:500px;
	height:25px;
}

textarea
{
	max-width:99%;
	min-width:99%;
	height:200px;
	margin-top:10px;
}

/* divs */

#contact
{
	margin-left:30px;
	width:600px;	
	margin-bottom:70px;
}

/* class */
.button
{
	margin-top:-20px;
	width: 100px;
}