#afficher-message {
	position: absolute;
	top: 274px;
	left: 200px;
	width: 757px;
	height: 285px;
	text-align: justify;	
	background: url(../images/afficher-message.png) top center no-repeat;
}

#poster-message {
	position: absolute;
	top: 580px;
	left: 200px;
	width: 757px;
	height: 197px;
	color: #474a2b;
	text-align: justify;	
	background: url(../images/poster-message.png) top center no-repeat;
}

#poster-message h1 {
	width: 478px;
	margin: 10px 0 0 50px;
	font-size: 14px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}

.commentaire{
	background: url(../images/icone-commentaire.png) top left no-repeat;
	width: 710px;
	height: 60px;
	margin: 15px 0 0 15px;
	padding: 0;
	border-bottom: 1px dotted #ea741c;
}

.commentaire p{
	width: 600px;
	color: #252525;
	margin: 0 0 0 60px;
	padding: 0;
}

.commentaire h3{
	margin: 0 0 0 60px;
	text-decoration: underline;
	color: #ea741c;
	font-size: 12px;
	line-height: 20px;
}	

table {
	margin-top: 20px;
	margin-left: 20px;
}

td#nom {
	width: 40px;
	padding-left: 10px;
}

td#input {
	width: 150px;
}

td#message {
	width: 80px;
	padding-left: 100px;
}

td#textarea {
	width: 120px;
}

textarea {
	width: 300px;
	height: 80px;
}
