body { 
	background-color:#cccccc;
	color:#000000; 

	font-family: verdana,arial,helvetica;
	SCROLLBAR-FACE-COLOR: #cccccc;

    SCROLLBAR-ARROW-COLOR: #ff6633;

    SCROLLBAR-TRACK-COLOR: #ffd8cf;
	}

a{ text-decoration: none; }
a:visited{ text-decoration: none;}
a:hover{ text-decoration: none; color:#cc3333;}

hr	{
	color:#ff6600 ;
	background-color: #ff6600;
	text-align: left;
	height: 1px;
	border: none;
	}

table.small {
	width: 300px;
}
table.small th, table.small td {
  font-size : small;
  padding: 3px ;
  background : #dadada none; color : #000000;
}
	
div.inline {
	display:inline;
}
	
/* essai pour bulle d'aide gérée par CSS /
/* a{ position: relative; text-decoration: none; } */
/*
a span {display: none;}
a:hover span {display: block; text-decoration: none; color: #000;
   position: absolute; top: 0.5em; left: 1em; height: 2em; width: 12em;
   padding: 0.25em; z-index: 100; border: 1px solid red; background:
#ff9 none; }
*/ 