/* CSS Document */
@import url(layout.css);
.alignleft {
float:left;
}
.alignright {
float:right;
}
a:link, a:visited {
color:#2f9daf;
}
h1, h2, h3, h4 {
color:#a80000;
}
h1 {
font-size:18px;
}
h2 {
font-size:16px;
}
h3 {
font-size:14px;
}
h2 a:link, h2 a:visited {
color:#a80000;
}
#sidebar .inner {
margin:10px;
}
#content .inner {
margin:0 10px 10px 15px;
}
body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
background:url("img/bg.jpg") no-repeat center top #2e0000;
color:#575757;
line-height:150%;
}
#page {
background:url("img/page.gif") repeat-y;
}
#header {
background:url("img/header.jpg") no-repeat;
height:267px;
position:relative;
} 
#header h1 a {
position:absolute;
top:140px;
left:0;
display:block;
width:250px;
height:100px;
overflow:hidden;
text-indent:-5999px;
}
#header .description {
display:none;
}
#searchform {
position:absolute;
width:600px;
top:80px;
left:300px;
color:#6c0c00;
text-align:center;
}
#searchform .txt {
width:120px;
background:#FFF;
border:1px solid #6c0c00;
}
#searchform .submit {
background:#6c0c00;
border:1px solid #6c0c00;
color:#FFF;
}
#pubhaut {
position:absolute;
top:110px;
width:600px;
height:120px;
left:300px;
text-align:center;
}
#footer {
background:url("img/footer.gif") no-repeat top #2e0000;
padding-top:40px;
padding-bottom:15px;
color:#FFF;
}
#footer a {
color:#FFF;
}
#sidebar {
background:url("img/sidebar.gif") no-repeat top;
}
.sidebox {
margin-bottom:15px;
}
.sidebox h2 {
margin-top:0;
padding:5px 2px;
border-bottom:1px solid #ddc5b5;
border-top:1px solid #ddc5b5;
color:#a80000;
}
.sidebox li, .sidebox ul {
list-style-type:none;
margin:0;
padding:0;
}
.sidebox li a {
color:#008da6;
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;text-align: justify;margin-right: 10px;}
.post h2 span {
float:right;
background:#290000;
color:#FFF;
border:1px solid #5A0000;
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;
}

/*commentaires*/
/* comments */
#commentform {width:100%;padding-top:15px;}
#commentform h3 {
margin-bottom:10px;
}
form p {border-color:#666666;margin-bottom:10px;}
form label { color:#000;}
form input {color:#414141;border:1px solid #CCC;}
form input, form textarea {
	font-size: 11px;
	border: none;
	padding:3px;
        border:1px solid #CCC;
}
form textarea {overflow:auto;}
#commentform input {width:200px;border:1px solid #CCC;}
#commentform textarea {width:325px;border:1px solid #CCC;}

form .button {
  width:90px;
  font-weight:bold;
  border:1px solid #FFF;
  background:#000;
  cursor:pointer;
  font-size:14px;
  color:#fff;
}

ol.commentlist {
margin:10px 10px 15px -40px;
_margin:10px 10px 15px 0px;
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;
}
