@charset "utf-8";
/* CSS Document */

/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { font-size: 100%; } 
body {
	background: #fff;
	color: #6a5524;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: .8em;
	line-height: 1.4;
	margin: 0; 
	padding: 0;
	text-align:center;
}
#page { margin: 0 auto; padding: 0; width: 600px;}
#header { margin: 0; padding: 0; }
#content { margin: 0; padding: 0 10px; }
#footer { margin: 0; padding: 0; }

/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
	margin: 1em 0 .5em 0;
	line-height: 1.2; 
	font-weight: bold;
	font-style: normal; 
} 
h1 {
	font-size: 0em;
	display:block;
	height:0;
	overflow:hidden;
	text-indent:-5000px;
	width:0;
} 
h2 {
	border-bottom: 1px dotted #8e7130;
	color: #d0d447;
	font-size: 2em;
	font-family: "Arial Black";
	letter-spacing: -0.1em;
	margin: 10px 0;
	padding: 0 0 5px 0;
	text-align: left;
}
h3 { font-size: 1.35em; }
h4 {
	color: #9acde0;
	font-size: .9em;
	font-weight: lighter;
	letter-spacing: 0.2em;
}

/* Listes */ 
ul, ol { 
	margin: .75em 0 .75em 32px; 
	padding: 0; 
} 
 
/* Paragraphes */ 
p { margin: .75em 0; }

/* Liens */ 
a { text-decoration: none; } 
a:link { color: #d0d447; } 
a:visited { color: #d0d447; } 
a:hover, a:focus, a:active { color: #6a5524; } 
a:active { outline: none; }
a img { border: none; }

/* Divers éléments de type en-ligne */ 
em { font-style: italic; } 
strong { font-weight: bold; } 