/* Reactions
--------------------------------------------------------- */
#reactions{
	clear: both;
	overflow: hidden;
}
body #reactions.node{ border-color: #CCC; }
#reactions p.abus{
	position: relative;
	float: right;
	font-size: 0.95em;
}
#reactions p.abus a{ color: #999; }
#reactions .comment-list{
	overflow: auto;
	max-height: 400px;
	padding: 10px;
}
#reactions .comment-list li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	zoom: 1;
	background: transparent url(../../images/sep.gif) repeat-x scroll right bottom;
}
/*
#reactions .comment-list li:last-child{
	padding-top: 0;
	margin-top: 0;
	background: none;
}
*/
#reactions .comment-list p{
	zoom: 1;
	position: relative;
	padding: 0 30px 15px;
	color: #666;
}
#formReaction p{
	padding: 3px 0;
}
#formReaction li{
	padding: 0 0 10px 0;
}
.quote{
	display: block;
	padding: 0;
	position: absolute;
	font-size: 3em;
	line-height: 1;
	font-family: Arial;
}
.laquo{ 
	left: 0; 
	top: -10px;
}
.raquo{ 
	right: 0; 
	bottom: 0;
}
#reactions p.author{
	text-align: right;
	padding: 5px 0 10px;
	font-size:0.93em; color: #898989;
}
#reactions p.author strong{
	color: #000;
}
.sign-in{
	float: right;
	color: #E00;
	font-weight: bold;
}

/*------------------------------------------
/*-----------New Style ---------------------
--------------------------------------------*/
/* Reactions
--------------------------------------------------------- */
#new-reactions{
	clear: both;
	overflow: hidden;
}
body #new-reactions.node{ border-color: #CCC; }
#new-reactions .actions { float: right; }
#new-reactions .abus, #new-reactions .repondre { 
	color: #999; 
	font-size: 0.93em;
}
#new-reactions .comment-list{
	overflow: auto;
	/* max-height: 425px; */
	height: auto;
	padding: 10px;
}
#new-reactions .long-list{
	max-height: 100%;
}
#new-reactions .comment-list p strong {
	text-transform: none;
	font-size: 13px;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
#new-reactions .comment-list li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	zoom: 1;
	background: transparent url(../../images/sep.gif) repeat-x scroll right bottom;
}
#new-reactions .comment-list p{
	zoom: 1;
	position: relative;
	padding: 0 30px 15px;
	color: #666;
}
#new-reactions span.author{
	padding: 5px 0 10px;
	font-size:0.93em; 
	color: #898989;
}
#new-reactions span.author strong{
	color: #000;
	margin-left: 5px;
}
#new-reactions .more { padding: 0 10px 10px 0; }
#new-reactions #formReaction .pseudo, 
#new-reactions #formReaction .email { float: left; }
#new-reactions #formReaction .email { 
	margin-left: 20px; 
	display: none;
}
#new-reactions #formReaction .titre { clear:both; }
/* #new-reactions #formReaction .email input{ margin-left:50px; } */

/* Pagination */
#new-reactions .pagination .on a {
	background:none repeat scroll 0 0 #e00;
	color:#fff;
}
#new-reactions .pagination a {
	border-left:0 none;
	height:20px;
	padding:5px;
	text-align:center;
	width:20px;
}
#new-reactions .pagination .prev a { border-right:0 none; }
#new-reactions .pagination {
	list-style:none outside none;
	margin:0;
	overflow:hidden;
	text-align: left;
}
#overall .pagination { padding:10px 10px 30px 0; }
.i-arrleft2 {
	background-position:-67px 1px;
	height:14px;
	width:12px;
}
#new-reactions .i-arrright2 {
	background-position:-78px top;
	height:14px;
	width:12px;
}
#article-info .prev { 
	float: right; 
	color:#666;
	font-size:0.92em;
}