html, body {
	margin:0;
	padding:0;
	/*background-image: url("../gfx/bodyfade.gif");*/
	background-repeat: repeat-x;
	/*background-color: #008FD4;*/
}
div,table {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-size: 11px;
}

#container {
	margin: 0 auto;
	width: 995px;
}
#wrapper {
	/*background-image: url("../gfx/logo.jpg");*/
	background-repeat: no-repeat;
	width: 855px; /* 855 logo + main */
	height: 720px;
	float:left;
}
#logo {
	width: 175px;
	float:left;
}
#logo a {
	display:block;
	width:55px;
	height:424px;
}
#header {
	/*background-image: url("../gfx/header_bg.jpg");*/
	background-repeat: no-repeat;
	height:275px;
	width:679px;
}

#main {
	width: 679px;
	float:left;
}
#main_bg {
	/*background-image: url("../gfx/main_bg.gif");*/
	background-repeat: repeat-y;
	float: left;
	width: 679px;
}
#mainnav {
	/*background-image: url("../gfx/mainnav_bg.gif");*/
	background-repeat: no-repeat;
	min-height: 420px;
	width:200px;
	float: left;
}
* html #mainnav {
	height:420px;
}

#mainnav img {
	border:0;
	margin-left:35px;
}

/* Niveau 1 */
#mainnav ul {
	margin: 0;
	padding:0;
}
#mainnav ul li {
	padding: 3px auto auto 20px; 
	margin-left: 16px;
	margin-bottom:16px;
	list-style-type:none;
}
#mainnav ul a {
	background-image:url("../gfx/nav.gif");
	background-repeat: no-repeat;
	display:block;
	padding-top:4px;
	padding-left:50px;
	height:20px;
	width: 110px;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	text-transform: uppercase;
}
/* Niveau 2 */
#mainnav ul ul li {
	margin-bottom:0px;
}
#mainnav ul ul li a {
	background-image: none;
	width: 150px;
	margin-top:0px;
	padding-left:5px;
	height: 15px;
	text-transform: none;
}
#mainnav ul ul li a:hover {
	text-decoration: underline;
}
/* Niveau 3 */
#mainnav ul ul ul li a {
	width: 135px;
}
/*#mainnav ul a:hover {*/
#mainnav .active1 {
	background-image:url("../gfx/nav_hover.gif");
	padding-left:70px;
}
#mainnav .active2 {
	text-decoration: underline;
}

#content {
	margin-left:12px;
	width:425px;
	min-height:400px;
	float: left;
}
* html #content {
	height:400px;
}

#bottom {
	/*background-image: url("../gfx/bottom.gif");*/
	background-repeat: no-repeat;
	height:100px;
	width:679px;
	float:left;
}


#shortcuts {
	width: 140px;
	float:left;
}
#shortcuts img {
	border:0;
}
#shortcuts input, select {
	border:0;
	background-color: #F2EBCA;
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-size: 11px;
}
#quick_form {
	height:65px;
	margin-top:35px;
	margin-left:10px;
}

#quick_form .btn {
	width:32px;
	border:0;
	background-color: #DAB066;
}
#quick_form select {
	margin-top:5px;
	width:120px;
}
#address {
	margin-top:55px;
	margin-left:20px;
	float:left;
	display:inline;
	font-size:13px;
	color:white;
}

#breadcrumbs {
	height:18px;
	float:right;
	margin-right:4px;
}

.heading {
	background-image: url("../gfx/heading.gif");
	background-repeat: no-repeat;
	width:424px;
	height:54px;
	float:left;
}
.heading a {
	margin-top:27px;
	margin-right:18px;
	float:right;
	width:50px;
}
.heading h1 {
	display:inline;
	float:left;
	width:290px;
	margin-top:25px;
	margin-left:60px;
	font-size:15px;
	text-transform: uppercase;
}
.bodytxt {
	width:250px;
	float:left;
	margin-top:10px;
	margin-left:7px;
	margin-bottom:10px;
}
.text {
	width:410px;
	float:left;
	margin-top:7px;
	margin-left:7px;
	margin-bottom:10px;
}
.news_img {
	float:right;
	margin-right:8px;
	margin-top:10px;
}

h1, h2, h3 {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
}

h2 {
	font-size:13px;
}
h3 {
	font-size:11px;
}

a {
	color:black;
}

form {
	margin:0;
	padding:0;
}
