
/* Page */
html {
	font-size: 100%; 
}
body {
	margin: 0;
	padding: 10px 20px; 
	font-family: Georgia,"Times New Roman","Times",serif;
	font-size: .9em; 
	line-height: 1.25;
	color: black;
	background: white;
}

img {
	margin: 0 0 -4px 0;
}

/* Titres */
h1, h2, h3 {
	font-family: Verdana,Arial, "DejaVu Sans", "Bitstream Vera Sans",  sans-serif;
	margin:0;
}


h1 {
	font-weight:bold;
	font-size: 0.9em;
	margin: 0 20px 10px 30px;
}

h2 {
	font-weight:bold;
	font-size: 0.8em;
	margin: 0 30px 8px 30px;
	color: #564B4A;
	text-align:justify;
}

h3 {
	font-weight:normal;
	font-size: 0.8em;
	margin: 0 30px 6px 30px;
	color:#766665;
	text-align:justify;
}

/* Listes */
ul, ol {
	margin: 0;
	padding: 0; 
}

ul {
	list-style: disc;
}

li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;

}

li p, blockquote p {
	margin: .5em 0;
}

/* Citations */

blockquote, q {
	font-size: 1em;
	font-style: italic;
	text-align:justify;
	font-family: Georgia, "Times New Roman","Times",serif;
}

blockquote {
	margin: 0em 30px 0.3em 30px;
}


cite {
	font-style: italic;
}

/* Liens */
a {
	color: #812927;
	text-decoration: none;
}

a:hover, a:focus {
	color: #E6A948;
}

a img {
	border: none; 
}




strong {
	font-weight: bold;
}



#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #000000;
}
#copyright a {
	color: #000000;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}



