/* CSS Document */
html, body, h1, h4, ul, li, em, a{
	margin:0;
	padding:0;}
html, body {
	height: 100%;
	width: 100%;
	border:0;
	overflow:hidden;}
	html {}
	body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		line-height:0.9em;
		}
	h1 {
		background-color:#FFF;
		width:100%;
		min-height:8%;
		font-size:1em;
		text-align:center;}
		h1 em {
			display:none;}
		h1 img {
			margin:2px 0 0 0;}
	.backbutton {
		position:absolute;
		right:4px;
		padding:1px;
		margin:0;
		background-color:#FFF}
		.backbutton a {
		font-size:0.8em;
		text-decoration:none;}

	ul.societe {}
	ul {
		height:92%;
		width: 100%;
		overflow-y:auto;
		overflow-x:hidden;
		background-color:#FFF;}
		li {
			padding:0 0 4px 2px;
			_margin-right:-2px;}
			li a {
				display:block;
				line-height:0.9em;
				font-size:0.8em;
				text-decoration:none;
				margin-top:1px;
				border:0;
				width:99% !important; /* 100% = BUG mousedown Firefox */
				width:auto;}
				li a:link {
					color:#0000EE;}
				li a:visited {
					color:#663399;}
				li a:hover {
					color:#6666FF;}
			h4 {
				display:inline;
				font-size:0.8em;
				line-height:1.1em;}
				li em{
					_margin-left:3px;
					font-weight:normal;
					font-size:0.7em;
					white-space:nowrap;
					line-height:0.7em;}
	
	/* Fiche valeur */
			h4 a:link, h4 a:visited {
				color:#000000;
				font-size:0.9em;
				display:inline;}
			h4 a:hover {
				color:#666666;}
