/*
 * ici Michel Fortin    Michel Fortin Here
 * Feuille de style     Style Sheet
 * 
 * Copyright (c) Michel Fortin 2006
 * <http://www.michelf.com/>
 */
body {
	/* Positionnement. */
	max-width: 41em;
	margin: auto;
	padding: 1ex 3em;
	background: white;
	color: black;
	
	/* Police. */
	font-family: "apolline-1","apolline-2", Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
	line-height: 160%;
}
* html body { margin: 0 7%; }

#menu {
	position: relative;
	height: 93px;
	min-height: 93px;
	margin: 0 -2em 3ex -2em;
	background: url(menu.gif) repeat-x;
	font: 93% "Lucida Grande", Helvetica, Arial, sans-serif;
}

#menu span {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background: url(coin-hg.png) no-repeat top left;
	font-family: "Futura", sans-serif;
	
	display: block;
	height: 66px; width: 300px;
	overflow: hidden;
	
}
* html #menu span { background-image: url(coin-hg.gif); z-index: -1; }

#menu span img {
	margin: 6px 30px;
	position: absolute;
}

#menu ul {
	list-style: none;
	position: relative;
	margin: 0 0 0 -0.6em;
	padding: 64px 1.2em 0 106px;
	height: 1ex;
	background: url(coin-hd.png) no-repeat top right;
}
* html #menu ul { background-image: url(coin-hd.gif); }

#menu ul li {
	display: inline;
}

#menu ul li a, #menu ul li strong {
	float: left;
	display: block;
	padding: 0 0.6em 1ex 0.6em;
}
#menu ul li a.courant, #menu ul li strong {
	border: none;
	background: url(triangle.png) no-repeat bottom center;
}
* html #menu ul li a.courant, * html #menu ul li strong {
	background-image: url(triangle.gif);
}
#menu ul li strong { color: #570; cursor: default; }

#menu ul li.alt {
	float: right;
}

#menu a, #pied a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#menu a:visited	{ color: #440; }
#pied a:visited	{ color: #440; }
#menu a:active	{ color: #c84; }
#pied a:active	{ color: #c84; }

#menu a:hover, #pied a:hover {
	text-decoration: underline;
}

#pied hr, #menu hr {
	color: white;
	border: none;
	background: transparent;
	height: 1px;
	clear: both;
	margin: 0;
}

#pied {
	clear: both;
	position: relative;
	margin: 3ex -2em 0 -2em;
	background: url(pied.gif) repeat-x bottom;
	font: 93% "Lucida Grande", "Lucida Unicode", sans-serif;
	min-height: 20px;
}
* html #pied { height: 1ex; }

#pied p {
	background: url(coin-bg.png) no-repeat bottom left;
	margin: 0;
}
* html #pied p { background-image: url(coin-bg.gif); }

#pied span {
	display: block;
	background: url(coin-bd.png) no-repeat bottom right;
	padding: 1ex 1em 0.5ex 106px;
}
* html #pied span { background-image: url(coin-bd.gif); height: 1px; }

h1 {
	font-style: italic;
	font-size: 130%;
	color: #99cc44;
	clear: both;
}

h2 {
	font-size: 140%;
	margin-top: 2.5ex;
	margin-bottom: 1ex;
	font-weight: normal;
}
h3 {
	font-size: 100%;
}

/* -- Definition Lists -- */

