@charset "UTF-8";

.commentaire
{
	margin							: auto;
	margin-bottom				: 10px ;
	margin-top					: 0px ;
	padding							: 3px;
	border							: dashed 1px black ;
/*	width								: 90%; */
}
.commentaire .date
{
	font-size: x-small;
	margin-top: 0px;
	font-weight: 500;
	text-align: right;
}
.commentaire .message
{
	font-size: 12pt;
	margin: 20px;
}
.commentaire .titre
{
	font-size: 15pt;
	margin: 0px;
	background-color: #AAAAAA;
	color: white;
	padding: 5px;
}
.commentaire .titre a
{
	color: white;
}

.commentaire .commandes
{
	text-align				: right;
	font-size					: small; 
}

