/* INFORMATIONS A PROPOS DE LA CRITIQUE */
/* DEFINITIONS GENERALES DES BOX */
.critique_about
{
	float:left;

	width:240px;
	
	margin:10px;
}

	.critique_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;
	}
	
	.critique_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;
	}
	
	.critique_about .val
	{
		float:left;
		clear:right;
		width:30%;
	
		color:#88B;
		font-size:10px;
		font-weight:500;
		padding-left:15px;
	}
	
	.critique_about .msg
	{
		float:left;
		clear:right;
		width:95%;
	
		color:#88B;
		font-size:10px;
		font-weight:500;
		padding-left:0px;
	}
	
	.critique_about .single_line_val
	{
		float:left;
		clear:right;
		width:100%;
	
		font-size:10px;
		font-weight:500;
		padding-left:15px;
	}

	.critique_about .single_line_val A
	{
		color:#88B;
	}
	
	.critique_about .link_more
	{
		float:left;
		clear:left;
		width:100%;
		
		color:#AAC;
		font-size:10px;
		font-weight:900;
		padding-right:15px;
	
		text-align:right;
	}
	
	.critique_about .link_more:hover
	{
		cursor:pointer;
	
		color:#F9C700;
	}
	
/* DEFINITIONS SPECIFIQUES DES BOX */
	
/* INFORMATIONS GENERALES */
#critique_info_generale
{
	width:250px;
}
	#critique_info_generale .lib
	{
		width:150px;
	}

	#critique_info_generale .val
	{
		width:100px;
	}
		
/* INTERET DE LA CRITIQUE */
#critique_interet
{
	width:300px;
}
	
	#critique_interet SELECT
	{
		border:solid;
		border-width:1px;
		border-color:#AAC;
		
		color:#88A;
		font-family:Verdana;
		font-size:9px;
		height:12px;	
	}
	
	#critique_interet .lib
	{
		width:200px;
	}

	#critique_interet .val
	{
		width:100px;
	}

/* REFERANT A LA CRITIQUE */
#critique_referant
{
	width:300px;
}

	#critique_referant .no_titre
	{
		font-style:italic;
	}
	
		#critique_referant #last_five #dt_referant
		{
			color:#DA6;
	
			float:left;
		}
		
		#critique_referant #last_five #link_referant
		{
			float:left;
			clear:left;
	
			padding-left:10px;
		}
		
			#critique_referant #most_used #nbr_occurence, #critique_referant #all #nbr_occurence
			{
				color:#DA6;
		
				float:left;
			}
			
			#critique_referant #most_used #link_referant, #critique_referant #all #link_referant
			{
				float:left;
				clear:left;
			
				padding-left:5px;
			}
