@import url(layout.css);
.alignleft {
float:left;
}
.alignright {
float:right;
}
a:link, a:visited {
color:#ea005d;
}
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:#112c70;
}
body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
background:url("img/bg.jpg") no-repeat top center #870030;
color:#8c0004;
line-height:150%;
}
#page {
background:url("img/page.gif") repeat-y;
}
#header {
background:url("img/header.jpg") no-repeat;
height:183px;
position:relative;
} 
#header h1 {
margin:0;
padding:0;
}
#header h1 a {
position:absolute;
top:0;
left:0;
display:block;
width:250px;
height:180px;
overflow:hidden;
text-indent:-5999px;
}
#header .description {
display:none;
}
#searchform {
position:absolute;
width:756px;
top:112px;
left:184px;
color:#6c0c00;
text-align:center;
padding-top:11px;
}
#searchform input {
display:inline;
}
#searchform .txt {
border:1px solid #5c5c5c;
}
#searchform .btn {
background:#870030;
border:1px solid #870030;
color:#FFF;
}

#footer {
background:url("img/footer.gif") no-repeat bottom;
padding-bottom:133px;
}
#footer .inner {
padding:10px;
}
#footer a {
color:#FFF;
}
#sidebar {
background:url("img/sidebar.jpg") no-repeat top;
}
.sidebox {
margin-bottom:15px;
background:url("img/sidebox.gif") repeat-y;
}
.sidebox-bas {
background:url("img/sidebox_bas.gif") no-repeat bottom left;
height:14px;
}
.sidebox h2 {
margin:0;
height:50px;
background:url("img/sidebox_haut.gif") no-repeat top left;
padding:0;
color:#FFF;
line-height:40px;
padding-left:10px;
}
.sidebox li, .sidebox ul {
list-style-type:none;
margin:0;
padding:0;
}
.sidebox li a {
color:#ea005d;
font-weight:bold;
}
.sidebox li a:hover {
color:#990034;
}
.sidebox p, .sidebox h2 {
}
.sidebox ul ul {
margin:0 10px 10px 15px;
}


/* POSTS */
.box h2, .box p {
margin: 0px;
}
.box h2 {
margin-bottom:5px;
}
.box {
padding:10px 0;
}
.box-date { 
background:url("img/date.gif") no-repeat top left; 
color:#FFF; 
height:43px; 
width:43px; 
position:relative; 
float:left; 
display:inline; 
text-align:center; 
margin-right:10px; 
}
.box-date-day {
font-size:20px;
}
.box-date-mon {
position:absolute;
font-size:12px;
height:15px;
top:25px;
width:41px;
left:0;
}
.soustitre {
color:#7a7a7a;
}
.soustitre a {
color:#7a7a7a;
}
.post {margin-bottom:15px; padding-bottom:10px;border-bottom:1px solid #ffb8ae;}
.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:#7a7a7a;
font-size:11px;
}

.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;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 {
}
ol.commentlist li {
padding:3px 3px 10px 15px;
margin-bottom:10px;
}

.commentlist li a {
}
.commentlist li em {
padding-left:12px;
}
ol.commentlist .alt {
background:#FFF;
}

ol.commentlist p.headcom {
margin-bottom:5px;
color:#303030;
}

