@import url(layout.css);
.alignleft {
float:left;
}
.alignright {
float:right;
}
a:link, a:visited {
color:#ffcc00;
}
h1, h2, h3, h4 {
color:#e8b28a;
}
h1 {
font-size:18px;
}
h2 {
font-size:16px;
}
h3 {
font-size:14px;
}
h2 a:link, h2 a:visited {
color:#ffcc00;
}
body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
background:url("img/bg.jpg") no-repeat center top #000;
color:#ffecc0;
line-height:150%;
}
#page {
background:url("img/page.gif") repeat-y;
border-bottom:2px solid #333;
}
#header {
background:url("img/header.jpg") no-repeat;
height:179px;
position:relative;
} 
#header h1 {
margin:0;
padding:0;
}
#header h1 a {
position:absolute;
top:0;
left:0;
display:block;
width:350px;
height:180px;
overflow:hidden;
text-indent:-5999px;
}
#header .description {
display:none;
}
#searchform {
position:absolute;
top:17px;
left:785px;
color:#6c0c00;
text-align:center;
}
#searchform .txt {
width:80px;
background:#FFF;
border:0;
float:left;
font-size:11px;
display:inline;
margin:6px 10px 0 0px;
}
#searchform .btn {
width:30px;
height:25px;
}
#footer {
color:#FFF;
padding:10px;
}
#footer a {
color:#FFF;
}
#sidebar {
background:url("img/sidebar.gif") repeat-y;
color:#211200;
}
#sidebar a {
color:#cb0064;
}
#sidebar a:hover {
color:#59223d;
}
#sidebar ul ul li {
border-bottom:1px solid #f7d2d3;
padding:2px 0;
}
#sidebar li a {
text-decoration:none;

}
.sidebar-haut {
background:url("img/sidebar_haut.gif") no-repeat top left;
height:28px;
}
.sidebar-bas {
background:url("img/sidebar_bas.gif") no-repeat bottom;
height:17px;
}
#sidebar h2 {
background:url("img/sidebox_haut.gif") no-repeat top left;
color:#cb0300;
border-bottom:1px solid #f0cd92;
padding-bottom:6px;
}
.sidebox li, .sidebox ul {
list-style-type:none;
margin:0;
padding:0;
}
.sidebox li a {
color:#008da6;
font-weight:bold;
}
.sidebox li a:hover {
color:#001d66;
}
.sidebox ul ul {
margin:0 10px 10px 10px;
}


/* POSTS */
.post {
background:#3a1000;
}
.post h2 a:hover {
color:#ffe88e;
}
.box h2, .box p {
margin:0;
}
.box h2 {
margin-bottom:5px;
}
.box {
padding:10px 0;
}
.box-date {
background:url("img/date.gif") no-repeat top left;
color:#8b0700;
height:44px;
width:43px;
position:relative;
float:left;
display:inline;
text-align:center;
margin-right:10px;
}
.box-date-day {
font-size:22px;
font-weight:bold;
}
.box-date-mon {
position:absolute;
font-size:12px;
height:15px;
top:25px;
width:41px;
left:0;
}
.soustitre {
color:#ffbe60;
}
.soustitre a {
color:#ffbe60;
}
.post {margin-bottom:15px; padding:0 5px 10px;border:1px solid #91683c;}
.post img {
margin:5px 5px;
}
a.comments-link {
padding-left:16px;
background:url("img/com.gif") no-repeat left;
}
.postmetadata {
clear:both;
margin:5px;
text-align:right;
color:#ffbe60;
font-size:11px;
}

.navigation {
margin:20px 10px;
padding-top:10px;
}

/*commentaires*/
/* comments */
#commentform {background:#FFE3BE;padding:10px;color:#000;}
#commentform a {
color:#990000;
}
#commentform h3 {
margin-bottom:10px;
}
form p {border-color:#666666;margin-bottom:10px;}
form label { color:#000;font-weight:bold;display:block;}
form input {color:#414141;}
form input, form textarea {
	font-size: 11px;
	border: none;
	padding:3px;
}
form textarea {overflow:auto;}
#commentform input {width:200px;}
#commentform textarea {width:325px;border:1px solid #CCC;}

form .button {
  width:90px;
  font-weight:bold;
  border:1px solid #FFF;
  background:#9D0206;
  cursor:pointer;
  font-size:14px;
  color:#fff;
}

ol.commentlist {
margin:10px 10px  15px 10px;
font-size:12px;
list-style-type:none;
}
ol.commentlist p {
margin:0;
}
ol.commentlist li {
padding:3px 3px 10px 15px;
margin-bottom:10px;
}

.commentlist li a {
}
.commentlist li em {
padding-left:12px;
}
ol.commentlist .alt {
background:#301d06;
}

ol.commentlist p.headcom {
margin-bottom:5px;
color:#FFF;
}