dt {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 2ex 0 1ex 0;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
dt + dt { margin-top: 0.5ex; }
dd { padding: 0; margin: 1.2ex 0 1.2ex 6%; }
dd p { margin: 1.2ex 0; }

/* -- Links -- */

a			{ color: #470; }
a:visited	{ color: #440; }
a:active	{ color: #cb6; }

/* -- Notes -- */

.note, p.alt { clear: both; }
p.note, .note p, p.alt { font-style: italic; margin-top: 2.2ex; }

/* -- Discussion & Comments -- */

h1#discussion {
	margin-top: 2.5ex;
}

dl.commentaires dt { text-align: right; margin-left: 6%; }
dl.commentaires dt strong {
	font-weight: normal;
	float: left;
	text-align: left;
	margin-left: -6%;
}
dl.commentaires dt span {
	white-space: nowrap; font-size: 90%;
	color: #cc6;
}

blockquote {
	background: #f6fff3;
	border: solid #ce9;
	border-width: 2px 1px;
	padding: 0 1em;
	margin: 0 1em;
}
blockquote p {
	margin: 0.9ex 0;
}

pre {
	background: #ffffe8;
	border: 1px solid #ed8;
	padding: 0.8ex 0.8em;
	margin: 1ex 0;
	line-height: 120%;
}
code {
	/* Disabled because of font size issues.
	font-family: "Andale Mono", "Lucida Console", Monaco, monospace; */
	line-height: 120%; /* Only IE Mac can use that. */
}

hr {
	margin: 2ex 0;
	height: 1px;
	background: #ce9 url(barre-v.gif);
	color: #ce9;
	border: none;
}

ul {
	list-style: square;
}

table {
	border-collapse: collapse;
	margin: 1ex 1em;
}
th {
	font: 80% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 0.5ex;
	border-bottom: 3px double #ce9;
	text-align: left;
}
td {
	padding-top: 0.7ex;
}
td, th {
	padding-left: 0;
	padding-right: 3ex;
}

/* Special code for front-page. */
div.main {
	clear: right;
	float: right;
	width: 65%;
}
div.secondary {
	clear: left;
	float: left;
	width: 30%;
	font-size: 85%;
	line-height: 140%;
	border-top: 1px solid #ce9;
}
div.secondary hr { display: none; }
div.secondary h1, div.secondary h2 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 2ex 0 1ex 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
div.secondary ul, div.secondary ol {
	margin-left: 0;
	padding-left: 2em;
}
#intro {
	border-top: none;
	border-bottom: 1px solid white;
}
#intro img {
	width: 100%; height: auto;
}
.entry-info {
	text-align: center;
	font-style: italic;
}
.entry-date {
	font: 80% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
* html div.secondary {
	padding: 2ex 0;
}
* html div.secondary#intro {
	padding-top: 0;
}

fieldset {
	background: #ffffe8;
	border: none;
	border-top: 1px solid #eec;
	border-bottom: 1px solid #eec;
	padding: 0 1em 1ex 1em;
	margin-top: 2ex;
}
* html fieldset { width: 100%; }
fieldset legend {
	font-size: 115%;
	color: #d93;
	margin-bottom: 0.5ex;
}
form p {
	font-style: italic;
}
form dl p {
	font-style: normal;
}
.message {
	color: #870;
	font-style: italic;
}
.error-message {
	color: red;
	font-style: italic;
}
label {
	font: 90% "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
input[type=text], textarea {
	border: 1px solid #ddc;
	padding: 2px 2px;
	text-transform: none;
	letter-spacing: normal;
}
textarea {
	clear: both;
	width: 100%;
	font: 9pt "Andale Mono", "Lucida Sans", Monaco, monospace;
}
form.commentaires .zone-infos {
	float: left;
	width: 30%;
}
form.commentaires .zone-infos input {
	display: block;
	margin: 0 0 0.4ex 0;
	width: 100%;
}
form.commentaires .zone-infos br { display: none; }
form.commentaires .zone-contenu {
	float: right;
	width: 67%;
}
form.commentaires .zone-contenu textarea {
	display: block;
	margin: 0 0 0.4ex 0;
	width: 100%;
}
form.commentaires .zone-contenu br { display: none; }
form .zone-boutons {
	clear: both;
	text-align: right;
	padding: 1ex 0;
}

form.commentaires dl.commentaires dt strong {
	display: block;
	float: none;
}


/* Handheld-specific rules */
/* Note: Using this "*>" trick prevent IE 5 and 5.5 from interpreting
   rules in the handheld section. */
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
	*>body, *>#menu, *>#pied { font: 13px sans-serif; }
	*>body { margin: 0 auto; padding: 0 1em; }
	*>#menu { margin: 0 -1em; background: none; }
	*>#menu span, *>#menu span img, *>#menu ul, *>#pied p, *>#pied span {
		position: static; margin: 0; padding: 0; background: none;
	}
	*>#menu span {
		display: block; width: 100%;
		background: url(menu.gif) repeat-x 0 -6px;
	}
	*>#menu span img { max-width: 100%; }
	*>#menu ul {
		padding: 0 0.5em 30px 0.5em; margin: 0;
		height: 25px;
		background: url(menu.gif) repeat-x 0 -72px;
	}
	*>#pied { margin: 3ex -1em 0 -1em; padding: 0 1em; }
	*>#intro img { width: 42%; max-width: 110px; margin-right: 1em; float: left; }
	*>div.secondary, *>div.main { 
		float: none; width: auto; font-size: inherit;
	}
	*>h1, *>h2 { font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif; }
	*>h2 { margin: 0.1ex 0; }
	*>h1, *>p { margin-top: 1.5ex; margin-bottom: 1.5ex; }
	*>dd, *>ul, *>ol { padding: 0; margin-left: 1.7em; }
}

.delicious-banner {
	font-size: 90%;
}

#delicious-posts-jas0nm{
	display: none;
}

.floatright { float: right; }


/** Style the tweets */
#tweet {
  border: 1px solid #e5e5e5;
  padding: 5px;
}

#tweet UL {
  list-style: none;
  padding: 0;
}

#tweet LI {
  padding: 3px;
  background: none;
}

#tweet SPAN.prefix {
  font-weight: bold;
}

#tweet SPAN.time {
  font-style: italic;
  color: #c5c5c5;
}

#tweet SPAN..status {
  font-style: italic;
}
