/* Ici, on met tout à plat */
* {
	margin: 0;
	padding: 0;
}

/* Les liens */
a {
	color: #3256B6;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	color: #e00;
	border-bottom: 1px dashed;
}
a.wiki {
	color: #222288;
}

/* Quelques définitions de base */
body {
	background-color: #041a61;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

/* Redéfinissons quelques tailles */
h1 {
	font-size: 230%;
	font-weight: normal;
}
h2 {
	font-size: 200%;
	font-weight: normal;
}
h3 {
	color: #999;
	font-size: 180%;
	font-weight: normal;
}
h4 {
	margin: 1ex;
}


.hidden {
	display: none;
}
.clear {
	clear: both;
}

/* La page */
#page {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	text-align: left;
}

/* L'en-tête */
#header {
	background-color: #4f57c5;
	border-bottom: 4px solid #fc0;
	color: white;
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#header h1 {
	color: white;
	font-size: 325%;
}
#header h1 a {
	color: white;
	text-decoration: none;
	border-bottom: 0px;
}
#header h1 a:hover {
	color: white;
	text-decoration: underline;
}
#header h3 {
	font-style: italic;
	letter-spacing: 0.15ex;
	text-transform: lowercase;
}

/* Le conteneur général du milieu de la page */
#main {
	background-color: white;
	float: left;
	width: 100%;
}

/* La dedans va le #content */
#content-wrapper {
	float: left;
	width: 500px;
	border-right: 1px dashed #a3a39c;
}

/* Le contenu */
#content {
	padding: 25px;
}
#content h2 {
	margin: 1em 0px 1ex 0px;
}
#content h3 a {
	border-bottom: 1px dotted #a3a39c;
	display: block;
	padding-bottom: 2px;
}
#content p {
	line-height: 150%;
	text-align: justify;
	margin-top: 1em;
}
#content img[style] {
	padding-left: 5px;
}
#content .info {
	color: #b0af99;
	font-size: 80%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	clear: left;
}
#content .entry {
	margin-top: 2em;
}
#content .first.entry {
	background-color: #f7f3e8;
	margin: -25px;
	margin-bottom: 10px;
	padding: 25px;
	padding-bottom: 0px;
}
#content .first.entry h3 {
	margin-top: 0.25em;
}
#content blockquote {
	border: 1px solid silver;
	border-left: 4px solid silver;
	margin: 1em 1ex 1em 1ex;
}
#content blockquote pre {
	overflow: auto;
}
#content code {
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
}
#content #categorie, .categorie {
	color: #999;
	margin-left: 20px;
	font-style: italic;
	margin-top: 4pt;
}
#content ul, #content ul {
	margin-top: 1ex;
	margin-left: 1.5em;
}
#content li {
	margin-bottom: .25em;
	line-height: 130%;
	text-align: justify;
}
#content dl {
        margin-top: 1ex;
	margin-left: 0.5em;
}
#content dt {
        margin-top: 1ex;
	margin-left: 0.5em;
	text-align: justify;
}
#content dd {
        margin-top: 0.5ex;
	margin-left: 2.5em;
	text-align: justify;
}
#comments, #trackbacks {
	clear: right;
}
#comments input.title, #comments input.email, #comments input.url, #comments textarea {
	width: 90%
}
#comment_form {
        padding-top: 1em;
        padding-bottom: 1ex;
}

.book, .flim {
	font-style: italic;
}
img.right {
	float: right;
}
img.left {
	float: left;
}

div.article > p:first-child:first-letter {
	font-size: 430%;
	font-weight: bold;
	float: left;
	color: #822200;
	padding-right: 3px;
}
div.article > p:first-child:first-line {
	font-variant: small-caps;
}


/* La dedans va la #sidebar */
#sidebar-wrapper {
	float: right;
	width: 225px;
}

/* La barre latérale */
#sidebar {
	font-size: 90%;
	padding: 15px;
	padding-top: 0px;
}
#sidebar h3 {
	font-size: 160%;
	margin-top: 1.5em;
	margin-bottom: .5em;
}
#sidebar p {
        margin-top: 2ex;
	line-height: 140%;
}
#sidebar ul, #sidebar ok {
	margin-left: 1.5em;
}
#sidebar li {
	margin-bottom: .25em;
}

/* Le footer */
#footer {
	color: #818cb0;
	float: left;
	font-size: 90%;
	border-top: 4px solid #fc0;
	padding-top: 5px;
	padding-bottom: 20px;
	width: 100%;
}
#footer .genere {
	font-size: 80%;
}


