	BODY
	{
		font-family: verdana, tahoma, arial, sans-serif;
		font-size: 10pt;
		margin: 0px;
		margin-left: 3px;
		margin-right: 3px;
		padding: 0px;
	}
	H1
	{
		font-size: 20pt;
		font-weight: bold;
		padding-top: 15px;
		margin: 0;
	}
	table.navbar
	{
		font-size: 10pt;
		margin-left: 0px;
		padding: 0px;
		border: 0px; 
		white-space: nowrap;
	}
	table.menu
	{
		font-size: 10pt;
		margin-left: 0px;
		padding: 0px;
		border: 1px; 
		background: url(images/img2.gif);
		white-space: nowrap;
	}
	/* Couleur cellule*/
	td.menuNormal
	{
		padding-right: 0px;
		color: #A33000;
		vertical-align: top;
	}
	td.menuHover
	{
		padding: 0px;
		color: #A33000;
		vertical-align: top;
		background-color: #E0D0F0;
	}
	div.menuNormal
	{
		display: none;
		position: static;
	}
	/* Couleur fond du menu */
	div.menuHover
	{
		border: 2px solid #0060A0;
		display: inline;
		position: absolute;
		margin-left: -10px;
	}
	a.menuitem:link
	{
		text-decoration: none;
		color: #A33000;
		display: block;
	}
	a.menuitem:visited
	{
		text-decoration: none;
		color: #A33000;
		display: block;
	}
	a.menuitem:hover
	{
		text-decoration: none;
		color: #A33000;
		background-color: #E0D0F0;
		display: block;
	}
	a.menuitem:active
	{
		text-decoration: none;
		color: #A33000;
		background-color: #E0D0F0;
		display: block;
	}
