div#commentaires {
	padding-top: 50px;
}

div.commentaire {
	margin-bottom: 1em;
}

div#commentaires textarea {
	width: 340px;
}

/* CAS ROUNDED */
div#commentaires div.content {
	background-color: #c6c6c6;
}
div#commentaires div.rounded div.shadow.top {
	background-image: url("/images/blocs/shadow-c6c6c6-top.png");
}
div#commentaires div.rounded div.shadow.bottom {
	background-image: url("/images/blocs/shadow-c6c6c6-bottom.png");
}
div#commentaires div.rounded div.shadow.left {
	background-image: url("/images/blocs/shadow-c6c6c6-left.png");
}
div#commentaires div.rounded div.shadow.right {
	background-image: url("/images/blocs/shadow-c6c6c6-right.png");
}
div#commentaires div.rounded div.corner {
	background-image: url("/images/blocs/shadow-c6c6c6-corners.png");
}

div.commentaire div.rounded div.tic_right,
	div.commentaire div.rounded div.tic_left {
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	z-index: 20;
}
div.commentaire div.rounded div.tic_right {
	background-image: url('/images/blocs/tic-right.png');
	right: -61px;
	height: 55px;
	width: 53px;
}
div.commentaire div.rounded div.tic_left {
	background-image: url('/images/blocs/tic-left.png');
	left: -59px;
	height: 55px;
	width: 51px;
}

/* CAS ROUNDED 2 */
div#commentaires div.rounded2 {
	background-color: #c6c6c6;
}
div.commentaire div.rounded2 div.tic_right,
	div.commentaire div.rounded2 div.tic_left {
	height: 50px;
	width: 55px;
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	z-index: 20;
}
div.commentaire div.rounded2 div.tic_right {
	background-image: url('/images/blocs/tic-right.png');
	right: -55px;
}
div.commentaire div.rounded2 div.tic_left {
	background-image: url('/images/blocs/tic-left.png');
	left: -55px;
}
/* -- */

div.commentaire_right,
	div.commentaire_left {
	width: 380px;	
}
div.commentaire_right {
	float: right;
	margin-right: 230px;
}
div.commentaire_left {
	float: left;
	margin-left: 230px;
}

.commentaire_infos {
	font-size: 0.7em;
	visibility: hidden;
}

.commentaire_infos a {
	text-decoration: none;
}



