/* COMMENTAIRES D'UNE CRITIQUE */
/* DEFINITIONS GENERALES DES BOX */
.critique_commentaires
{
	float:left;

	width:240px;
	
	margin:10px;
}

	.critique_commentaires .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_commentaires .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_commentaires .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;
	}
	
	.critique_commentaires .val A
	{
		color:#88B;
		font-size:10px;
		font-weight:500;
	}

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

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

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

	.critique_commentaires .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;
	}

	.critique_commentaires .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;
	}
	
	.critique_commentaires .titre_critique A
	{
		color:#88B;	
	}

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

/* DEFINITIONS SPECIFIQUES DES BOX */
	
/* CONTENEUR DES COMMENTAIRES */
#commentaires
{
	width:550px;

	margin:0px;
}
		
/* 1 COMMENTAIRE */
#commentaire
{
	width:100%;
	
	margin-bottom:40px;
}

	#commentaire .pseudo
	{
		color:#DB0;
	}
	
	#commentaire .date
	{
		margin-left:20px;
		font-size:10px;
		font-weight:500;
	}
	
	#commentaire .texte
	{
		margin-left:15px;
	}
	
/* FORMULAIRE */
#commentaires_form
{
	width:550px;
}

	#commentaires_form TEXTAREA
	{
		margin-top:10px;
		
		padding:3px;
	
		border:solid;
		border-width:1px;
		border-color:#EEF;
	}

	#commentaires_form TEXTAREA.close
	{
		width:550px;
		height:20px;
	}

	#commentaires_form TEXTAREA.open
	{
		width:550px;
		height:200px;
	}

	#commentaires_form INPUT
	{
		margin:0px;
		margin-top:5px;
		
		background-color:transparent;
		
		color:#C81;
		
		border-color:#EEF;
		padding:0px;
	}
