/*
Theme Name: Custom
Theme URI: http://www.pulby.fr
Description: Theme crée par Al.
Version: 0.1
Author: Alexandre Pulby
 
*/

body {
font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background: #e9e9e9;
color: #006699;
margin: 0;
}

#page {
margin: 0 auto 0 auto;
width: 900px;
background:url(img/fondpage.jpg);
}

#header {
font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
float: left;
background:#cccccc;
width: 900px;
height:163px;
padding: 0px;
background:url(img/banniere.jpg);
}

#header h1 {
padding: 90px 0 0 0;
font-size: 2em;
text-align: center;
color:#2b24a2;
}

.header {
color:#2b24a2;
text-decoration:none;
}

#header p {
padding: 0 0 0 0;
font-size: 1em;
text-align: center;
}

#content {
float: left;
width: 430px;
margin: 40px 0px 20px 140px;
text-align:justify;
}

.post_content {
font-size: 1em;
color: #555;
}

#content h2 {
font-size: 1.3em;
}

.sidebar {
float: right;
width: 250px;
margin: 30px 50px 20px 0;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 0px;
}

.sidebar h2 {
font-size: 1.2em;
}

#footer {
font-size: 1em;
background:#cccccc;
clear: both;
width: 900px;
height:112px;
background:url(img/foot.jpg);
}

#footer p{
text-align: center;
font-size: 1em;
padding: 95px 0 0 0;

}

.postmetadata {
font-size: 0.8em;
color: #999;
}

/* styles des commentaires */

.comments-template{
margin: 10px 0 0 0;
}

.comments-template ol{
margin: 10px;
padding: 0 0 0 15px;
list-style: none;
}

.comments-template ol p{
font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
font-size: 0.9em;
}

.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: Trebuchet MS, Arial, Hevletica, Sans-serif;
font-size: 0.9em;
}

.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

/* fin de styles des commentaires */

/* polices */

a {
color: #555;
text-decoration: none;
font-size:14px;
font-weight:bold;
}

a:hover {
text-decoration: underline;
}

a:hover {
color: #777;
text-decoration: underline;
}

#content h2 a:hover{
color: #555;
}

.post_content a {
color: #006699;
}

.post_content a:hover {
color: #fff;
background: #006699;
}

.sidebar a:hover {
text-decoration: none;
border-bottom: 1px dotted;
}
