/* CSS Document */
@import url(layout.css);
.alignleft {
float:left;
}
.alignright {
float:right;
}
a:link, a:visited {
color:#B30101;
}
h1, h2, h3, h4 {
color:#B30101;
}
h1 {
font-size:18px;
}
h2 {
font-size:16px;
}
h3 {
font-size:14px;
}
h2 a:link, h2 a:visited {
color:#B30101;
}
#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 #000000;
color:#000000;
line-height:150%;
}
#page {
background:url("img/page.gif") repeat-y;
}
#header {
background:url("img/header.jpg") no-repeat;
height:210px;
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:40px;
left:450px;
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 #000000;
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:#B30101;
}
.sidebox li, .sidebox ul {
list-style-type:none;
margin:0;
padding:0;
}
.sidebox li a {
color:#B30101;
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:#FFFFFF;
color:#B30101;
border:1px solid #B30101;
padding:3px;
}
.post img {
margin:5px 5px;
}
a.comments-link {
padding-left:26px;
background:url("img/com.gif") no-repeat left;
}
.postmetadata {
text-align: center;
padding: 0px 10px 0px 10px;
color: #B50000;
font-family: arial;
font-size: 12px;
font-weight: normal;
line-height: 20px;
border-top: 1px solid #B50000;
margin-top: 10px;
}
.postmetadata li {
display:inline;
padding:3px 3px;
border-right:0px solid #9C0C08;
}

.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;
}

#commentlist { margin: 1.2em 0;padding: 0;list-style-type: none;color: black; text-align: left;} 
#commentlist a { color: black;} 
#commentlist li { margin: 1em 0;padding: 0 20px;} 
.commentalt { background: url(img/comj.jpg) repeat-y !important;} 
.commentauthor { margin: 1em 0 0 0;} 
.commentOfficialUser { border: 1px solid #000000;background: url(img/comr.jpg) repeat-y;width: 490px;} 
.comment { border: 1px solid #CCC;background: url(img/comj.jpg) repeat-y;width: 490px;} 
.commentauthor a { font-weight: bold;} 
.commentmeta { margin-top: 0; font-size: 0.9em;} 
#comment { width: 98%;} 
#comment label { font-weight: bold; } 
form label { color:#000;font-weight:bold;display:block;} 
#commentform {background:#FFFFFF;padding:0px;color:#000;} 
#commentform a {color:#000;}
