/*
# ***** BEGIN LICENSE BLOCK *****
#
# Mélisande
# Theme by Kozlika
# Licensed under the GPL version 2.0 license.
# A copy of this license is available in LICENSE file at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# ***** END LICENSE BLOCK *****
*/

@import "custom.css";

body {
	margin: 0;
	padding: 0;
	background: #fff5ca url(images/body-bg.png);
	color: #fff;
	font-size: small;
	font-family: "Lucida Grande",tahoma, helvetica, arial,"Bitstream Vera Sans", sans-serif; 
	line-height: 140%;
	text-align: center;
}

/* Common styles
-------------------------------------------------------- */
p {
	margin: 0.2em 0 0.8em 0;
	}

h1,h2,h3,h4,h5, h6 {
	margin: 1em 0 0 0;
	font-weight: bold;
	}
h1 { font-size: 220%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

a {
	color: #066;
	text-decoration: none;
	}
a:hover, a:focus {
	border-bottom: 1px solid #b27c00;
	}
a img {
	border: none;
	}

pre, code, .monospace{
	font: 0.8em "Andale Mono", "Courier New", monospace;
	}
pre{
	width: 380px;
	overflow: scroll;
	border: 1px solid #ccc;
	padding: 0.5em;
	}

.left{
	float: left;
	margin-right: 1em;
	}
.right{
	float: right;
	margin-left: 1em;
	}

a.feed {
	background: transparent url(images/feed.png) no-repeat left center;
	padding-left: 16px;
	}
q, cite, blockquote {
  font-style: italic;
  }

/* Layout
-------------------------------------------------------- */

#page {
  position: relative;
	width: 760px;
  margin: 20px auto;
  padding: 0;
  text-align: left;
  color: #333;
  background: transparent url(images/page-bg.png) repeat-y;
  }
#top, #top h1, #top h1 a, #prelude {
  margin: 0;
  padding: 0;
  text-align: center;
  }
#top {
  background: transparent url(images/page-top.png) no-repeat left top;
  }
#prelude {
  margin-left: 180px;
  }
#prelude, #prelude a {
  color: #fff; /* supprimer cette ligne pour rendre le prelude visible */
  font-size: x-small;
  }
#prelude a:hover {
  border: none;
  }
#wrapper {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  }
#main {
  width: 100%;
  margin: 0 0 0 -230px;
  padding: 0;
  float: right;
  }
#content {
  margin: 0 0 0 230px;
  padding: 10px 60px 0 30px;
  }
#sidebar {
  width: 220px;
  margin: 0;
  padding: 0;
  float: left;
  }
#blognav, #blogextra {
  margin: 0;
  padding: 2em 16px;
  }
#footer {
  clear: both;
	padding: 14px 30px;
	background: transparent url(images/page-bottom.png) left bottom;
	}
#footer p {
  font-family: Georgia, serif;
  text-align: center;
	margin: 1px 0 1px 180px;
  }
#footer a {
  text-decoration: underline;
  }

/* Hack, merci http://www.fu2k.org/alex/css/onetruelayout/ */
#wrapper:after {
  content: '[ne pas supprimer]';
  display: block;
  height: 1px;
  clear: both;
  visibility: hidden;
	font-size: 1px;
  }
#wrapper {
  display:inline-block;
  }
/*\*/
* html #wrapper
	{
	height: 1%;
	}
#wrapper
	{
	display: block;
	}
/* */

#top h1 { 
  	text-align: center;
  	background: transparent url(images/top-deco.png) no-repeat 50% 100%;
  	height: 80px;
  	padding: 60px 0 0 0;
  	margin-left: 180px;
  	font-family: Georgia, serif;
  	font-style: italic;
  }
#top h1 a {
  font-weight: normal;
  }


/* Sidebar /!\ dont use widgets
-------------------------------------------------------- */
#sidebar {
  background: transparent url(images/sidebar-bg.png) repeat-y;
  font-size: x-small;
  }
#blognav {
  background: transparent url(images/sidebar-top.png) no-repeat left top;
  }
#blogextra {
  background: transparent url(images/sidebar-bottom.png) no-repeat left bottom;
  padding-bottom: 40px;
  }
#sidebar a:hover {
  background: #f1f3f3;
  }
#sidebar img {max-width:188px;}
#topnav {
	margin: 12px 12px 24px 0;
	padding: 0;
	font-size: small;
	}
#sidebar #topnav ul {
  margin: 0;
  padding: 0;
	list-style-type: none;
	}
