/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin:40px 0 20px 0;
	background:url(images/bg_comments.gif) no-repeat 0 50%;
	padding-left:25px;
}

ol.commentlist {margin:0; padding:0; list-style:none; color:#767676;}

.comments-area article {
	padding:10px 20px 10px 20px;
	margin:0 0 3px 0;
	background:#f3f3f3;
}
.comments-area article header {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	display:none;
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header .postAuthor {display:none;}
.comments-area article header cite,
.comments-area article header time {
	display:inline-block;
	font-weight: 700;
	font-style:normal;
	font-size:13px;
}
.comments-area article header a {
	text-decoration: none;
	color: #767676;
}
.comments-area article header a:hover {
	color: #767676;
}
.comments-area article header cite a {
	color: #767676;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #767676;
	font-size: 13px;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #f07b28;
}
.commentlist .pingback {
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	background:url(images/bg_comments.gif) no-repeat 0 50%;
	padding-left:25px;
	font-size:1.5em;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 380px;
}
#respond form p.form-allowed-tags {
	display:none;
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

#respond input[type=submit] {
	float:left;
	background:#ec1477;
	border:none;
	padding:6px 25px 6px 25px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:700;
	font-size:15px;
	-moz-border-radius:5px;
	border-radius:5px;}
	
	.error-perso {color: red; margin-left: 20px;}
