
/* Page */
html {
	font-size: 100%;
}

body {
	margin: 0;
	padding-top: 5px;
	font-family: "Century Gothic", Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.25;
	letter-spacing: 0.4ex;
	color: black;
	background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin:0.6em 0 0 0.8em;
}

h1, h2 {
	font-weight: bold; /* -> 7 */
	color: #ffcc00;
}

h1 {
	font-size: 3em; /* -> 8 */
	font-style: italic;
}

h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

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

#navigation li {
	margin: 0;
	padding: 0;
	background: #fec000;
	border-bottom: 1px solid gray;
	height: 102px;
	width: 100%;
}

#navigationH ul {
	background-color:#838483;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	padding: 5px 0 5px 0;
}

#navigationH li {
	color: #ffcc00;
	font-weight: bold;
}

/* 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: underline;
}

a:hover, a:focus {
	color: crimson;
}

a img {
	border: none; /* -> 10 */
}

/* Divers éléments de type en-ligne */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: dimgray;
}

/* --- 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;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}

pre strong {
	font-weight: normal;
	color: black;
}

#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;
}

