.box
{
	float:left;
	width: 100%;	
	border:solid 1px #bababa; 
	margin-bottom: 15px;
	background-color: #EEEEEE;
}

.box_title
{
	text-transform: uppercase;	
	background-color:#CFD7E4;
	font-weight: bold;
	color: #3B5998;
	font-size: 11px;
}

.box_content
{
	background-color: #EEEEEE;
}

#profileComments
{
	float:left;
	width:100%;
}

/*largeur 600*/
.one_comment
{
	width:100%;		 
	float:left;
	margin-bottom:15px;
	border: solid 1px #bababa;
}

.comment_photo
{
	float:left;
	width:100px;			   
}			   

/*right bloc of comment_detail*/
.comment_right
{
	width:490px;	
	float:right;	
}

/*
About the user:
From: jayjay
*/
.comment_user
{
	border-bottom:dashed 1px #CCCCCC;
	color: green;
	text-align: right;
	width: 100%;
	float:left;
}

/*
tous le bloc de droite
*/
.comment_content
{
	float:left;
	width:100%;
	
}

