@import url(layout.css);
.alignleft {
float:left;
}
.alignright {
float:right;
}
a:link, a:visited {
color:#000;
}
h1, h2, h3, h4 {
color:#000;
}
h1 {
font-size:18px;
}
h2 {
font-size:16px;
}
h3 {
font-size:14px;
}
h2 a:link, h2 a:visited {
color:#000;
}
#sidebar .inner {
margin:0 10px 10px 10px;
}
#content .inner {
margin:0 20px 10px 10px;
}
body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
background:url("img/bg.gif") no-repeat center bottom #184D00;
color:#353535;
line-height:150%;
}
#page {
background:url("img/page.gif") repeat-y;
}
#header {
background:url("img/header.jpg") no-repeat;
height:241px;
position:relative;
} 
#header h1 {
margin:0;
padding:0;
}
#header h1 a {
position:absolute;
top:40px;
left:0;
display:block;
width:250px;
height:100px;
overflow:hidden;
text-indent:-5999px;
}
#header .description {
display:none;
}
#searchform {
padding:5px;
text-align:center;
}
#searchform .txt {
width:120px;
background:#FFF;
border:1px solid #4C4C4C;
}
#searchform .submit {
background:#000;
border:1px solid #4C4C4C;
color:#fffcb8;
}
#pubhaut {
position:absolute;
top:110px;
width:600px;
height:120px;
left:300px;
text-align:center;
}
#footer {
background:url("img/footer.jpg") no-repeat bottom;
padding-top:40px;
color:#FFF;
}
#footer a {
color:#FFF;
}
#extra {
padding:20px 0;
width:940px;
margin:auto;
color:#FFF;
}
#extra a {
color:#FFF;
}

#sidebar {
background:url("img/sidebar.gif") no-repeat top;
}
.sidebox {
margin:0 10px 15px 10px;
border:1px solid #184D00;
padding:1px;
background:url("img/sidebox.jpg") repeat-x top #84D794;
padding-bottom:10px;
}
.sidebox h2 {
margin-top:0;
padding:5px 2px;
color:#000;
text-align:center;
}
.sidebox li, .sidebox ul {
list-style-type:none;
margin:0;
padding:0;
}
.sidebox li a {
color:#000;
font-weight:bold;
}
.sidebox p, .sidebox h2 {
margin:5px;
}
.sidebox ul ul {
margin-left:10px;
}

.post small {
color:#000;
margin:5px 0 10px 0;
display:block;
}
.post {margin-bottom:15px; padding-bottom:10px;border-bottom:1px solid #84D794;}
.post h2 span {
float:right;
background:#000;
color:#FFF;
border:1px solid #4C4C4C;
padding:3px;
}
.post img {
margin:5px 5px;
}
a.comments-link {
padding-left:26px;
background:url("img/com.gif") no-repeat left;
}
.postmetadata {
clear:both;
margin:5px;
}

.navigation {
margin:20px 10px;
padding-top:10px;
text-align: center;
}

/*commentaires*/
ol.commentlist {
margin:10px 10px 15px -40px;
_margin:10px 10px 15px -20px;
font-size:12px;
list-style-type:none;
}
ol.commentlist p {
margin:0;
}
ol.commentlist li {
padding:3px 3px 15px 0px;
_padding:3px 3px 15px 0px;
margin-bottom:10px;
}

.commentlist li a {
}
.commentlist li em {
padding-left:12px;
}
ol.commentlist .alt {
background:#efebeb;
}

ol.commentlist p.headcom {
margin-bottom:5px;
color:#303030;
}

form .button {
  width:90px;
  font-weight:bold;
  border:1px solid #FFF;
  background:#000;
  cursor:pointer;
  font-size:14px;
  color:#fff;
}