@charset "iso-8859-1";

	body				{
							font-family: "Times New Roman",sans-serif;
							font-size: 12px;
							color: #ffffff;
							background: #000000;
							background-repeat: no-repeat;
							background-attachment: fixed;
						}
	body.menu			{
							background-image: url(../image/fond_menu.jpg);
							font-size: 10px;
						}
	body.logo			{ background-image: url(../image/fond_logo.jpg); }
	body.horloge		{ background-image: url(../image/fond_horloge.jpg); }
	body.index			{ background-image: url(../image/fond_synersys_1280_1024.jpg);}
	body.standard		{
							font-size: 14px;
							background-image: url(../image/fond_standard.jpg);
						}

	a:active			{ 
							color: #67c8ff;
							background: inherit;
						}
	a:visited			{ 
							color: #67c8ff;
							background: inherit;
						}
							
	a:link				{ 
							color: #67c8ff; 
							background: inherit;
						}
	a:hover				{
							color: #67c8ff;
							background: inherit;
						}
	a.itemMenu:active	{
							font-size: 11px;
							color: #ffffff;
							background: inherit;
							text-decoration: none;
						}
	a.itemMenu:visited	{
							font-size: 11px;
							color: #ffffff;
							background: inherit;
							text-decoration: none;
						}
	a.itemMenu:link		{
							font-size: 11px;
							color: #ffffff;
							background: inherit;
							text-decoration: none;
						}
	a.itemMenu:hover	{
							font-size: 11px;
							color: #ffffff;
							background: inherit;
							text-decoration: none;
							font-weight: bold;
						}

	p.titreCentre		{
							text-align: center;
							font-size: 22px;
							color: #96e150;
							background: inherit;
							font-weight: bold;
						}
	p.titreCentreGros	{
							text-align: center;
							font-size: 35px;
							color: #96e150;
							background: inherit;
							font-weight: bold;
						}
	p.titreGauche		{
							text-align: left;
							font-size: 22px;
							color: #96e150;
							background: inherit;
							font-weight: bold;
						}
	p.titreGaucheGros	{
							text-align: left;
							font-size: 35px;
							color: #96e150;
							background: inherit;
							font-weight: bold;
						}
	p.paragraphe		{
							text-align: justify;
							font-weight: bold;
						}
	p.noteCentre		{
							text-align: center;
							font-size: 11px;
						}

	p.noteGauche		{
							text-align: left;
							font-size: 11px;
						}


