@charset "UTF-8";
/* CSS Document */

	#nom, #prenom, #email{
		width:200px;
	}
	
	#comment{
		width:500px;
		height:200px;
	}

	input:required {
		background-color: #CFF;
	}

	form{
		font-family: Georgia, "Times New Roman", Times, serif;
		padding-left:15px;
	}
