/* Hidden field against spam */
.tx-comments-comment-input2 {
	display: inline;
	height: 0;
	left: -100px;
	overflow: hidden;
	position: absolute;
	top: -100px;
	width: 0;
}

/* Chartage des commentaires */
#commentaires {
	padding: 1.5em 1.5em 0 1.5em;
	background: #f9f9f9;
	border: 1px solid #d9d9d9;
	overflow: hidden;
}
#content p.infoComments {
	font-style: italic;
	font-size: 1.2em;
}
#commentaires fieldset {
	border-color: #fff;
}
#commentaires legend {
	background: #fff;
}