html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #fff;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h2{font-size: 1.2em; margin: 1em 0;}
h3{font-size: 1em; margin: 0.8em 0;}
h4{font-size: 1em; font-weight: normal}

a:link{color:#000; background:transparent;}
a:visited{color:#844; background:transparent;}
a:hover{color:#000; background:transparent;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
a img{border: none;}

abbr, acronym{
	border: none;
	background: transparent url(img/dotted.png) repeat-x bottom;
	cursor : help;
}

code, pre, kbd {
	font-family:"Courier New", Courier, monospace; font-size : 1em;
}

pre {
overflow: scroll;
width: 100%;
}
html>body pre {
overflow: auto;
width: auto;
}

ol.pre2ol {
	background: #ddd;
	-moz-border-radius: 10px;
	font-family:"Courier New", Courier, monospace; font-size : 0.9em;
	padding-left : 40px;
	padding-right : 10px;
	margin-left : 0;
}
ol.pre2ol li {
     color : #999;
     margin : 0;
     border-top : 1px solid #bbb;
	 font-size : 1em;
}
ol.pre2ol span {
     color : #000;
}

fieldset{
	display:none;
}

input, textarea{
	border: 1px solid #999;
	background: #fff;
}

.left{
	display:none;
}

.right{
	display:none;
}

/* Header
********************************************/
#top{
	display:none;
}

#prelude{
	display:none;
}

/* Post
********************************************/
#content{
	color: #222;
	background: transparent;
}

.post{
	margin-top: 20px;
}

.day-date{
	display: none;
}

.post-title{
	padding-left: 20px;
	background: #FFF url(img/sstar.png) no-repeat left;
	background-position: 0 0.1em;
	color: #000;
	margin-bottom: 0;
}

.post-title a{
	color: #000;
	background: transparent;
	text-decoration: none;
}

.post-info{
	padding-left: 20px;
	margin-top: 0;
	color: #000;
}

.post-info a{
	color: #000;
	background: transparent;
}

.post-chapo {
	background: #fff;
	padding: 10px 10px 5px 10px;
	text-align: justify;
}

.post-content {
	text-align: justify;
	padding: 0 10px 10px 10px;
}

.post-content p{
	text-align: justify;
	/*overflow: auto;*/
}

.post-content img{
	max-width: 100%;
}

.post-content ul{
	list-style-image: url(img/puce.png);
}

.post blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

.post blockquote p{
	width: auto;
}

.post-info-co{
	clear: both;
	text-align: right;
	margin-top: 0em;
	margin-bottom: 1em;
	padding: 0.5ex;
	/* -moz-border-radius connu pour ne pas etre valide */
}

.post-info-co a{
	color: #222;
	background: transparent;
	text-decoration: none;
}

.post-info-co a:before{
	content: url(img/bulle.png);
	margin-right: 1ex;
}

/* Trackbacks et commentaires
********************************************/

#trackbacks, #comments{
	display:none;
}

/* Sidebar
********************************************/
#sidebar{
	display:none;
}

/* Footer
********************************************/
#footer{
	display:none;
}

hr {
	border: 0px;
	border-top: 1px solid #ccc;
	height: 1px;
}

#nav-box {
	display:none;
}

.google {
	display:none;
}

.une {
}

.une h2 {
	display:none;
}

.google-une {
	display:none;
}

.sondage-une {
	display:none;
}

.sondage-une p {
	margin:0px;
}

.sondage-une .radio {
	border: none;
	background: #e5e5e5;
}
