body {
	margin:0px;
	padding:10px;
	background:#FCF8ED;
}
img {
	border:none 0px;
}
p, div, table, td, h1, h2, h3, h4 {
	font-family:verdana;
	font-size:12px;
}
table#main {
	
	border:1px solid black;
	width:90%;
	background:white;
	border-collapse:collapse;
	padding:3px;
}
#main td {
	vertical-align:top;
}
td.logo {
	text-align: right;
	height: 85px;
	background-image: url(../img_nav/logo.gif);
	background-position: top right;
	background-repeat:no-repeat;

	
	
}
td.menu {
	width: 250px;
	height: 500px;
	background: url(../img_nav/menu.gif);
	background-repeat:no-repeat;

}

ul#menu {
	margin:0px;
	padding:140px 0px 0px 3px;
	list-style:none;
}
#menu li {
	padding:0px;
	margin-bottom:5px;
	display:block;
}
#menu li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 22px;
	font-stretch: normal;
}
#menu li a:hover {
	color:#346A1C;
}

div#contenu {
	padding-left:5px;
	padding-right:30px;
	padding-bottom:20px;
}

h3 {
	color:#356B1D;
	font-style:italic;
	font-size:14px;
}
h4 {
	color:#356B1D;
	font-size:13px;
}

table#liste {
	width:80%;
	border-collapse:collapse;
	margin-bottom:20px;
}

#liste th {
	padding:5px;
	background:#A0C762;
	color:white;
	text-align:left;
	border:1px solid #356B1D;
	font-weight:normal;
}
#liste td {
	padding:3px;
	background:white;
	border:1px solid #356B1D;
}
#liste td.g {
	background:#A0C762;
	font-weight:bold;
	width:20%;
}

