
/* 
	Feuille de styles "default.css"
	Feuille de styles "Normal" style par défaut.
*/

body {
	color:#000;
	background-color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	padding:1em;
	margin:0 auto;
	max-width:50em;
}
.codeblock {
	color:#000;
	background-color:#fcfcfa;
	border:1px solid #aaa;
	padding:.5em 1em;
}

a {text-decoration:none;}
a:link {text-decoration:underline;}
a:focus	{color:#f00; text-decoration:none;}
a:active {color:#f00; text-decoration:none;}
a:hover	{color:#f00; text-decoration:none;}

h1, h2, h3, h4, h5, h6 {
	padding-bottom:0.2em;
	border-bottom:0.1em solid #ccc;
	margin-top:1.2em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:inherit;
}

#preambule {color:#000; background-color:#f3f3f3; border:0.1em solid #666; padding:.5em 1.5em;}
