/*
 * Theme Name: Le Joran
 * Author: Nicolas Friedli */

/* Reset d'Eric Meyer 
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* On passe aux choses sérieuses */

body {
	font-size: 80%;
font-family:'Lucida Sans','Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	color: #444;
}

a {
	text-decoration: none;
	color: #6887f8;
}

h3 {
	margin-top: 1em;
	font-size: 1.1em;
	color: #6887f8;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

#page,
#header,
#footer,
#content,
#sidebar {
}
	

#page {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 200px;
}


#content {
	width: 740px;
	float: left;
}

#sidebar {
	width: 200px;
	float: right;
}

#footer {
	clear: both;
}

.post, .page {
	margin: 1em 0 2em;
}

.post h2, #page h2 {
	font-size: 1.1em;
	line-height: 1.3;
}

.post small {
	font-size: .8em;
	color: #888;
}

.entry {
	margin: 1em 0;

}

.entry p {
	line-height: 1.2;
	margin-bottom: .5em;
}

.postmetadata {
	padding: 1em;
	margin-bottom: 3em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #EEE;
}

.postmetadata p {
	line-height: 1.2em;
}

.entry ul, .entry ol {
	margin: 1em;
}

.entry ul li {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: .2em;
	line-height: 1.1;
}

.entry ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: .2em;
	line-height: 1.1;
}

#sidebar h2 {
	font-size: 1.1em;
	margin-top: .5em;
}

#sidebar ul {
	line-height: 1.1;
}

#sidebar ul li {
	margin-left: 1em;
}








#sidebar a {
	display: block;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

blockquote {
	margin: 1em;
	padding: 1em;
	background: #EEE;
	border: 1px solid #DDD;
}

em {
	font-style: italic;
}
