@charset "UTF-8";
/**********************************/
/*   Theme pour Galet.me (2009)   */
/**********************************/

/* Reset CSS - merci 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: "" "";
}

/***************************/

body {
	font-family: Verdana, sans-serif;
	color: #333;
	background-color: #fff;
	font-size: 11px;
	line-height: 170%;
}
#content {
	width: 620px;
	margin: 20px 0 20px 20px;
}
#meta {
	width: 350px;
	position: absolute;
	top: 38px;
	left: 700px;
}
h1 {
	text-transform: uppercase;
}
h1:before {
	content: '/ ';
}
h2 {
	padding: 2em 0 1em 0;
	text-transform: uppercase;
}
h2:before {
	content: '# '; color: #C00;
}
p {
	padding: 0.5em 0;
	text-align: justify;
}
pre {
	/* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	overflow-x: auto;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/* width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	text-align: justify;
}
strong {
	background-color: #eaeaea;
}
em {
	font-style: italic;
}
img {
	max-width: 600px;
	max-height: 600px;
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
}
a img {
	margin-bottom: 0;
	margin-top: 6px;
}
a {
/*	color: #DF0012;*/
	color: #C00;
	text-decoration: none;
	background: none;
}
a:hover, a:active {background-color: #c00; color: #fff;}
.light {
	color: #888;
}
.center {
	text-align: center;
}
.hide {
	display: none;
}
#maDate {
	position: fixed;
	text-align: right;
	top: 5px;
	right: 10px;
	color: #CCC;
}