/******************************/
/* CSS DOCUMENT               */
/* http://samantha-bailly.com */
/*    --------------------    */
/*        BLOG SECTION        */
/******************************/

div.blog {
	padding: 10px 10px 10px 10px;
	text-align: justify;
	font-size: 11px;
	border-top: 1px solid #543859;
	border-bottom: 1px solid #543859;
	width: 600px;
	background-image: url(../template/default/images/article_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #3c1a34;
}

div.blog_comm {
	font-size: 11px;
	margin: 0px 7px 10px 0px;
	text-align: right;
}

span.blog_titre {
	color: #92708a;
}

div.comm {
	margin: 0px 0px 0px 20px;
	padding: 10px;
	text-align: justify;
	font-size: 11px;
	border-bottom: 1px solid #543859;
	background-color: #92708a;
	color: #3c1a34;
}

div.blog_reponse {
	position: relative;
	margin: 0px 0px 0px 290px;
	padding: 5px 0px 5px 0px;
	width: 310px;
	text-align: center;
	color: #3c1a34;
	font-size: 11px;
	border-top: 1px solid #543859;
	border-bottom: 1px solid #543859;
	background-color: #92708a;
}

div.blog_pages {
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

table.blog {
	width: 600px;
	font-size: 12px;
	margin: 0px 0px 0px auto;
}

table.form_image {
	width: 88px;
	margin: 8px;
}

td.form_image {
	text-align:center;
	vertical-align: middle;
	width: 22px;
}

td.form_image img {
	border: 0px;
	cursor: pointer;
}

div.blog_tools {
	background-color: #CCCCCC;
	width: 188px;
	height: 22px;
	text-align: center;
	padding: 2px;
}

div.blog_tools img {
	cursor: pointer;
	border: 1px solid #000000;
}

input {
	background-color: #92708a;
	color:#FFFFFF;
	border: none;
}

textarea {
	width: 100%;
	height: 150px;
	background-color: #92708a;
	color:#FFFFFF;
	border: none;
}