#sidebar #topnav li {
  margin: 0;
  padding: 0;
  line-height: 160%;
  }
#sidebar #topnav li a, #sidebar #topnav li a:hover {
  background: transparent url(images/topnav-li.png) no-repeat 0 50%;
  display: block;
  margin:0;
  padding: 0 0 0 20px;
  }
#sidebar #topnav li a {
  padding-bottom: 1px;
  }
#topnav span {
  display: none;
  }
#sidebar ul{
	margin: 0.2em 0 1em 1em;
	padding: 0 0 0 0.5em;
	list-style-type: disc;
	color: #988;
	}
#sidebar ul ul {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
}
#sidebar li li {
}
#sidebar h2 {
  background: transparent url(images/sidebar-h2.png) no-repeat;
  margin-top: 1.5em;
  padding-left: 20px;
  color: #888;
	}
#sidebar h3 {
  margin-top: 0.66em;
  color: #888;
	}
#sidebar form {
  margin: 4px 0;
  }
#sidebar fieldset {
	margin: 0 0 0.5em 0;
	padding: 0;
	}
#sidebar #q {
  margin: 0 0 0 14px;
	padding: 2px 0;
	width: 120px;
	background: #f3f3f3;
	}
#sidebar .submit {
	padding-left: 2px;
	padding-right: 2px;
	color: #666;
	}
.tags ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
	}
.tags ul li {
	margin: 0;
	padding: 0 8px 0 0;
	display:inline;
	}
.tags ul li a {
  padding: 0;
  margin: 0;
  }
.tags .tag0 { font-size: 75%; }
.tags .tag10 { font-size: 80%; }
.tags .tag20 { font-size: 90%; }
.tags .tag30 { font-size: 100%; }
.tags .tag40 { font-size: 110%; }
.tags .tag50 { font-size: 120%; }
.tags .tag60 { font-size: 130%; }
.tags .tag70 { font-size: 140%; }
.tags .tag80 { font-size: 150%; }
.tags .tag90 { font-size: 160%; }
.tags .tag100 { font-size: 170%; }
#sidebar .syndicate ul {
  list-style-type: none;
  }
#sidebar .syndicate ul li {
	padding-left: 0;
	margin-left: 0;
}

#sidebar .categories li.category-current {
	font-weight: bold;
}
#sidebar .categories li.category-current li {
	font-weight: normal;
}
body.dc-tags ul.tags {
	font-size: 120%;
	}


/* MAIN
-------------------------------------------------------- */
.pagination {
  text-align: right;
  }
.day-date{
  margin-top: 1.66em;
  }
.post {
	margin-bottom: 2em;
	}
.post-title {
  font-family: Georgia, serif;
  font-style: italic;
	font-size:140%;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #b27c00;
  }
.post-title a, .post-info a, .post-tags a {
	color: #b27c00;
  font-weight: bold;
  }
.post-content {
  font-family: "trebuchet ms", tahoma, helvetica, arial,"Bitstream Vera Sans", sans-serif;
	text-align: justify;
	}
.post-content blockquote {
	font-family: Georgia, "times new roman",serif;
	font-size: 90%;
	font-style: italic;
	color: #222;
	}
.post-content blockquote em {
	font-style: normal;
	}
.post-info, .post-tags { 
  font-size: x-small;
  padding:0;
  margin: 0;
  }
.post-content, .post-excerpt, .post-info {
  border-top: 1px solid #d9f3f3;
  }
.post-content, .post-excerpt {
  padding-top: 16px;
  }
.post-excerpt p img, .post-content p img {
  max-width:440px;
}
.post-info a {
	background: transparent;
	text-decoration: none;
	}
.post-info-co {
  clear:both;
	text-align: center;
	font-size:x-small;
	}
#attachments h3 {
	color: #999;
	margin-bottom: -0.25em;
	}
#attachments ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border: 1px solid #ccc;
	}
#attachments li {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 20px;
	background: transparent url(img/attachment.png) no-repeat 0 50%;
	}
#attachments li em {
	font-style: normal;
	font-weight: bold;
	color: #666;
	}
#attachments li div {
	margin: 0.5em 0 0 0;
	}
#attachments li object {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}
ul.post-tags {
	list-style: none;
	display: block;
	padding: 0;
	font-size: 0.86em;
	}
ul.post-tags li {
	display: inline;
	margin: 0 0.6em 0 0;
	padding: 0 0 0 14px;
	background: transparent url(images/tag.png) no-repeat left center;
	}
ul.post-tags li:after {
	content: ',';
	}
ul.post-tags li:last-child:after {
	content: '';
	}

