
body {
	background-color: #000000;
}

body, table, input, select, textarea {
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #FFFFFF;
}

.titre {
	font-size: 25px;
}

.sstitre {
	font-size: 20px;
}

.jaune {
	color: #ffc000;
	line-height: 1.6em;
}

.rouge {
	color: #e60000;
}

.noir {
	color: #000000;
}

a:link, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #ffc000;
	font-weight: bold;
	text-decoration: underline;
}

a.nolink:link, a.nolink:visited {
	color: ffc000;
	font-weight: normal;
	text-decoration: none;
}

a.nolink:hover, a.nolink:active {
	color: ffc000;
	font-weight: normal;
	text-decoration: underline;
}
