*{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
}

div#article{
	float:left;
	clear:both;
	width:610px;
	margin-bottom:10px;
}

/* bloc des commentaires */
div#comms
{
	border-top:1px solid #517EBA;
	float:left;
	display:block;
	width:610px;
	padding:10px;
}

/* le bloc du comm */
div#comms div.comment
{
	border-bottom:1px solid #517EBA;
	margin-bottom:10px;
	padding:5px 0;
	min-height:80px;
}

/* noms et date */
div.comment div.comment-head
{
	line-height:20px;
}

div.comment img.avatar
{
	max-height:80px;
	max-width:80px;
	/*border:2px solid #517EBA;*/
	border:none;
	float:left;
	padding:2px;
}

div.comment  div.user-detail{
	border-bottom:1px solid #517EBA;
	clear:right;
	display:block;
	margin-left:45px;
	padding-left:40px;
	/*padding-top:10px;*/
}

/* date du comm */
div.comment span.date{
	background:transparent url(time.png) no-repeat scroll 0 2px;
	float:right;
	margin:0 0px 0 0;
	padding:0 0px 0 20px;
	text-align:right;
}

/* nombre de réponses */
div.comment span.nb-rep{
	padding-left:23px;
	font-size:16px;
	background:transparent url(bulle.png) no-repeat scroll 0 2px;
}

/* le texte */
div.comment div.comment-text
{	
	margin-left:85px;
	min-height:50px;
}

/* les réponses */
div.comment div.reps
{
	padding-left:85px;	
	
}

div.reps a:hover {
	text-decoration:underline;
	cursor:pointer;
}

div.reps a.lien-rep
{
	background:#B5CAD0 none repeat scroll 0 0;
	border:1px solid #435266;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	margin:0 0 10px;
	padding:4px 8px;
	text-shadow:0 0 30px #F489A7;
	
	float:right;
	/*margin:0 10px 0 0;
	padding:0 4px 0 20px;*/
	text-align:right;
}

