
.comments_form
{
	border:solid 1px #c4bebc;
	background:#fff url(/I/theme_femmezine/comments/background_form_comments.jpg) repeat-x;
	padding:15px;
	_width:484px;/*IE6 hack*/
	margin:0;
	width:485px;/*IE7 hack*/
}

.comments_form .comments_votre_commentaire
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.comments_form .pseudo
{
	border:solid 1px #666;
	width:367px;
	padding:2px;
}

.comments_form .commentaires
{
	border:solid 1px #666;
	width:367px;
	height:110px;
	padding:2px;
}

.comments_form .captcha_block
{
	margin-top:15px;
}

.comments_form .captcha
{
	width:150px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

.comments_form .captch_infos
{
	width:200px;
	font-size:11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
	color:#A0A0A0;
	margin-left:20px;
}

.comments_form .captcha_input_field
{
	width:146px;
	border:solid 1px #666;
	padding:2px;
}

/*
 * LISTE DES COMMENTAIRES
 */
.comments_list
{
	border:solid 1px #c4bebc;
	color:#000;
	line-height:27px;
	margin-top:20px;
	padding:15px;
	background:#fff url(/I/theme_femmezine/comments/background_comments_list.jpg) repeat-x bottom;
	_width:484px;/*IE6 hack*/
	width:485px;/*IE7 hack*/
}


.comments_list .title
{
	font-size:20px;
	font-style:italic;
	float:left;
}

/* NB commentaires */
.comments_list .nb_comments
{
	float:left;
	margin-left:12px;
	margin-top:3px;
	font-weight:bold;
	font-size:11px;
}

.comments_list .item
{
	margin-bottom:20px;
	margin-top:15px;
	border-bottom:dashed 1px #DDD;
	clear:both;
}

.comments_list .picture_spacer
{
 	float:left;
	height:120px;
	width:115px;
}

.comments_list .picture_container
{
 	width:100px;
	height:102px;
	border:solid 1px #DDD;
}

.comments_list .comment_infos
{
	color:#ff026c;
	font-size:11px;
	/*width:370px;	*/
}

.comments_list .comment_container
{
	 /*width:370px;*/
	 margin-left:115px;
	 line-height:16px;
	 word-wrap:break-word;
}

.comment_submit_button
{
	background:#000 url(/I/theme_femmezine/common_sprite.png) no-repeat -10px -320px;
	color:#FFF;
	width:162px;
	height:22px;
	border:0px;
	margin:10px;
	padding:2px;
}

.btn_comment_next_page,
.btn_comment_previous_page
{
	border:solid 1px #CCC;
	width:180px;
	text-align:center;
	background-color:#000;
	color:#FFF;
	cursor:pointer;
	font-size:10px;
}


