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

body  {
  background:url('images/fond.jpg') repeat-x;
  background-color:#101070;
  margin-top:0;
}

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: #28278F; text-decoration:underline; font-weight: bold;
  }