/******************** General ********************/

BODY {
	background-color: #000000;
	/* color: #E6D2FA; */
	color: #D0D0D0;
	text-align: justify;
	margin-left: 1cm;
	margin-right: 1cm;
	margin-top: 1cm;
	margin-bottom: 3cm
}

P {
	text-indent: 1cm
}

HR {
	margin-top: 0.5cm;
	margin-bottom: 0.5cm
}

/******************** Headers ********************/

Q {
	color: #00D000;
	font-style: italic
}

BLOCKQUOTE {
	color: #00D000;
	font-style: italic
}

DIV.ecran {
	background-color: #202020;
	color: #00D000
}

SPAN.saisie {
	background-color: #202020;
	color: #D0D0D0
}

/******************** Headers ********************/

H1 {
	color: #FF0000;
	text-align: center;
	text-decoration: underline;
	margin-top: 1.5cm;
	margin-bottom: 1.5cm
}

H2, H3, H4, H5, H6 {
	color: #FF0000;
	text-align: left;
	text-decoration: underline
}

/******************** Links ********************/
A:link {
	color: #33CCFF
}
A:visited {
	color: #CC33CC
}
A:active {
	color: #7F7FDE
}

/******************** Table ********************/

TABLE.ncol {
	border-style: none;
	width: 100%
}

TH.ncol {
	border-style: none;
	font-weight: bold;
	text-align: center
}

TD.ncol {
	border-style: none;
	text-align: center
}

TABLE {
	border-style: none;
	width: 90%
}

TH {
	border-style: solid;
	border-width: medium;
	font-weight: bold;
	text-align: center
}

TD {
	border-style: solid;
	border-width: thin;
	text-align: left;
}


