/* ==================================================== */
/* =												  = */
/* =	AFFICHAGE DE L'ESPACE PERSO DE l'USER 		  = */
/* =	--------------------------------------		  = */
/* =												  = */
/* ==================================================== */
/* ----------------------------------------- */
/* ADD COMMENTAIRE							 */
/* ----------------------------------------- */
.add_commentaire
{
	float		: left						;
	display		: block						;
	width		: 330px						;
	margin		: 15px 0 0 0 ;
}
.add_commentaire p
{
	float			: left					;
	width	 		: 100%					;
	margin	 		: 0px 0 10px 0px			;
	color			: #333					;
	display:inline;
}
/* ----------------------------------------- */
/* POUR LE FORMULAIRE DES INFOS				 */
/* ----------------------------------------- */
.add_commentaire p label
{
	float				: left;
	width				: 90%;
	height				: auto;
	text-align			: left;
	margin				: 0 0px 0 10px;
	text-decoration		: none;
	font-size			: 0.9em;
	color				: #444;
	padding				: 2px 0 2px 0;
}
.add_commentaire p input, .add_commentaire p select, .add_commentaire p textarea.y
{
	float				: left				;
	width				: 300px				;
	text-align			: left				;
	margin				: 0 0px 0 5px		;
	text-decoration		: none				;
	padding				: 3px				;
	border		 		: #9C4131 solid 	;
	border-width		: 1px 				;
	color				: #9C4131			;
	font-size			: .9em				;
	font-weight			: 550				;
	letter-spacing		: 0.1em				;
	background-color	:#EFFFDF			;
}
.add_commentaire p input.noborder
{
	border		 		: 0 	;
}


.add_commentaire p input.bouton
{
	float				: left				;
	width				: 100px				;
	height				: auto				;
	text-align			: center			;
	margin				: 0 0px 0 100px		;
	text-decoration		: none				;
	font-weight			: bolder			;
	vertical-align		: middle			;
	padding				: 10px				;
	border		 		: #9C4131 outset  2px 	;
	color				: #9C4131			;
	background			: #EFFFDF			;
	letter-spacing		: normal;
}
.add_commentaire p input.bouton:hover
{
	text-decoration		: underline				;
	border		 		: #EFFFDF inset  2px 	;
	color				: #EFFFDF				;
	background			: #9C4131				;
}
.add_commentaire span.ok
{
	padding				: 0 0 0 5px			;
	color				: green				;
	font-size			: 0.9em				;
}
.add_commentaire span.nok
{
	padding				: 0 0 0 5px			;
	color				: red				;
	font-size			: 0.9em				;
}


/* ----------------------------------------- */
/* AFFICHAGE D'UN COMMENTAIRE				 */
/* ----------------------------------------- */
.voir_commentaires {}


.voir_commentaires .un_commentaire
{
	float			: left				;
	display			: block				;
	width			: 350px				;
	margin			: 8px 0 0 3px		;
	padding			: 5px 5px 5px 0px	;
	border			: dashed #BF9B60		;
	border-width	: 0 0 1px 0			;
}


.voir_commentaires .un_commentaire .titre
{
	float			: left				;
	display			: block				;
	width			: 100%				;
	background 	 	: transparent		;
	font-weight		: bold				;
	color			: #BF9B60			;
	margin			: 0px 0 0 0px		;
}

.voir_commentaires .un_commentaire .date
{
	float			: left				;
	display			: block				;
	width			: 100%				;
	font-size		: .80em				;
	color			: #888				;
	margin			: 0px 0 0 0px		;	
}
.voir_commentaires .un_commentaire .commentaire
{
	float			: left				;
	display			: block				;
	width			: 100%				;
	font-size		: .9em				;
}







/* ----------------------------------------- */
/* Colonne pour les articles correspondante	 */
/* ----------------------------------------- */
.autres_articles
{
	float		: left				;
	display		: block				;
	width		: 220px				;
	margin		: 15px 0 0 40px		;
}

.autres_articles .articles_lies
{
	float		: left				;
	display		: block				;
	width		: 210px				;
	margin		: 0px 0 10px 0px	;
	padding		: 0 3px 3px 3px		;
	border		: 1px #333 dashed	;
	background	: #e8eefe			;
	
}
.autres_articles .articles_lies .titre
{
	float		: left				;
	display		: block				;
	width		: 100%				;
	border		: #4C77A7 solid		;
	border-width: 0 0 1px 0			;
	padding		: 0 0 3px 0			;
	text-align	: center			;
	font-style	: italic			;
	font-weight	: bold				;
	color		: #4C77A7			;
}
.autres_articles .articles_lies .lien
{
	float		: left				;
	display		: block				;
	width		: 100%				;
	margin		: 2px 0 2px 0		;
}
.autres_articles .articles_lies .lien a
{
	float		: left				;
	width		: 180px				;
	border		: #fff solid		;
	border-width: 0 0 1px 0			;
	padding		: 0 0 5px 0			;
	text-align	: left				;
	font-size	: 0.85em			;
	color		: #003366			;
}
.autres_articles .articles_lies .lien img
{
	float		: left				;
	width		: 18px				;
	border		: 0					;
	margin		: 0 2px 0 0			;
}

.autres_articles .tags
{
	float		: left				;
	display		: block				;
	width		: 260px				;
	margin		: 0px 0 10px 0px	;
	padding		: 3px				;
	border		: 0px #aaa solid	;
}