body {
	margin: 0; /* Note -> 2 */
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: black;
	background-color: #FFFFFF;
}
h1 {
	font-size: 20px; /* -> 8 */
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 60px;
	font-weight: normal;
	letter-spacing: 1px;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
}
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 20px;
	color: #000000;
}
h3 {font-size: 1.2em;}
h4 {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

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

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

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

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


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

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}

pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	padding: 5px;
	background: #eee;
	color: #555;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
pre strong {
	font-weight: normal;
	color: black;
}
strong {
	color: #000037;
	font-weight: bold;
}
alignhaut {
	padding-top: 5px;
	padding-bottom: 5px;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