/* zone des commentaires */
#comments {
  clear: both;
  }
#comments dd, #comments dt, #comments dl, #pings dd, #pings dt, #pings dl { 
  padding: 0 4px; 
  margin: 0; 
  }
#comments dt, #pings dt { 
  margin-top: 0.5em;	
  font-family: "century gothic", "gill sans", sans-serif;	
  font-size: 0.92em;
  padding-bottom: 2px;
  }
#comments dd, #pings dd {
  border-top: 1px solid #ccc;
  padding-bottom: 12px;
  }
#comments dd p, #pings dd p { 
  margin-top: 0.5em;
  }
#comments dt .comment-number, #pings dt .comment-number {
  font-size: 2em; 
  }
#comments dt .comment-number:hover, #pings dt .comment-number:hover {
  color: #970f00;
  }
#ping-url { 
  font-size: 0.9em; 
  }
#ping-url .monospace {
  font-size: 1em;
  }
#comments dt.me {
	font-weight: bold;
	color: #333;
	}


.error {
	border: 2px solid #c00;
	padding: 0.5em;
	background: #eee;
	}
.message {
	color: #c60;
	}

/* Forms
-------------------------------------------------------- */
fieldset {
	border:  none;
	margin: 0.5em 0;
	padding: 0;
	}
p.form-help { font-size:0.9em;}
label{
	cursor: pointer;
	}

#comment-form {
  margin-bottom: 2em;
  padding: 1% 1% 1% 3%;
  font-size: .9em;
  }
#comment-form h3 {
  font-size: 1.25em;
  }

.field label{
	display: block;
	clear:both;
	float: left;
	width: 13em;
	font-size: 0.9em;
	text-transform: uppercase;
	}
.field span { 
  font-weight: bold; 
  }
input, textarea {
  border-bottom: 1px solid #ccc;
	font: 1em tahoma, helvetica, arial,"Bitstream Vera Sans", sans-serif;
	padding: 1px;
	}
input[type=text], textarea, select {
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	background: #f7f7f7;
	}
select {
  margin-top: 0.5em;
  }
textarea {
  clear:both;
	width: 97%;
	font-size: 1em;
	background: #f5f4f4;
	}
input[type=text]:hover, textarea:hover {
	border-color: #f90;
	}
input[type=text]:focus, textarea:focus {
	background: #ece;
	border: 1px solid #cceecc;
	border-top: none;
	border-bottom: none;
	}
input.submit {
	font-weight: bold;
	}

#navlinks {
  text-align: right;
  }
  
/* =========================================
PAGES SPECIFIQUES
========================================== */

#content-info {
  padding: 0.1em 1em;
  text-align: center;
  background: #d9f3f3;
  }
#content-info h2 {
  color: #655;
  margin: 0.5em 0;
  }
#content-info p {
  font-size: x-small;
  }
.dc-tags .content-inner ul {
  list-style-type: none;
  line-height: 200%;
  }
.dc-tags .content-inner ul li {
  display: inline;
  }
.dc-tags .content-inner ul li a {
  color: #655;
  }
.dc-tags #content ul li { padding-right: 14px; }
.dc-tags #content .tag0 { font-size: 100%; }
.dc-tags #content .tag10 { font-size: 110%; }
.dc-tags #content .tag20 { font-size: 120%; }
.dc-tags #content .tag30 { font-size: 130%; }
.dc-tags #content .tag40 { font-size: 140%; }
.dc-tags #content .tag50 { font-size: 150%; }
.dc-tags #content .tag60 { font-size: 160%; }
.dc-tags #content .tag70 { font-size: 170%; }
.dc-tags #content .tag80 { font-size: 180%; }
.dc-tags #content .tag90 { font-size: 190%; }
.dc-tags #content .tag100 { font-size: 200%; }

.dc-archive-month h2 {
  margin-bottom: 0;
  font-size: medium;
  }
.dc-archive-month .day-date {
  margin: 1.5em 0 0.5em 0;
  }
.dc-archive-month .post-info {
  border: none;
  }
.dc-archive-month .post-info a {
  color: #066;
  }
.dc-category #content-info p img {
  max-width:414px;
}
#subcategories {
	margin: 1em 0;
	padding: 0.5em;
}
#subcategories h3 {
	margin: 0;
}
#subcategories ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 20px;
	line-height: 1.4;
}
/* clearers
------------------------------------------------------------ */
#footer, .post, .post-excerpt, .post-content, 
.footnotes, .attachments, .post-info-co, #comments {
  clear:both;
  }
  
