.formAjoutCommentaire
{
	padding                         : 10px;
	margin-bottom                   : 40px;
}

.messageTextarea
{
	font-size                       : 12px;
	border                          : none;
	text-transform                  : none;
	color                           : #000;;
	padding                         : 5px;
	outline                         : none;
	position                        : relative;
	font-family                     : Arial, Helvetica, sans-serif;
	background                      : #EAD7B4;
	overflow                        : auto;
	width                           : 590px;
	height                          : 237px;
	resize                          : none;
	margin                          : 0 0 0 0;
}

@media only screen and (max-width: 995px)
{
	.messageTextarea
	{
		width                       : 490px;
		height                      : 220px;
	}
}

@media only screen and (max-width: 767px)
{
	.messageTextarea
	{
		width                       : 252px;
		height                      : 170px;
	}
}

@media only screen and (max-width: 479px)
{
	.messageTextarea
	{
		width                       : 182px;
		height                      : 120px;
	}
}