html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}


.titre {
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 16px; 
	color: #CC0000; 
	font-weight: bold;
}


.texte {
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 12px; 
	color: #FFFFFF;
}

a,
a:link,
a:visited,
a:active,
	{
	text-decoration: none;
	color: #000000;
	border: none;
	}

a:hover
	{
	color: #0000CC;
	text-decoration: underline;
	}

h1
{
	font-size: 14px;
	font-weight: bold;
	}
	
p
{
	font-size:11px;	
}
label
{
	font-size:11px;	
	}
	
	img
	{
		border: none;
		}
