/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: url("images/bg.jpg") repeat 0 0 transparent;
    color: #666666;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
}
article {
    margin: 0 auto;
}
section {
    margin: 0 0 60px;
    text-align: justify;
}
section section {
    margin: 0 0 30px;
}
p {
    margin: 0 0 10px;
}
h1 {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 32px;
    margin: 0 0 8px;
    padding: 0 0 8px;
}
strong {
    font-weight: bold;
}
footer, header {
    font-size: 11px;
    margin: 0 auto 25px;
    text-align: center;
}
header h1 {
	border: none;
	margin: 0 0 50px;
}
header h1 a {
	background: url("images/logo-la-racine.png#") no-repeat scroll 0 0 transparent;
    display: block;
    height: 90px;
    margin: 40px auto 0;
    text-indent: -9999px;
    width: 230px;
}
footer {
    margin: 0 auto 15px;
}
header, article, footer {
    max-width: 520px;
    min-width: 260px;
    width: 100%;
}
.wrapper {
    margin: 0 30px;
}
section a.action {
	color: #C00;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a.active, a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.smoke section a.hidden {
    display: none;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.smoke section a {
	background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 20px;
    height: 28px;
    padding: 12px 0 0;
    text-align: center;
    width: 10%;
}
.smoke section a:hover {
	background: none repeat scroll 0 0 #C00;
	text-decoration: none;
}
.chapter {
	margin: 15px 0;
}