#commentaires{
	background:url("/images/fond_commentaires.jpeg") no-repeat top center;
	width:660px;
	margin-top:30px;
}
#commentaires h3{
	color:#FF8000;
	margin:10px 0 0 0;
	padding:20px 0 10px 0;
}
#ajout_commentaire{
	margin-top:15px;
	border-top:2px dotted #F7C900;
}
#ajout_commentaire h3{
	margin-top:10px;
}
iframe{
	height:500px;
	width:500px;
	border: none;
	background:#FFF;
}
textarea{
	height:200px;
	width:500px;
}
#commentaires input{
	width:280px;
}
#commentaire_titre{
	width:600px;
}
#lien_ajout_commentaire{
	display:block;
	clear:left;
	margin:20px 0 15px 0;
	font-size:13px;
	color:#FF8000;
}
/*Liste des commentaires*/
.commentaire{
	clear:left;
	padding-top:5px;
	margin-bottom:30px;
	width:600px;
}
.commentaire .utilisateur{
	float:right;
	width:auto !important;
	padding:10px;
	width:60px;
	min-width:60px;
	text-align:center;
}
.commentaire .utilisateur img{
	display:block;
	margin:auto;
}
.commentaire_header{
	background:url("/images/header_commentaire.jpeg") no-repeat;
	margin:5px 0 5px 0;
	height:40px;
	width:600px;
}
.commentaire_header h4{
	font-weight:bold;
	margin:0;
	font-size:16px;
	padding:10px 0 0 60px;
	color:#F7AB00;
}
.commentaire_header .date{
	margin:0;
	float:right;
	line-height:40px;
}
.commentaire_contenu{
	width:560px;	
	text-indent: 30px;
	margin:auto;
}
