/************************************************
CSS kns7.org
------------------
Auteur: Nicolas KAPFER

Copyright 2003-2008 kns7.org, All rights reserved
*************************************************/


/* Specifique pour VERT*/
a {
	text-decoration: none;
	color: #69a236;
}
a:hover {
	text-decoration: underline;
	color: #69a236;
}
body {
	background: #ffffff url("../images/green/body.png") repeat-x;
}
input:focus, select:focus,textarea:focus {
	border: 1px solid #69a236;
}
.form_submit {
	background-color: #69a236;
}
#header {
	background: url("../images/green/header2.png");
}
.menuleft .middle .title {
	color: #69a236;
}
.menuleft .middle .rss li a:hover {
	color:#69a236;
}
#content .post .header .date {
	background: url("../images/green/date.png") no-repeat;
}
#content .post .header .title {
	color: #69a236;
}
#content .post .header .comments {
	color: #69a236;
}
#content .post .entry .code  {
	border-right: 1px solid #69a236;
	border-bottom: 1px solid #69a236;
}
#content .post .entry blockquote {
	background:#F0F0F0 url('../images/green/quotes.png') 5px 2px no-repeat;
	/*background:#202020 url('../images/green/quotes.png') 5px 2px no-repeat; BLACKOUT*/
}

#content .post .entry li {
	background:url("../images/green/puce.gif") no-repeat left 6px;
}
#content .post .entry h2 {
	border-bottom: 1px solid #69a236;
}
#content .post .entry h3 {
	color: #69a236;
}
#content .post .entry h4 {
	color: #69a236;
}
#content .post_footer .title {
	color: #69a236;
}
