html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #444;
	background: #CED6D9 url(images/fond.jpg) repeat-x;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link {
	color: #333;
	background: transparent;
}

a:visited {
	color: #999;
	background: transparent;
}

a:hover {
	color: #111;
	background: transparent;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color: #999;
	background: transparent;
}

abbr, acronym, dfn {
	border-bottom: 1px dashed #9E0000;
}

abbr[title]:after, acronym[title]:after, dfn[title]:after {
	content: " (" attr(title) ")";
	color: #999;
	font-size: .6em;
}

a img {
	border: none;
}

hr {
	display: none;
}

h2 {
	color: #454A5F;
	background: transparent;
	font-size: 1.3em;
}

h2 a {
	color: #454A5F;
	background: transparent;
	text-decoration: none;
}

h2 a:visited {
	color: #454A5F;
	background: transparent;
}

label {
	cursor: pointer;
}

ul {
	list-style-image: url(images/puce.png);
}

ol {
	list-style: decimal;
}

blockquote {
	background: #EEE url(images/blockquote.png) no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

pre {
	font-size: 1.2em;
	font-family: monospace;
	border: 1px solid #E0E0E0;
	padding: 1em;
	margin: 0 auto;
	background: #EEE;
	color: #000;
	width: 90%;
	overflow: auto;
}

/*******************************************************************/

div#page {
	position: relative;
	width: 60em;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #EEE;
	background: #FFF;
	color: inherit;
}

/*******************************************************************/

#top {
	background: #36C url('images/coin-bd.png') no-repeat scroll bottom right;
}

#top h1 {
	margin: 0;
	padding: 1em;
	font-family: arial, sans-serif;
	letter-spacing: -1px;
	background: transparent url(images/titre.jpg) no-repeat;
}

#top h1 a {
	text-decoration: none;
	color: #FFF;
	background: transparent;
}

/*******************************************************************/

p#prelude {
	display: none;
}

/*******************************************************************/

div#content {
	/*width: 42em;*/
	float: left;
	padding: 1em;
}

div.post {
	margin-bottom: 2em;
	page-break-inside: avoid;
}

div.post div.post-chapo p {
	font-style: italic;
}

div.post a[href]:after {
	content: " (" attr(href) ")";
	color: #999;
	font-size: .6em;
}

div.post h2.post-title a[href]:after {
	content: "";
}

div.post p.seguir a[href]:after {
	content: "";
}

div.post p {
	text-align: justify;
}

div.post p img {
	margin: 0 .8em;
}

div.post p abbr img {
	margin: 0;
}

div.post p.post-info {
	background: #EEE url('images/postinfo.png') no-repeat scroll top right;
	padding: 3px;
	border: 1px solid #CCC;
	margin-bottom: 5em;
}

div.post p.post-info a[href]:after {
	content: "";
}

div.post p.post-info img {
	margin: 0;
}

div#comments form {
	display: none;
}

div#comments h3 {
	display: none;
}

div#comments h3[id = co] {
	display: block;
}

/*******************************************************************/

#sidebar {
	display: none;
}

/*******************************************************************/

#footer {
	clear: both;
	background: #CED6D9;
	color: #666;
	margin: 0;
	padding: 1em;
	height: 2em; /* pour un bug bizarre d'IE6 */
	font-size: .8em;
}

#footer span#m-dotclear {
	display: none;
}

#footer a {
	color: #666;
	background: transparent;
	text-decoration: none;
}

/*******************************************************************/

.field label {
	display: block;
}

fieldset {
	border: none;
}

textarea {
	width: 90%;
}