#div_commentaires .commentaire_1, .commentaire_2 {
	/*margin-right:50px;*/
	padding:10px;
	background-color:#EBEBEB;
	margin-bottom:10px;
}
/*
#div_commentaires .commentaire_2 {
	margin-right:0px;
	margin-left:50px;
	background-color:#999;
}
*/

#div_commentaires .commentaire_1 .image, .commentaire_2 .image {
	width:17px;
	height:17px;
	background:url(../img/ui/comment_1.jpg) center no-repeat;
	float:left;
	margin-right:10px;
}
/*
#div_commentaires .commentaire_2 .image {
	float:right;
	background-image:url(../img/ui/comment_2.jpg);
	margin-right:0;
	margin-left:10px;
}
*/
#div_commentaires .commentaire_1 .titre, .commentaire_2 .titre {
	color:#F00;
	font-size:1.1em;
}
/*
#div_commentaires .commentaire_2 .titre {
	color:#FFF;
}
*/

#div_commentaires .commentaire_1 .message, .commentaire_2 .message {
}
/*
#div_commentaires .commentaire_2 .message {
}
*/
#div_commentaire {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFF;
}

#frm_commentaire label {
	height:20px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0px 0 0 0;
	padding-left:5px;
	padding-top:0px;
	width:150px;
	font-size:1.1em;
	text-transform:uppercase;
}

#frm_commentaire input, #frm_commentaire textarea {
	display: block;
	/*padding: 4px;*/
	margin: 0 0 10px 0;
	color: #3a3a3a;
	width:200px;
}

#frm_commentaire textarea {
	width:440px;
	height:200px;
}

#div_commentaire_submit {
	background-image:url(../img/ui/page_suiv.jpg);
	background-position:right 4px;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-right:15px;
	float:right;
	text-transform:uppercase;
	padding-right:20px;
}

#div_commentaire_submit:hover {
	background-image:url(../img/ui/page_suiv_off.jpg);
	color:#F00;
}

#div_add_commentaire {
	width:32px;
	height:32px;
	background-image:url(../img/ui/comm_add.jpg);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	margin-right:5px;
}

#div_add_commentaire:hover {
	background-image:url(../img/ui/comm_add_o.jpg);
}

