/* mise en page générale */

body {
	margin: 0px; padding: 0px;
}

#top {
        width: 732px;
        padding: 1ex 3ex 0px 0px;
	margin: 0px;
}
#top h1 {
	line-height: 2ex;
	font: 500% "Times New Roman",Times,serif;
	font-weight: bold;
	position: relative; 
	margin: 30px 0px 0px 300px;
	color: #333;
}
#top a:link, #top a:visited, #top a:hover {
	color: #06F;
	background-color: transparent;
	text-decoration: none;
	border: none;
}
#top h1 span { position: absolute; top: 0.15ex; left: 0.15ex; }
#top h1 a:link, #top h1 a:visited { position: absolute; top: 0px; left: 0px; }
#logo { float: left; border: none; }

#main {
	float: left;
	margin: -50px 0px 0px 5%;
	width: 70%;
}
#sidebar {
	width: 20%;
	float: left;
}
.M2simple {
	background: url("bord-d-ombre.gif") right top repeat-y;
	margin: 20px auto -10px 0px;
}

#q {
	border: inset 2px;
	background: #FFF url("chercher.gif") no-repeat 1px 1px;
	width: 80%; height: 22px;
	padding-left: 22px;
}

#refs {
	clear: both;
	padding-top: 10px;
}

/* mise en page - billets */

.post, .syndicate, .tags, .links, #comments, #pings { 
	padding: 0px;
	margin-bottom: 10px;
}
.syndicate, .tags, .links { 
	margin: 1.5ex 0px;
}
.post-title {
	font-size: 160%;
	color: #04A;
	padding: 0.5ex 0.5ex 0.25ex;
	margin: 0px;
}
.post-title a:link, .post-title a:visited {
	color: #04A;
	text-decoration: none;
	border: none;
}
.post-title a:hover {
	color: #00C;
	text-decoration: none;
	border: none;
	background-color: transparent;
}

.syndicate ul li { list-style: disc url("rss.png") outside; }
.tags      ul li { list-style: disc url("tag.png") outside; }
.links     ul li { list-style: disc url("retrolien.png") outside; }

/* Common styles
-------------------------------------------------------- */
ul { list-style: none; }
ul li { list-style: none; }

a:link, a:visited {
	color: #4D225D;
	text-decoration: none;
	border-bottom: dotted 1px #94B;
}
a:hover {
	color: #00F;
	text-decoration: none;
	border-bottom: solid 1px #00F;
}
pre { overflow: auto; width: 100%; height: auto; }
.left { float: left; }
.right { float: right; }

/* Post-content
-------------------------------------------------------- */
.post-content, .post-excerpt {
	line-height: 1.5em;
	font-size: 1.2em;
}

.post-content p,  .post-excerpt p,
.post-content h3, .post-excerpt h3,
.post-content h4, .post-excerpt h4,
.post-content h5, .post-excerpt h5,
.post-content ul, .post-excerpt ul
	{ padding: 1px 0px 1px 8px; }

