html, body {
margin: 0;
padding: 0;
text-align: center;
height:100%;
}


#page {
min-height:100%;
height:100%;
width: 800px;
margin: 0em auto;
text-align: left;
}


h1 {
margin: 0;
}

#prelude {
position: absolute;
width: 780px;
top: 0px;
left: 50%;
margin: 0 0 0 -390px;
padding: 0 1ex;
}


#content {
float: left;
width: 545px;
min-height:100%;
margin: 0 0 0 30px;
padding: 1em 0 0 0;
}


.post {
margin-bottom: 4em;
}


#menu {
float: right;
width: 210px;
padding-bottom: 4em;
}


#menu div {
margin: 0 0 0 0;
padding: 1ex 1em;
}


#footer {
padding: 1ex 1em 1ex 1em;
margin : 0;
clear: both;
}


/* --- Les éléments HTML en général --- */

body {
margin: 0;
padding: 0;
background: #333;
color: #000;
font-size: 75%;
font-family: Verdana, 'Sans serif', sans;
}


h1, h2, h3, h4, h5, h6 {
font-family: Verdana, 'Sans serif', sans;
}


h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }


pre, code {
font-size: 1.2em;
}


pre {
width: 100%;
overflow: auto;
border: 1px solid #CCC;
}


fieldset {
border: none;
}


label {
cursor: pointer;
}


.field label {
display: block;
}


input,textarea {
border: 1px solid #999;
}


textarea {
width: 100%;
font-size: 1em;
font-family: Verdana, 'Sans serif', sans;
}


a {
color: #000;
}


a:visited {
color: #000;
}


a:hover {
color: #666;
}


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


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


#content img {
text-decoration: none;
border: 2px solid black;
}


/* --- La page --- */

#page {
display: table;
background: #fff;
color: inherit;
}
 


/* --- L'entête --- */

h1 {
height: 120px;
background: #333 url(default/top.png) no-repeat left top;
padding:10px 0 0 40px;
color: #000;
font-size: 3em;
}

h1 a {
text-decoration: none;
color: #000;
display:block;
}



/* --- Le contenu --- */

.day-date {
padding-left: 20px;
margin-left: -25px;
color: #888;
background: transparent url(default/day-date.png) no-repeat left center;
font-style: italic;
}


.post-title {
background: transparent url('default/new_post.png') no-repeat left;
/*background-color: #eee;*/
color: #000;
font-family: Verdana, 'Sans serif', sans;
margin-bottom: 0;
font-size: 16px;
margin-top: 5px;
margin-right: 10px;
padding-left: 18px;
font-weight:  bold;
}


.post-title a {
background: transparent;
color: #000;
font-family: Verdana, 'Sans serif', sans;
font-weight:  bold;
text-decoration: none;
}


.post-title a:hover {
background: transparent;
color: #000;
text-decoration: none;
}

.delcom {
	float:right;
	margin:1em .5em 0 0;
}

.delfriend {
	float:right;
	font-size:.8em;
	margin-top:-1em;
}

.post-info {
margin-top: 0;
color: #FA0;
background: transparent;
padding-bottom: 1ex;
font-size: 10px;
}


.post-info a {
color: #FA0;
background: transparent;
text-decoration: none;
font-size: 10px;
}


.post-content {
text-align: justify;
}


.post-content blockquote {
font-family: Georgia, serif;
font-style: italic;
}


.post-info-co a {
text-decoration: none;
}



#trackbacks blockquote, #comments blockquote {
border: 1px solid #000;
margin: 1em 0;
padding: 1ex 1em;
}



/* --- La barre de navigation --- */

#menu div {
margin-top: 42px;
color: inherit;
}


#menu div ul {
margin: 0;
padding: 0;
list-style: none;
}


#menu h2, #menu h3 {
color: #000;
margin: 0 0 1ex 0;
}


#menu h3 {
font-size: 1em;
margin: 0;
}

a#friend {
	display:block;
	margin-top:2em;
}


/* --- Le pied de page --- */

#footer {
margin: 0;
padding: 1em;
border-top: 1px solid #CCC;
background: #FFF;
color: #000;
}


#footer a {
color: #000;
}

#footer img {
	border:0;
}

#loading {
	float:right;
}

#showcommentsfull {
	display:block;
	margin-bottom:1em;
}
