/* poisson_blanc */
/* BLOGS COMMENTS FORM */

div.commentForm a{
	margin:0px;
	padding:0px;
}
textarea.commentForm{
	/*float:left;*/
	
}
input.commentForm{
	float:left;
	
}
div.commentForm{
	float:left;
	padding:10px;
	width:500px;
	color:#333;
}
h1.commentForm{
	float:left;
	font-size:14px;
	color:#333;
}
h2.commentForm{
	float:left;
	font-size:12px;
	color:#333;
}
i.commentForm{
	float:left;
	font-size:8px;
	color:#ccc;
	color:#333;
}
b.commentForm{
	float:left;
	font-size:8px;
	color:#f00;
}
a.commentForm:link,a.commentForm:visited{
	float:right;
	font-weight:bold;
	line-height:35px;
	margin:25px;
	padding-right:35px;
	display:block;
	color:#1877d2;
	background-image:url(../img/rightArrowOn.png);
	background-repeat:no-repeat;
	background-position:right center;
}

a.commentForm:hover{
	float:right;
	font-weight:bold;
	line-height:35px;
	margin:25px;
	padding-right:35px;
	display:block;
	color:#1877d2;
	background-image:url(../img/rightDoubleArrowOn.png);
	background-repeat:no-repeat;
	background-position:right center;
}