.comments{
	margin-left: 50px;
	margin-right: 50px;
}
.comments .moduletitle{
	color: silver;
}
.comment{
	margin-bottom: 20px;
	background-image: url(../images/commentaire_bg.gif);
	background-repeat: repeat-y;
}
.comment p{
	margin: 0;
	padding: 5px;
}
.comment h4{
	margin: 0;
	padding: 5px;
	font-size: 1.2em;
	background-image: url(../images/commentaire_top.gif);
	background-repeat: no-repeat;
}
.comment_author{
	background-color: white;
	background-image: url(../images/commentaire_bottom.gif);
	background-repeat: no-repeat;
	color: Orange;
	text-align: right;
	padding-top: 15px;
}
/* ======= Formulaire ====== */
#sendcomment{
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;	
	width:500px;
	padding: 10px;
	background-color: #556E9C;
	text-align: center;
}
#sendcomment h2{
	color:#fff;
}
#sendcomment p{
	text-align: left;
}
#sendcomment label{
	width: 100px;
	margin-right: 10px;
	text-align: right;
	vertical-align: top;
	display: block;
	float: left;
}
#sendcomment input{
	width: 250px;
}
#sendcomment .button{
	width: 100px;
	background-color: #333333;
	border: 1px solid black;
	color: white;
	font-weight: bold;
}
