
/* 
	Feuille de styles 'contrast.css'
	Feuille de styles « Fort contraste » pour les déficients visuels.
	Inspirée par : http://joeclark.org/atmedia/atmedia-NOTES-2.html
*/


body {
	color:#eff2f3;
	background-color:#151820;
	font-family:Arial, Helvetica, sans-serif,"Times New Roman", Times, serif;
	font-size:1.4em;
	line-height:1.5em;
	padding:1em;
	margin:0 auto;
	max-width:40em;
}
em {background-color:#000; border-bottom:0.1em solid #ccc;}
strong {background-color:#000; border-bottom:0.2em solid #ccc;}
.codeblock {
	color:#fff;
	line-height:1.2em;
	background-color:#000;
	border:.3em solid #999;
	padding:.5em 1em;
}

a {text-decoration:underline;}
a:link {color:#3d98da; padding:0 0.4em;}
a:visited {color:#da3d98; padding:0 0.4em;}
a:focus	{color:#fff; text-decoration:none;border-bottom:0.2em solid #3d98da;background-color:#000;}
a:active {color:#f00;}
a:hover	{color:#fff; text-decoration:none;border-bottom:0.2em solid #3d98da;background-color:#000;}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#000;
	line-height:1.3em;
	padding:0.2em;
	border-top:0.1em solid #ccc;
	margin-top:1.2em;
}

#preambule {font-family:Arial, Helvetica, sans-serif; color:#efefef; background-color:#000; border:0.1em solid #666; padding:.5em 1.5em;}
