@charset "iso-8859-1";
/*
XGRAPHIC.FR
http://www.xgraphic.fr

modifications :
	15/11/2008, pprem : ajout de "p.menu"
*/

body  {
  background:url('images/fond.jpg') repeat-x;
  background-color:#7273C4;
}

p.menu
	{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	}
a.menu
	{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	}
a.menu:link
  {
   color: #000000; text-decoration:none;
  }
a.menu:visited
  {
   color: #000000; text-decoration:none;
  }
a.menu:active
  {
   color: #000000; text-decoration:none;
  }
a.menu:hover
  {
   color: #1919A6; text-decoration:underline; font-weight: bold;
  }
