body
{
	color: yellow;
	background-color: #000000;
	font-family: verdana;
	font-size: 11px;
	scrollbar-face-color: #800000;
	scrollbar-arrow-color: yellow;
	scrollbar-track-color: yellow;
	scrollbar-darkshadow-color: #FFFFFF;
}

a
{
	color: yellow;
	text-decoration: none;
}

a:visited
{
	color: yellow;
	text-decoration: none;
}

a:active
{
	color: yellow;
	text-decoration: none;
}

a:hover
{
	color: yellow;
	text-decoration: underline;
}

a.menu
{
	text-decoration: none;
}

a.menu:visited
{
	text-decoration: none;
}

a.menu:active
{
	text-decoration: none;
}

a.menu:hover
{
	text-decoration: underline;
}

hr
{
	color: yellow;
	height:1px;
}

table.cadre
{
	background-color: #569ED6;
	bgcolor: #569ED6;
	width: 95%;
}

td
{
	font-size: 11px;
}

td.titre
{
	font-size: 13px;
}

td.contenu
{
	text-align: justify;
}

p.contenu
{
	text-align: justify;
}

p.soustitre
{
	font-size: 13px;
	font-weight: bold;
}

textarea
{
	color: #000000;
	font-family: verdana;
	font-size: 11px;
	width: 245px;
}

textarea.code
{
	width: 500px;
}

textarea.code400
{
	width: 400px;
}