@charset "UTF-8";


/* 1) SPECIFICITES DE LA PAGE D'ACCUEIL */
.column_left {
	width: 285px;
}

.column_right {
	display: none;
}

.content {
	padding-bottom: 20px;
}

.content_content {
	padding-right: 0;
}


/* Commentaires */

.content_comments {
	padding: 10px 0 0 10px;
	margin-top: 30px;
	border-top: 1px dotted #867d72;
}

.content_comments_title {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
}









.container_comments {
	margin-bottom: 20px;
}

.comments_actions {
	width: 161px;
	float: right;
	margin-left: 10px;
}

.comments_main {
	overflow: hidden;
	padding-right: 10px;
	border-right: 1px dotted #867D72;
}






.comments_actions_left {
	overflow: hidden;
}

.comments_actions_right {
	width: 26px;
	float: right;
	margin-left: 3px;
}






.comments_infos {
	overflow: hidden;
	
}

.comments_number {
	float: left;
	margin-right: 5px;
}

.comments_abuse {
	float: right;
	margin-left: 5px;
}

.comments_number a {
	line-height: 1.4em;
	font-weight: bold;
	color: #867d72;
	font-size: 1.4em;
	text-decoration: none;
}

.comments_number a:hover {
	color: green;
}



.comments_infos p a {
	font-weight: bold;
	color: #393939;
	text-decoration: none;
}

.comments_infos p a:hover {
	text-decoration: underline;
}

.comments_infos p span {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: normal;
	
}





.comments_core {
	margin-top: 5px;
	line-height: 1.2em;
	text-align: justify;
}
