BODY {
	margin:0px;
	padding:0px;
	width: 100%;
	height:100%;
	background: url('images/background.png');
	background-repeat: repeat-x;
	background-color:#FEFFCF;
	background-attachment: fixed;	

}

BODY,TD,A,TH {
	font-family : Arial, Helvetica, Verdana;
	font-size : 10pt;
	color : black;
}

INPUT,textarea,select {
	border: 1px solid gray;
}

.logobox { 
   width: 980px;

   text-align:left;
}

th {
	text-align:left;
}

.liste td {
	padding: 0 5px 0 5px;
}

.navigationbox {
	text-align:center;
	height:100%;
	padding-left:37px;

}

a {
	color: #757575;
	text-decoration: none;
}

A:HOVER {
	color: blue;
	text-decoration: underline;
}
.navigationbox a {
	font-weight:bolder;
	cursor:hand;

}

.navigationbox a:HOVER {
	color: blue;
}

.navigationbox a:HOVER div {
	background-color: #FFFFCE;
	
}

.navigationbox div {
	height: 100%;
	padding:4px 5px 0 5px;
	margin:5px 5px 0 0;
	float:left;
}


h2 {
	font-size: 10pt;
	font-weight:bold;
}
