/* CSS Document */

div.module_commentaire
{
	background:#B0B0B0;
	border:solid 1px #999999;
	padding-left : 0.3em;
}
.module_commentaire_corps
{
	padding-left : 0.5em;
}

div.poste_pere
{
	border:solid 1px #000000;
}
div.poste_fils
{
	margin-left: 20px;
	border:solid 1px #000000;
}


.module_commentaire_reponse
{
	background:#C9C9C9;
	border:solid 1px #999999;
	padding-left : 1em;
}

.module_commentaire_reponse_corps
{
	padding-left : 1.3em;
}
.module_commentaire_rep
{
	text-align:right;
}