@charset "UTF-8";
/* CSS Document */

html {
	
	height:4300px; 
	background-color: #272727; 
	
}

body {
	
	
  	background-color: black;
 	margin:0px; /* Supprime toute marge à la page */
  	font-family:"Times New Roman", "Courier", "arial";
	font-weight:bold;
 	color: #CCC;
}

a                 { color: #a6171e; } /* Liens en blanc */
a:visited         { color: #a6171e; } /* Liens visités en blanc */
a:hover, a:active { color: #a6171e; text-decoration: underline;} /* Liens survolés et actifs en blanc */

span		{color: #a6171e; }






