h2.sf_comments_title {
	font-weight: normal;
	position: relative;
	width: 100%;		
	border: 0;
}

#sf_comment_list {
	margin: 10px 0 5px 0;
}
#sf_comment_list a {
	color: #1a9fe4;
}
#sf_comment_list a:hover {
	text-decoration: underline;
}

#sf_comment_list .sf_comment {
	position: relative;
	width: 95%;
	margin: 0 0 3px 5px;
	padding: 0 5px 3px 5px;
	border-bottom: 1px solid #cfcfcf;
}
#sf_comment_list .sf_comment img.avatar {
	float: left;
	/*height: 40px;*/
	margin-right: 5px;
}
#sf_comment_list .sf_comment p.sf_comment_info {
	position: relative;
	padding-left: 45px;
}
#sf_comment_list .sf_comment p.sf_comment_info .author {font-size: 14px;}
#sf_comment_list .sf_comment p.sf_comment_info .author a {color: #1A9FE4;}
#sf_comment_list .sf_comment p.sf_comment_info .date {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 11px;
}

.sf_comment_text {
	padding-left: 45px;
}	

#commentaire_form {
	margin: 10px 0 5px 0;
}
.sf_comment_form fieldset {
	border: none;	
}
.sf_comment_form fieldset label {
	margin-bottom: 3px;
}
.sf_comment_form fieldset textarea {
	border: 1px solid #999;
	width: 99%;
	height: 80px;
	padding: 3px;
}
.sf_comment_form fieldset input {
	margin: 5px 0 0 0;
}
.sf_comment_form fieldset input.submit {
	background: url(/images/buttons/inputAjoutCom.png) 0 0 no-repeat;
	height: 22px;
	width: 146px;
	border: 0;
	cursor: pointer;
}

#sf_comment_form #smileys{
  margin-top: 5px;
}

#sf_comment_form #smileys a img, #sf_comment_form #smileys a:hover img{
  border: 0
}

#sf_comment_form #smileys a{
  padding: 2px;
}