.post-content strong, .post-excerpt strong { font-size: 0.9em; }
.post-content acronym, .post-excerpt acronym { cursor: help; border-bottom: 1px dashed #666; }

.post-content pre, .post-excerpt pre {
	font: 1.1em 'courier new', courier, monospace;
	background: #F5F5F5;
	padding: 10px 5px;
	margin: 6px 0;
}

.post-content h3, .post-excerpt h3 { font-size: 1.2em; color: #666; }
.post-content h4, .post-excerpt h4 { font-size: 1.1em; color: #666; }
.post-content h5, .post-excerpt h5 { font-size: 1.0em; color: #666; }

.post-content ul, .post-excerpt ul { margin: 0; }
	.post-content ul li, .post-excerpt ul li {
		padding: 1px 0 1px 10px;
		background: transparent url("li.png") no-repeat 0 5px;
	}
.post-content ol, .post-excerpt ol { padding: 4px 0; margin: 0 0 0 28px; }
	.post-content ol li, .post-excerpt ol li { padding: 1px 0; }

.post-content blockquote, .post-excerpt blockquote { border-left: 4px solid #CDCDCD; margin: 4px 0 4px 5px; padding: 0 5px; }
.post-content blockquote em, .post-excerpt blockquote em {}

/* Classes
-------------------------------------------------------- */
.day-date {
	color: #5E9E14;
	font-weight: bold;
}

a.feed {}

.post-info { font-style: italic; }

.post-tags {
	position: relative;
	border: 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 8px 0 0 0;
	overflow: hidden;
	height: 1%;
}
.post-tags li { display: inline; }
.post-tags li a:link, .post-tags li a:visited {
	color: #005D99;
	display: block;
	float: left;
	text-decoration: none; border: none;
	background: transparent url("tag.png") no-repeat 0 0;
	padding: 2px 8px 2px 18px;
	white-space: nowrap;
}
.post-tags li a:hover { text-decoration: underline; border:none;}

.post-info-co {
	clear: left;
	border: 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 0 0 2px 0;
}
.post-info-co a:link, .post-info-co a:visited {
	text-decoration: none;
	padding: 2px 10px 2px 18px;
}
.post-info-co a:hover { text-decoration: underline; }
	
.comment_count {
	background: transparent url("commentaire.png") no-repeat 0 50%;
}
.ping_count {
	background: transparent url("retrolien.png") no-repeat 0 50%;
}
.attach_count {
	background: transparent url("attach.png") no-repeat 0 50%;
}

.read-it {
	font-weight: bold;
	padding: 0 0 10px 0;
	clear: left;
}

#attachments {
	clear: left;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 4px 0 6px 0;
}
	#attachments * { color: #3C8FD1; }
	#attachments h3 { font-size: 1.2em; }
	#attachments ul { padding: 4px 0; }
	#attachments li {
		margin: 0 0 0.6em 0;
		padding: 2px 10px 2px 18px;
		background: transparent url("attach.png") no-repeat 0 50%;
	}
	#attachments li em {}
	#attachments li div {}
	#attachments li object {
	   display: inline;
	   margin: 0;
	   padding: 0;
	   vertical-align: bottom;
	}

.footnotes {
	border: 1px solid #E8E8E8;
	padding: 5px 0;
	margin: 6px 0 25px 0;
}
	.footnotes h4 {
		color: #005D99;
		background: #FBFBFB;
		border-bottom: 1px solid #E8E8E8;
		background: transparent url("img/report.png") no-repeat 4px 3px;
		padding: 2px 10px 2px 25px;
		margin: 0 0 6px 0;
		font-style: italic;
	}
	.footnotes p { padding: 4px 10px; }

/* Tags - Page des tags
-------------------------------------------------------- */

.content-inner ul.tags {
	position: relative;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 8px 0 20px 0;
	overflow: hidden;
	height: 1%;
	font-size: 120%;
}
.content-inner ul.tags li {
	/* display: inline; */
	display: block;
	float: left;
	margin: 4px;
	height: 18px;
	line-height: 18px;
	background: none;
}
.content-inner ul.tags li a:link, .content-inner ul.tags li a:visited {
	color: #005D99;
	text-decoration: none;
	white-space: nowrap;
}
.content-inner ul.tags li a:hover { text-decoration: underline; }
.content-inner ul.tags li a:focus, .content-inner ul.tags li a:active { background: #005D99; color: #FFF; }

/* Commentaires
-------------------------------------------------------- */

#comments h3, #pings h3 {
	clear: left;
	border: 1px solid #D9D;
	border-width: 0 0 1px 0;
	background: #FEE;
	padding: 5px;
	margin: 0 0 8px 0;
	font-size: 1.2em;
	color: #638;
}
#comments h3 { text-align: center; }
#comments h3 img { vertical-align: middle; }
#comments h3 img.feed { float: right; }
	
#comments dt, #pings dt {
	position: relative;
	top: 1px;
	display: block;
	padding: 10px 0 30px 0;
	background: transparent url(img/commentaire_bulle.png) no-repeat 50% 100%;
}
	#comments dt a:link, #comments dt a:visited { color: #3C8FD1; text-decoration: none; }
	#comments dt a:hover { text-decoration: underline; }
	#pings dt a:link, #pings dt a:visited { color: #3C8FD1; text-decoration: none; }
	#pings dt a:hover { text-decoration: underline; }

	#comments dd, #pings dd, dd.comment-preview {
		border: 1px solid #E8E8E8;
		border-width: 1px 0;
		background: #F5F5F5;
		padding: 10px;
		margin: 0 0 8px 0;
		font-size: 1.1em;
		line-height: 1.4;
	}
	#comments dd *, #pings dd *, dd.comment-preview * { padding: 5px 0; font-size: 1em; }

	#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover { color: #5E9E14; }
	#comments dd.me { border-left: 4px solid #5E9E14; }

	.comment-number, .ping-number {
		color: #3C8FD1;
		font-weight: bold;
		font-size: 1.4em;
	}

#ping-url {
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 20px 0 0 0;
	font-weight: bold;
	text-align: right;
}


.error {
	border: 2px solid red;
	padding: 10px 5px;
	margin: 20px 0 0 0;
	background: #FFCCCC;
	font-weight: bold;
}

.message {}

.pagination {
	clear: left;
	border: 1px solid #CDCDCD;
	border-width: 1px 0;
	background: #F5F5F5;
	padding: 5px;
	margin: 0 0 30px 0;
	text-align: center;
	color: #5E9E14;
	font-weight: bold;
}
	.pagination a:link, .pagination a:visited { color: #5E9E14; text-decoration: none; }
	.pagination a:hover { text-decoration: underline; }

#navlinks {
	border: 1px solid #CDCDCD;
	border-width: 1px 0;
	background: #F5F5F5;
	padding: 5px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #5E9E14;
	font-weight: bold;
}
	#navlinks a:link, #navlinks a:visited { color: #5E9E14; text-decoration: none; }
	#navlinks a:hover { text-decoration: underline; }
