body {
   background: white;
	font-family:  Arial, Helvetica, sans-serif;
   font-size: 10pt;
	color: black;
   }
	
#topmenu span{
	font-size: 24pt;
	border: 1px solid gray;
	padding: 5px;
}	
#container {display: none;}	
#left {display:none;}
#right {display:none;}
#middle, #content{
margin: 2%;
width: 95%;
}
#footer{
	display: none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;

	}
	
#content a:link:after, #content a:visited:after {
   content: " [" attr(href) "] ";
   font-size: 80%;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
   }	
	
H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}
	
.tables {
	width: 90%;
}

div.bot{
   clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 100%;
	line-height: 130%;
}
div.bot h1{
	font-size: 100%; 
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	color: #1050AA;
	background-color: #fff;
	margin: 2px 0 0 0;
	padding: 0 0 5px 0;
	border-top: 5px solid #e9e9e9;
	border-bottom: 0;
}

div.bot span.left {
  float: left;
  width: 49%;
  text-align: left;
  }

div.row span.right {
  
  float: right;
  width: 49%;
  text-align: left;
  } 

	
/*-------------------------------------------------------------- */
#nicet{border: 1px solid #666666;}

#nicet td, #nicet th{
    background-color: #fff;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
	}
   
#nicet tr.odd td{
      background-color: #ccc;
}
		
#nicet tr.gris th, #nicet tr.gris td{background-color: #DDD; color: #000} 		

/*-------------------------------------------------------------- */	