.text {
	width: 950px;
	overflow: hidden;
	font-size: 18px;
	resize: none;
	font-family:cursive;
	color:darkblue;
	line-height: 28px;
	padding-left: 39px;
	padding-top: 5px;
	padding-bottom: 14px;
	background-image: url(../img/lignes_c.png);
	background-repeat: repeat-y, repeat;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 2px 14px #000;
	box-shadow: 0px 2px 14px #000;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color:white;
}