#inputSpam {
	display:none;
}
#commentaires {

}

#commentaires div.head {
	width:639px;
	height:57px;
	background-image:url('/design/commentairesbg.gif');
	background-repead:no-repeat;
}

#commentaires div.head a {
	display:block;
	width:215px;
	height:55px;
	margin-left:420px;
}

#commentaires table {
	width:100%;
}

#commentaires tr.ligne0 {
	background-color:#e4e4e4;
}
#commentaires tr.ligne1 {
	background-color:#ffffff;
}

#commentaires td.nom {
	vertical-align:top;
	text-align:right;
	width:100px;
	padding:5px;
	color:#333;
}

#commentaires td.texte {
	vertical-align:top;
	padding:5px;
	color:#6b6b6b;
}

#commentaires td.texte span{
	color:#9a9a9a;
}

#postcommentaire {

}

#postcommentaire div.head {
	width:639px;
	height:15px;
	background-image:url('/design/commentairesbg.gif');
	background-repead:no-repeat;
	margin:10px 0 10px 0;
}

#postcommentaire td {
	vertical-align:top;
	padding:5px;
}

#postcommentaire td.field {
	text-align:right;
	width:100px;
	color:#9a9a9a;
}

#postcommentaire td.btn {
	text-align:right;
	padding-right:0;
}

#postcommentaire input.nom {
	border:1px solid #e4e4e4;
	padding:2px;
	width:100%;
}

#postcommentaire textarea.texte {
	border:1px solid #e4e4e4;
	padding:2px;
	width:100%;
	height:50px;
}

#postcommentaire input.btn {
	border:1px solid #6b6b6b;
	background-color:#e4e4e4;
	padding:4px;
	width:150px;
	color:#000;
}


#postcommentaire div.erreur {
	margin:0 0 10px 0;
	color:red;
	font-weight:bold;
	padding:5px;
	border:1px solid red;
	background-color:#ffdbdb;
}