/* -------------------------------------
            Comment CSS
 ------------------------------------- */
.main_comment {
	margin:0px;
	padding:0px;
	width:659px;
	float:left;
 }
.main_comment .c_titre{
	background-color:#bebebc;
	color:#3f3f3f;
	font:18px/18px 'UniversLTStd67BoldCondensed', Verdana, Arial, Helvetica, sans-serif;
	padding:20px;
	width: 618px;
	text-transform:uppercase;
}
.main_comment .comment_box{
	float: left;
	display: block;
	clear: both;
	padding: 20px 0px 20px 50px;
	width: 608px;
	border-bottom:#e4e5e0 solid 4px;
}
	.comment_box .comment-author{
		width: 64px;
		height: 64px;
		padding: 0px;
		float: left;
	}
	.comment_box .c_content{
		float: left;
		width: 514px;
		padding-left: 20px;
	}
	.c_content .c_auteur{
		float: left;
		font-weight: bold;
		color:#747474;
		padding: 5px 0px;
	}
	.c_content .comment_texte{
		float: left;
		padding: 5px 20px 0px 0px;
	}
		.comment_texte .c_wait{
			margin-bottom: 10px;
			font-style:italic;
			float: left;
			clear: both;
			display: block;
		}
		.comment_texte p{
			float: left;
			clear: both;
			display: block;
		}
	.c_content .c_date{
		float: left;
		color:#a9a7a8;
		clear: both;
		display: block;
	}
	
.main_comment .c_texte{
	color:#3f3f3f;
	padding: 20px 0px 0px 20px;
}
.main_comment a {
		background:#f7f7f6;
		color:#666;
		text-decoration:none;
	}
	.main_comment a:hover, .main_comment a:hover:visited {
		background:#999;
		color:#fff;
	}
	.main_comment a:visited {	color:#787777; }

.main_comment .box_identification{
	float: left;
	width: 220px;
	padding: 20px 0px 20px 20px;
}
	.box_identification small{
		font-weight: normal;
		font-family:Arial, Verdana;
		font-size:11px;
		color:#787777;
	}
	.box_identification input{
		border:#d7d7d7 solid 1px;
		height: 36px;
		width: 200px;
	}
.main_comment .comment_area{
	padding: 20px 0px 20px 20px;
}
.main_comment label{
	font-weight: bold;
	float: left;
	display: block;
	clear: both;
	margin-bottom: 5px;
}
.main_comment textarea{
	border:#d7d7d7 solid 1px;
	width: 617px;
}
.main_comment #submit{
	float: right;
	margin: 0px 20px 20px;
	height: 30px;
	width: 180px;
	display: block;
	background-color:#7e7c7c;
	color:#fff;
	border:#7e7c7c solid 1px;
	cursor:pointer;
}
.main_comment #submit:hover{
	color:#787777;
	background-color:#e4e4e2;
	border:#e4e4e2 solid 1px;
}
