#Commentaires{
	padding:0;
	width:640px;
	margin:0;
/*	background:transparent url(/style/images/background_infos.png) repeat-y scroll 0 0; */
	padding:0 10px 10px 10px;
	overflow:hidden;
}
#contentlisting #Commentaires {
	padding:0;
	width:513px;
	margin:0;
	padding:10px 10px 10px 10px;
	background:none;
	overflow:hidden;
}
#Ajout_Commentaire input, .commentaire input {
    background-color: #74A00A;
    border: medium none;
    color: #FFFFFF;
	display:inline;
    display: inline-block;
	margin-top:10px;
    height: 26px;
    text-decoration: none;
    width: auto;
	font-family:'Coustard',serif !important;
}
#Ajout_Commentaire input:hover, .commentaire input:hover {
	background-color:#690;	
	cursor:pointer;
}
#contentlisting #Commentaires #titlesearch span{
	font-size:12px !important;
	color:#74A00A;
	font-weight:800;
}
.del_btn {
	text-decoration:none;
	color:#FFF;	
	background:url("/style/images/delete-comment-red.gif");
	width:14px;
	height:14px;
	display:block;
	float:right;
	margin-left:5px;
}
.del_btn span {
	display:none;	
}
.edit_btn {
	text-decoration:none;
	color:#FFF;	
	background:url("/style/images/edit-comment-green.gif");
	width:14px;
	height:14px;
	float:right;
	margin-left:2px;
	display:block;
}

.edit_btn span {
	display:none;	
}
	#Commentaires h1{
		font-size:14px;
		color:#333333;
		padding:10px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		border-bottom:1px solid #e3e3e3;
		margin:10px 0 3px 0;
	}

#contentlisting #Commentaires h1 {
	border:none;
	width:510px;
	color:#0033CC;
	font-weight:bold;
	font-size:16px;
}
	#Commentaires i{
		font-size:11px;
		color:#999999;
		margin:0 15px 0 0;
	}
	#Commentaires li{
	list-style:none;
	font-size:11px;
	margin:0 0 15px 0;
	box-shadow:2px 2px 7px -2px #888;
	font-family:Verdana, Geneva, sans-serif;
	}
		#Commentaires li h1 {
			background-color: #404040;
			border: 1px solid #F5F5F5;
			color: #FFFFFF;
			font: bold 12px Arial,Helvetica,sans-serif;
			margin: 0;
			padding: 2px 2px 2px 15px;
		}
		#Commentaires li .modo {
			background-color: #74A00A;
		}
		#Commentaires li .commentaire{
			padding:15px;
			margin:0;
			background-color:#F5F5F5;
			border-bottom:1px solid #E3E3E3;
		}
		#Commentaires li .date {
			float: right;
			font-size: 11px;
			font-weight: normal;
			margin: 0 15px 0 30px;
		}
		#Commentaires .Pages a, #Commentaires .Pages b {
			background-color: #404040;
			color: #FFFFFF;
			float: left;
			font-weight: bold;
			height: 18px;
			margin-left: 5px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 3px;
			text-decoration: none;
		}
		#Commentaires .Pages b {
			background-color: #74A00A;
			margin-left: 5px;
			margin-right: 3px;
			margin-top: 3px;
			padding-left: 9px;
			padding-right: 9px;
		}
	#Commentaires .Options_Listing{
		border-bottom:1px solid #888888;
		margin:0 0 10px 0;
		padding:0;
	}
		#Commentaires .Options_Listing a{
			text-decoration:none;
			color:#74A00A;
		}
		#Commentaires .Options_Listing a:hover{
			text-decoration:underline;
			color:#74A00A;
		}
		#Commentaires .Options_Listing li{
			margin:0 0 4px 0;
			box-shadow:none;
		}
#Ajout_Commentaire{
	width:620px;
	padding:10px;
	min-height:100px;
	background-color:#f5f5f5;
	text-align:right;
	min-height:22px;
	color:#666666;
	margin:0 0 15px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
	#Ajout_Commentaire textarea{
		width:620px;
		height:100%;
		border:1px solid #DDDDDD;
	}

