.ligne{
	border-bottom: 1px solid;
	margin-top: 20px;
	}

#content {
	text-align: left;
	margin: 20px;
	}

#footer {
	border-top: 1px solid #ccc;
	color: #888;
	text-align: center;
	margin: 20px;
	}


/* 	General styling		*/

h2 {
	font: normal 2em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .2em;
	margin-top: 1.5em;
	text-transform: uppercase;
	}

h3 {
	font: normal 1.5em/120% 'Nimbus Sans L', helvetica, arial, sans-serif;
	margin-bottom: .3em;
	}

h4 {
	font-size: 1.1em;
	}

h5 {
	font-size: 1em;
	}

address {
	font-style: italic;
	}

blockquote {
	margin: 0;
	padding: 1px 0 1px 20px;
	background: url(quote.png) 0 0 no-repeat;
	}
blockquote p {
	margin: .7em 0;
	}

dt {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	}

code, pre, var {
	font-family: 'bitstream vera sans mono', 'andale mono', monospace;
	font-size: 1em;
	}

dd {
	margin: .5em 0 1em 1.5em;
	}


h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #444;
	text-decoration: none;
	}


#content .more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	color: #888;
	margin-top: .3em;
	}

.posted cite {
	font-weight: bold;
	font-style: normal;
	}

