/*
Theme Name: KD2.0
Theme URI: http://kerneldesign.net/
Description: The first theme created by BenjaminDUPONT.
Version: 2.0
Author: BenjaminDUPONT
 
Creation Theme by BenjaminDUPONT || http://www.kerneldesign.net
 
*/

body {
background: #cccc99;
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
margin: 0;
}

#page {
background: #ececec;
width: 1200px;
margin: 0 auto 0 auto;
border: 1px solid #666666;
}

#header {
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
float: left;
background: url(images/fond-header.jpg) repeat-x scroll center top;
width: 1200px;
height: 150px;
border-bottom: 1px solid #666666;
}

.inheader1 {
float: left;
width: 400px;
}
 
.inheader2 {
color: #ffffff;
font-size: 20px;
float: left;
width: 800px;
}

#content {
background: #ffffff;
float: left;
width: 800px;
padding : 0px 10px 10px 10px;
border-right: 1px solid #666666
}

/* DONNEE BARRE LATERALE */

.sidebar {
float: right;
background: #ececec;
color: #006699;
width: 379px;
text-decoration: none;
list-style-type: none;
}

.sidebar ul{
list-style-type: none;
padding: 0 10px;
}

.sidebar ul a {
color: #006699;
text-decoration: none;
}

.sidebar ul a:hover {
color: #00cc33;
text-decoration: none;
}

.sidebar ul li a {
color: #006699;
text-decoration: none;
}

.sidebar ul li a:hover {
color: #00cc33;
text-decoration: none;
}


/* DONNEE DU PIED DE PAGE */

#footer {
background:#006699;
clear: both;
width: 1160px;
height: 60px;
padding: 10px 20px 0 20px;
border-top: 1px solid #666666;
}

#footer p{
font-size: 11px;
text-align: center;
color: #ffffff;
}

#footer a {
color: #ffffff;
}

#footer a:hover {
color: #ff9900;
text-decoration: none;
}

/* DONNEE DE TITRE DE L'ARTICLE */

#content h2 {
font-size: 25px;
}
#content h2 a {
color: #006699;
text-decoration: none;
}

#content h2 a:hover {
color: #ff9900;
text-decoration: none;
}


/* DONNEE DE DATE D'ARTICLE */

.postmetadata {
font-family: Helvetica, Lucida Grande, Arial, Sans-serif;
font-size: 9px;
color: #00cc33;
}

.postmetadata a {
color: #00cc33;
}

.postmetadata a:hover {
color: #006699;
text-decoration: none;
}

/* DONNEE DE L'ARTICLE */

.post_content {
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: 3px dashed #555;
font-size: 13px;
color: #000000;
padding-bottom: 10px;
}

/* DONNEE COMMENTAIRE */

.comments-template{
	margin: 10px 0 0 0;
}

.comments-template ol{
	margin: 10px;
	padding: 0 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}

.comments-template ol li{
	margin: 10px 0 0 0;
	line-height: 15px;
	padding: 0 0 10px;
}
 
.comments-template h2, .comments-template h3{
	font-size: 1.2em;
}
 
.commentmetadata{
	font-size: 0.9em;
}
 
.comments-template p.nocomments{
	padding: 0;
}
 
.comments-template textarea{
	font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
	font-size: 0.9em;
}
 
.cadre_commentaires {
border-bottom: 2px solid #006699;
}

.comments-template a {
color: #006699;
text-decoration: none;
}

.comments-template a:hover {
color: #ff9900;
text-decoration: none;
}