/* Page */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 10px 20px;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.25;
	color: black;
	background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; 
}
h1, h2 {
	font-weight: normal;
}
h1 {
	font-size: 2.8em; 
	font-style: italic;
	color: black;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {
	font-size: .8em;
	color: black;
}
h4 a {
	text-decoration: underline;
	color: black;
}
/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
	color: black;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Liens */
a {
	color: mediumblue;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a img {
	border: none;
}

/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 100%;
	color: black;
	text-align: right;
}
pre strong {
	font-weight: normal;
	color: black;
}
#copyright {
	clear: both;
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: black;
}
#copyright a {
	color: black;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
