body	{		color:				black;
		background-color:	white;
		background-image:	url("../images/white4.jpg");
		}table.invisible	{
		width:				100%;
		}
td		{		text-align:			center;
		vertical-align: 	middle;
		border:				none;
		}td.invisible {
		border:				none;
		}
td.titre {		font-family:		"Courier New", Courier, monospace;		font-weight:		900;		font-size:			x-large;
		color:				white;
		background:			#990000;
		border:				solid #999999 thin;
		}td.main	{
		width:				50%;
		font-family:		"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
		font-weight:		bold;
		font-size:			medium;
		color:				black;
		background:			#EEEEFF;
		border:				solid #999999 thin;
		}
td.error	{
		width:				50%;
		font-family:		"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
		font-style:			italic;
		font-size:			medium;
		color:				black;
		background:			#FFCCCC;
		border:				solid #999999 thin;
		}
img.lien	{
		border:				none;
		}
img.border	{
		border-width:		thin;
		border-color:		#990000;
		border-style:		solid;
		}

a.main	{
		text-decoration:	none;
		}
a.main:hover {
		color:				green;
		background:			#EEEEFF;
		}

a.titre	{
		color:				white;
		background:			#990000;
		text-decoration:	none;
		}
a.titre:hover {
		color:				#FFCCCC;
		background:			#990000;
		}

td.hide	{
		font-family:		"Courier New", Courier, monospace;
		font-weight:		bold;
		font-size:			xx-small;
		}
a.hide	{
		color:				white;
		background-color:	inherit;
		}
a.hide:hover {
		color:				#CC9999;
		background-color:	inherit;
		}
.left
{
		text-align:			left;
}
.centre
{
		text-align:			center;
}
.separe
{
	padding-bottom:		1em;
}

