/* CSS Document */
/* Page */
html {
	font-size: 100%;
}
body {
	width:950px;
	margin: 0 auto;
	padding: 0;
	/*font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;*/
	font-family:"Courier New", Courier, monospace;
	font-size: .8em;
	line-height: 1.25;
	color: #CCCCCC;
	background: black;
	/*border:#FFFF00 dotted 1px; /* pointillés jaunes */
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
}
h1, h2 {
	/*font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;*/
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	/*font-weight: normal;*/
}
h1 {
	font-size: 3em;
	letter-spacing:0.095em;
}
h1 .nom{
	letter-spacing:0.1em;
}

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

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
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:#FF0000;
	text-decoration: underline;
}
a:hover, a:focus {
	color:#FF0000;
}
a img {
	border: none; /* -> 10 */
}

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