
body {
	background-color : #ffffff;
	background-image: url('https://www.valparisis-echecs.fr/images/fond.jpg');
	margin:0;
	padding:0;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #660000;
	line-height: 1.2;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #660000;
	border-color: #660000;
}

TH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-color: #660000;
	color: #660000;
	background-image: url('https://www.valparisis-echecs.fr/images/fond4.jpg');
}

TABLE {
	color: #660000;
	border-color: #660000;
	border-collapse: collapse;
}

FORM {
	DISPLAY: inline;
}

A:link
{
	color: #000080;
	text-decoration: none
}
A:visited
{
	color: #000080;
	text-decoration: none
}
A:active
{
	color: #000080;
	text-decoration: none
}
A:hover
{
	color: #cc0000;
	text-decoration: none
}

.trespetit
{
	font-size: 10px;
}

.petit
{
	font-size: 11px;
}

.petitbold
{
	font-size: 11px;
	font-weight: bold;
}

.moyen
{
	font-size: 14px;
}

.grand
{
	font-size: 18px;
}

.tresgrand
{
	font-size: 24px;
}

.fond2
{
	background-image: url('https://www.valparisis-echecs.fr/images/fond2.jpg');
}

.fond3
{
	background-image: url('https://www.valparisis-echecs.fr/images/fond3.jpg');
}

.fond4
{
	background-image: url('https://www.valparisis-echecs.fr/images/fond4.jpg');
	font-size: 14px;
}

.form2 {
	BACKGROUND-COLOR: #5A5DAD;
	COLOR: #ffffcc;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold
}

.error_message {
	COLOR: red;
	FONT-WEIGHT: bold;
}
.ok_message {
	COLOR: green;
	FONT-WEIGHT: bold;
}

.info_bulle {
	background-color: #FFFFCC;
	border: 1px solid #000;
	padding: 0px 5px 0px 5px;
	position: absolute;
	z-index: 32767;
}

