body {
	background:#fff;
  	background-image: url(../images/bg-body.jpg);
}
#wrapper	{
	background: White;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #006633;
	border-top: 5px solid #006633;
	width: 600px;	 
	}


div#main {
  margin-left: 12px;
  margin-right: 12px;
  background-color: White;
}

div#menu {
  border-top: 10px solid White;
  border-right: 15px solid White;
  border-bottom: 10px solid White;
  border-left: 5px solid White;
  background-color: White;
  width: 220px;
  float: right;
}


div#footer {
  clear: both;
  background: #006633;
  width: 600px;
  border: 0px;
  border-bottom: 0px;
  }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: 18px;
	text-align: justify;
	padding-right: 25px;
	padding-bottom: 12px;
	margin-left: 20px;
	line-height: 18px;
	color: #663600;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: left;
	margin-left: 10px;
	margin-top: 12px;
	color: #663600;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	font-style: italic;
	margin-left: 10px;
	margin-top: 12px;
	color: #663600;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bolder;
	color: White;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: bolder;
	color: #663600;
}

a:link, a:visited {
	color: #663600;
	text-decoration : underline;
	}

a:hover {
	text-decoration: underline;
	color: #006633;
	}

a:active {
 	text-decoration : underline;
	color: #006633;
	}



#header-logo {
  	float:left;
	width:600px;
	margin-top: 12px;
  	}

#header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	float:left;
	width:600px;
  	background:#FFFFFF url("../images/bg4.gif") repeat-x bottom;
  	font-size:13px;
  	line-height:normal;
  	}
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../images/left4.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("../images/right4.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#006636;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#663600;
  }
#header #current {
  background-image:url("../images/left_on4.gif");
  }
#header #current a {
  background-image:url("../images/right_on4.gif");
  color:white;
  padding-bottom:5px;
  }

#liste {
	border: none;
}

#liste tbody tr td {
	font-family: verdana, Arial, sans-serif;
	text-align: left;
	color: #663600;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: none;
}
	
#liste tbody tr.selected td {
		background-color: #EEF4F1;
		color: #663600;
		border-left: none;
		border-bottom: none;
}

