body {
font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background: url(images/fond.jpg) no-repeat center top #000000;
margin: 0;
}

#page {
margin: 0 auto 0 auto;
width:1000px;
height: auto;
}

/* header*/

#header {
margin:80px 0 0 0;
font-family: "Lucida Grande", Arial, Helvetica, Georgia, Sans-serif;
background:url(images/header.png) no-repeat center top;
}

#header h1 {
font-size: 3.5em;
text-align: center;
}

#header h1 a{
color: #ffffff;
background-color: transparent;
}

#header p {
color: #ffffff;
font-size: 1.8em;
text-align: center;
}


/* gestion du contenu */

#contenu {
padding: 10px;
background-color:#ccc;
margin: 0 0 10px 145px;
float:left;
width:471px;
border-width: 5px;
border-color: #ffffff;
border-style: solid;
}

#contenu h2 {
padding: 2px 0 0 0;
width:470px;
height:30px;
font-size: 1.3em;
background:url(images/titrearticle.png) no-repeat;
}

.post_content {
padding: 2px;
font-size: 1em;
color: black;
background-color: #ccc;
border-width: 2px;
border-color: #ffffff;
border-style: solid;
}

.postmetadata {
padding: 0 0 0 2px;
font-size: 0.8em;
color: black;
background-color: #ccc;
border-width: 1px;
border-color: #ffffff;
border-style: solid;
}


/* gestion de la sidebar */

#sidebar {
padding: 10px 0px 10px 0px;
background-color:#ccc;
margin: 0 145px 10px 0;
float: right;
width:194px;
border-width: 5px;
border-color: #ffffff;
border-style: solid;
}

#sidebar ul{
list-style-type: none;
margin: 0;
}

#sidebar h2 {
padding:3px 0 0 5px;
font-size: 1.2em;
width:150px;
height:24px;
background:url(images/titresidebar.png)no-repeat;
}


/* gestion du footer */

#footer {
font-size: 1em;
color: black;
background-color:#ccc;
padding: 10px 10px 0 0;
clear: both;
}

#footer a {
color: #666;
background-color:#ccc;
}

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


/* gestion 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: "Arial", Helvetica, 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: Arial, Helvetica, Sans-serif;
font-size: 0.9em;
}

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

}


/* gestion des liens */

a {
color: #555;
text-decoration: none;
background-color:#c0c0c0;
}

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

#contenu h2 a{
font-size: 1.2em;
font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
color: #000000;
background-color: transparent;
padding: 0 0 0 5px;
}

#contenu h2 a:hover{
color: #555;
background-color: transparent;
}

.post_content a {
color: #069;
background-color: white;
}

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

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