/* INFORMATIONS A PROPOS D'UN USER */
/* DEFINITIONS GENERALES DES BOX */
.user_about
{
	float:left;

	width:240px;
	
	margin:10px;
	
}

	.user_about .titre
	{
		clear:right;
	
		width:100%;
	
		font-size:14px;
		font-weight:900;
	
		color:#DB0;
	
		border:solid;
		border-color:#EEF;
		border-width:0px;
		border-bottom-width:1px;
	
		text-align:left;
	}
	
	.user_about .lib
	{
		clear:left;
		float:left;
		width:45%;
	
		font-size:10px;
		font-weight:500;
	
		border:none;
		border-color:#EEF;
		border-width:0px;
		border-right-width:1px;
	
		text-align:right;
		padding-right:10px;
	}
	
	.user_about .val
	{
		clear:right;
		float:right;
		width:30%;
	
		color:#88B;
		font-size:10px;
		font-weight:500;
		padding-left:15px;

		border:none;
		border-color:#EEF;
		border-width:1px;
		border-right-width:1px;
	}
	
	.user_about .val A
	{
		color:#88B;
		font-size:10px;
		font-weight:500;
	}

	.user_about .val A:hover
	{
		color:#C81;
		font-size:10px;
		font-weight:500;
	}

	.user_about .msg
	{
		float:left;
		clear:right;
		width:95%;
	
		color:#88B;
		font-size:10px;
		font-weight:500;
		padding-left:0px;
	}
	
	.user_about .single_line_val
	{
		float:left;
		clear:right;
		width:100%;
	
		font-size:10px;
		font-weight:500;
		padding-left:15px;
	}

	.user_about .single_line_val A
	{
		color:#88B;
	}
	
	.user_about .link_more
	{
		float:left;
		clear:left;
		width:100%;
		
		color:#AAC;
		font-size:10px;
		font-weight:900;
		padding-right:15px;
	
		text-align:right;
	}
	
	.user_about .link_more:hover
	{
		cursor:pointer;
	
		color:#F9C700;
	}

	.user_about .titre_film
	{
		clear:left;
		float:left;
		width:100%;
	
		font-size:10px;
		font-weight:500;
	
		border:none;
		border-color:#EEF;
		border-width:0px;
		border-right-width:1px;
	
		text-align:left;
		padding-right:10px;
	}

	.user_about .titre_critique
	{
		clear:left;
		float:left;
		width:100%;
	
		font-size:10px;
		font-weight:500;
	
		border:none;
		border-color:#EEF;
		border-width:0px;
		border-right-width:1px;
	
		text-align:left;
		padding-right:10px;
	}
	
	.user_about .titre_critique A
	{
		color:#88B;	
	}

	.user_about .titre_critique A:hover
	{
		color:#C81;	
	}

/* DEFINITIONS SPECIFIQUES DES BOX */
	
/* INFORMATIONS GENERALES */
#user_info_generale
{
	width:550px;
}
	#user_info_generale .lib
	{
		width:250px;
	}

	#user_info_generale .val
	{
		width:295px;
	}
		
/* CRITIQUES LES PLUS RECOMMANDEES */
#critique_reco
{
	width:300px;
}

	#critique_reco .nbr_reco
	{
		clear:left;
		float:left;
		width:100%;
	
		font-size:10px;
		font-weight:500;
	
		border:none;
		border-color:#EEF;
		border-width:0px;
		border-right-width:1px;
	
		text-align:right;
		padding-right:10px;
	}
	
/* SES RECOMMANDATION */
#user_reco
{
	width:300px;
}

	#user_reco .titre_critique
	{
		padding-bottom:10px;
	}
	
/* CRITIQUES LES PLUS LUES */
#critique_plus_lues
{
	width:300px;
}

	#critique_plus_lues .nbr_lues
	{
		clear:left;
		float:left;
		width:100%;
	
		font-size:10px;
		font-weight:500;
	
		border:none;
		border-color:#EEF;
		border-width:0px;
		border-right-width:1px;
	
		text-align:right;
		padding-right:10px;
	}
	
	
/* PROFIL PROCHE */
#user_profil_proche
{
	width:300px;
}

	#user_profil_proche .user
	{
		width:200px;
		
		text-align:right;
		padding-right:0px;
	}

	#user_profil_proche .pourc_commun
	{
		width:100px;
		text-align:left;
	}

/* SES TRANCHES DE NOTES */
#user_tranches_notes
{
	width:300px;
}

	#user_tranches_notes .lib
	{
		width:130px;
	}

	#user_tranches_notes .val
	{
		width:170px;
	}

/* REPARTITION DE SES NOTES */
#user_repart_notes
{
	width:300px;
}

	#user_repart_notes .note
	{
		float:none;
		clear:none;
		width:40px;
		
		text-align:right;
		
		padding-right:10px;
	}
	
	#user_repart_notes .image
	{
		float:none;
		clear:none;
	
		width:215px;
		text-align:left;
		
		padding-top:4px;
		padding-left:0px;
	}
	
	#user_repart_notes .nombre
	{
		float:none;
		clear:none;
	
		width:40px;
		
		text-align:right;
	}

	#user_repart_notes .total_lib
	{
		float:none;
		clear:none;
	
		width:260px;
	
		text-align:left;
	}

	#user_repart_notes .total_calc
	{
		float:none;
		clear:none;
	
		width:40px;
	
		text-align:right;				
	}

	#user_repart_notes .moy_lib
	{
		float:none;
		clear:none;
	
		width:240px;
	
		text-align:left;
	}

	#user_repart_notes .moy_calc
	{
		float:none;
		clear:none;
	
		width:60px;
	
		text-align:right;				
	}

/* DERNIERS MESSAGES DANS LE FORUM */
#user_last_msg_forum
{
	width:300px;
}

	#user_last_msg_forum .titre_forum
	{
		width:100%;
	
		float:none;
		
		text-align:left;
	}
	
	#user_last_msg_forum .date_msg
	{
		width:100%;
	
		float:none;
		
		text-align:right;
	}
