/* on importe le reset et les font-faces */
@import url('reset.css');
@import url('ressources/fontface.css');


body {
	background-image: url('ressources/bg.gif');
	font: 16px/26px 'juraregular', 'times', 'times new roman', 'liberation serif', serif;
	color: #162014;
}

a { color: #407537; text-decoration: none; }
a:hover, a:focus {text-decoration: underline; }
a:visited { color: #637537; text-decoration: none;}


strong { font-weight: bold; }
em { font-weight: italic; }
small { font-size: x-small; font-style: italic; }

.req , .capcha-letter, .capcha-word { color: red; }


div#page {
	max-width: 640px;
	margin: 0 auto;
}

header[role="banner"] {
	font-size: 40px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0.5em 0 0.7em 0;
	padding-bottom: 0.1em;
	border-bottom: 3px solid #162014;
}
header[role="banner"]:hover{
	border-color: #407537;
}
	header[role="banner"] a { color: #162014; text-decoration: none; }
	header[role="banner"] a span { color: #407537; }

article { margin-bottom: 77px; }

div.entry-content, div.comment{
	background-color: #fbfbfb;
	padding: 6px 12px;
	margin-bottom: 6px;
	/* box-shadow: 0px 3px 5px #162014;*/
	border-radius: 7px;
	border-left: 3px solid #407537;
}

div.entry-content h1{
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 1px solid #162014;
	margin-bottom: 1em;
}

div.entry-content p {
	margin-bottom: 1em;
}

div.entry-content p:last-child {
	margin-bottom: 0;
}

blockquote, q {
	font-style: italic;
}

blockquote:before , q:before {
	content: open-quote;
}

blockquote:after , q:after {
	content: close-quote;
}

blockquote + p.author {
	text-align: right;
	font: 13px/21px 'juraregular', 'times', 'times new roman', 'liberation serif', serif;
}

div.entry-content img.photo {
	display: block;
	margin: 1em auto;	
	box-shadow: 0px 3px 5px #ccc;
	border: 5px solid #fff;
}

div.entry-content figure {
	display: block;
}
	div.entry-content figure img{
		display: block;
		margin: 1em auto auto auto;	
		box-shadow: 0px 3px 5px #ccc;
		border: 5px solid #fff;
	}
	div.entry-content figure figcaption {
		font-size: smaller;
		text-align: right;
		margin-bottom: 1em;
	}

div.entry-content div.footnotes{
	margin-top: 5em;
	font-size: smaller;
}
div.footnotes hr{
	width: 80%;
	height: 2px;
	margin: auto;
	color: #ccc;
	background-color: #ccc;
	border:0;
	visibility: visible;
}

footer.entry-meta {
	font: 11px/18px 'juraregular', 'times', 'times new roman', 'liberation serif', serif;
	clear: both;
}
	footer.entry-meta div.entry-datetime { float: left; }
	footer.entry-meta div.entry-meta { float: right; }

/*--------------------*/

section#comments h1, section#respond h1 {
    font: 21px/34px 'juraregular', 'times', 'times new roman', 'liberation serif', serif;
    margin: 3em 0 1em 0;
    border-bottom: 2px solid #162014;
}

div.comment{
    margin-bottom: 21px;
}

div.comment dt {
    font: 14px/22px 'juraregular', 'times', 'times new roman', 'liberation serif', serif;
    margin-bottom: 1em;
}
div.comment dt img {
    display: inline;
    vertical-align: bottom;
}
div.comment dt span.fn {
    font-weight: bold;
    letter-spacing: 1px;
}

div.comment dd {
    margin: 0;
}

div#form_infos {
    margin: 1em 0;
}

form#respond_form {
	margin-bottom: 2em;
}

form#respond_form label {
    display: inline-block;
    width: 100px;
}

form#respond_form input, form#respond_form  textarea{
    padding: 2px;
	margin-bottom: 6px;
	background-color: #fff;
	border-style: none;
	border-radius: 7px;
	border-left: 3px solid #407537;
}

form#respond_form div#form_infos input {
    width: 300px;
}

form#respond_form textarea {
    width: 100%;
}

form#respond_form div.button label {
    width: 200px;
}

form#respond_form div.button span.buttons {
    display: block;
    text-align: right;
    clear: both;
}

form#respond_form div.button input[type="submit"], form#respond_form div.button input[type="reset"] {
    background: #ccc;
    margin-left: 1em;
    border: none;
}

form#respond_form div.button input[type="submit"]:hover, form#respond_form div.button input[type="submit"]:focus{
    background: #407537;
    color: #fff;
}

form#respond_form div.button input[type="reset"]:hover, form#respond_form div.button input[type="reset"]:focus {
    background: #162014;
    color: #fff;
}

p#pagination {
	margin-bottom: 1em;
	text-align: center;
}
p#pagination span {
	display: inline-block;
	text-align: center
}
p#pagination span.p_prev{
	text-align: left;
	float:left;
}
p#pagination span.p_page{
	text-align: center;
}
p#pagination span.p_next{
	text-align: right;
	float: right;
}