/* style_01_blog.css style n°1 pour la page www.kameneth.fr/lkblog/mainblog.php */
.news_post {
	background-color: #1f393a;
	/*	margin-right: 100px;
*/	margin-left: 10px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 5px solid #c6bcbe;
	border-right: 5px solid #c6bcbe;
}

/*
color="#e0d4a4"
*/

.news_head {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #ac6245;
	color: #e0d4a4;
	border-bottom: 5px solid #c6bcbe;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: left;
	font-weight:bold;
}

.news_title {
	text-indent: 10px;
	text-align: left;
}

.news_date {
/*	background-color: #C6C8D2;
	color: #000000;
*/	padding-top: 10px;
	padding-right: 10px;
	font-family: "Lucida Console", "Lucida Sans";
	font-size: xx-small;
	text-align: right;
	font-weight: bold;
	float: right;
}

.news_text {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	text-align: justify;
	text-indent: 20px;
	
}

.news_post img {
/*
	padding-left: 20px;
	padding-right: 20px;
*/
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	max-width: 300px;
	max-height: 400px;
	float: left;
	margin-right: 10px;
}

.news_text_img_side {
	text-align: justify;
	text-indent: 20px;
	padding-top: 15px;
}

/*
.news_post img  {
	margin-top: 10px;
	max-width: 300px;
	max-height: 400px;
	float: left;
	margin-right: 10px;
	border: #333333 3px solid;
}
*/

.news_post a img  {
	border: #333333 3px solid;
}

.news_post a:hover img  {
	border: #FFFFFF 3px solid;
}


.comment_container{
	/* contient tout ce qui concerne les commentaires */
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 15px;
	border: #54656D thin dashed;
	background-color: #44555D;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.comment_post {
	margin-left: 40px;
	margin-right: 10px;
	background-color: #586f79;
	color: #000000;
	margin-top: 10px;
/*	padding-bottom: 5px;
*/}

.comment_head {
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #54656D;
	border-bottom: #333333 thin dashed;
}

.comment_date {
	text-align: right;
	float: right;
	font-family: "Lucida Console", "Lucida Sans";
	font-size: xx-small;
	padding-top: 5px;
}

.comment_title {
	text-align: left;
}


.comment_text {
	clear: left;
	padding-bottom: 15px;
	padding-top: 10px;
	margin-left: 40px;
	margin-right: 40px;
	text-indent: 20px;
	text-align: justify;
}

/* les paneaux de taille fixe */
.panel_blog_container {
/*	width: 800px;
*/
	width: 1000px;
	height: auto;
}

.panel_blog_container ._H{
/*	width: 770px;
*/
	width: 970px;
}

.panel_blog_container ._V{
	height: auto;
}

.panel_news_container {
/*	width: 770px;
*/
	width: 970px;
	height: auto;
}

.panel_news_container ._H{
/*	width: 740px;
*/
	width: 940px;
}

.panel_news_container ._V{
	height: auto;
}

.panel_fixed_submenu {
	width: 190px;
	height: 300px;
	margin-left: 810px;
	text-align: right;
/*
	clear: both;
	top: auto;
	right: auto;
*/
	position: fixed;
	font-weight: bold;
}

.panel_fixed_submenu ._H{
	width: 160px;
}

.panel_fixed_submenu ._V{
	height: 270px;
}