
		.commentaire-conteneur
			{
				margin-left: 10px;
				margin-right: 30px;
				margin-bottom: 20px;
				min-height:100px;
				width: 510px;
				clear: both;
			}
			
			.avatar
			{
				float: left;
				width: 50px;
				height: 50px;
			}
			
			.commentaire
			{
				float: right;
				background-color: #C3D9FF;
				border-radius: 5px;
				-webkit-radius: 5px;
				-moz-border-radius: 5px;
				width: 450px;
				margin-bottom: 20px;
			}
			
			#commentaire-conteneur
			{
				width: 520px;
				overflow: hidden;
			}
			
			.spacer
			{
				clear: both;
			}
			
			.corp_citation
			{
				background-color: #EBEADD;
				background-image: url("img/quote.gif");
				background-position:5px 5px;
				background-repeat: no-repeat;
				padding-left:16px;
				padding-top:16px;
				padding-bottom:10px;
				border: 1px solid #DBDBCE;
			}
			
			textarea:hover, input:hover
			{
				background-color:white;
			}

			textarea:focus, input:focus
			{
				background-color:white;
			}
