body {
	margin: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 8pt;
	font-family:Verdana;
	cursor: default;
}	

#body {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 1px;
}

.input_contact
	{
	background:#FFA500;
	Opacity: 0.5;
	}

/***************************/
/*****   Header         ****/
/***************************/
.banner {
	height: 95px;
}
.navi-bar {
	margin:0 auto 0 0;     /* centré ŕ gauche */
	display:table;         /* ignored by IE */
	padding:0;
	list-style-type:none;
	white-space:nowrap;    /* keep text on one line */
}
* html .navi-bar {
	display:inline-block;  /* for IE only */
	width:1px;             /* IE will expand to fit menu width */
	padding:0 2px;         /* fix bug in IE for border spacing */
}  
.navi-bar li {
	display:table-cell;    /* ignored by IE */
}
* html .navi-bar li {
	display:inline;        /* for IE only */
}
.navi-bar a, .navi-bar a:visited {
	display:block;         /* for all browsers except IE */
	padding:4px 16px;
	text-decoration:none;
}
* html .navi-bar a, * html .navi-bar a:visited {
	display:inline-block;  /* for IE only */ 
	margin:0 -2px;         /* to correct an IE border width bug */  
}

.content { padding:15px; }
/***************************/
/*****   Footer         ****/
/***************************/
.footer {
	text-align: center;
	padding: 3px 10px;
	margin: 0; 
	text-decoration: none;
	cursor: default;
}