#commentaire-form
{
}
#commentaire-nom
{
	width:350px;
}
#commentaire-contenu
{
	width:100%;
	height:100px;
	box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
}
.unCommentaire
{
	box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
	padding:10px;
}
form
{
	margin:0;
}
textarea, input[type="text"], input[type="password"], input[type="file"], input[type="button"], input[type="submit"], input[type="reset"], select
{
	margin-left:2px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color:#9DF1E6;
}
