#pays {
	background-image: url(images/post/pays-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#phone {
	background-image: url(images/post/icone-telephone.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#objectif {
	background-image: url(images/post/objectif-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#comment {
	background-image: url(images/post/mini-comments.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#author {
	background-image: url(images/post/name-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#email {
	background-image: url(images/post/mail-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#url {
	background-image: url(images/post/link-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#author, #email, #url,#phone,#pays,#objectif {
    color:#fff;
	background-color: #12212F;
	border: 1px solid #595959;
	margin-top: 3px;
	padding-left: 20px;
	width: 50%;
}
textarea{
	color:#fff;
	height: 115px;
	background-color:#12212F;
	border: 1px solid #595959;
	padding-left: 20px;
	margin-top: 3px;
}


