body {
	margin:0px;padding:0px;
	background-color: #C0C0C0;
	background-image: url(../images/body.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:black;
}
.img_right {float:right;}
.frame {border:0px;}

h1 {
	color:green;
	font-size:120%;
}

/************************************************************************************************/
#site {
	margin:0px;padding:0px;
	width:1000px;
	margin-left:-500px;
	left:50%;
	position:absolute;
	background-color: white;
	background-image: url(../images/site.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
/************************************************************************************************/
#top1 {
	margin:0px;padding:0px;
	width:1000px;height:194px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
}
/************************************************************************************************/
#navigation {
	margin:0px;padding:0px;
	background-image: url(../images/navigation.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:168px;
	height:434px;
	float:left;
}
.menu1 {margin:0px;padding:0px;padding-top:10px;}
.menu1_level1 {margin:0px;padding:0px;margin-left:12px;list-style-type:none;}
.menu1_level1 a, .menu1_level1 a:visited { 
	padding-left:0px;
	text-decoration:none;
   font-variant: small-caps;
	color:black;
	background-image: url(../images/menu1_level1.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	display:block;
	clear:both;
	line-height:30px;
	padding-left:5px;
	color:#156820;
}
.menu1_level1 a:hover {color:black;font-variant: normal;}
.menu1_level1_act {margin:0px;padding:0px;list-style-type:none; margin-left:12px;}
.menu1_level1_act a, .menu1_level1_act a:visited { 
	padding-left:0px;
	text-decoration:none;
   font-variant: small-caps;
	color:black;
	background-image: url(../images/menu1_level1_act.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	line-height:30px;
	display:block;
	clear:both;
	padding-left:5px;
	color:white;
	font-variant: small-caps;
}
/************************************************************************************************/
#top2 {
	margin:0px;padding:0px;
	width:832px; height:39px;
	background-image: url(../images/top2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
}
.adresse {
	float:left;
	padding-left:40px;
	padding-top:3px;
	color:#156820;
	font-weight:bold;
	font-size:85%;
}
/************************************************************************************************/
#center {
	margin:0px;padding:0px;
	width:802px;float:left;
	background-image: url(../images/center.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
#content {
	margin:0px;padding:0px;
	background-color: transparent;
	margin-top:20px;
	margin-left:20px;
	margin-right:50px;
}
/************************************************************************************************/
#footer {
	margin:0px;padding:0px;
	width:1000px;
	height:49px;
   background-image: url(../images/footer.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	float:left;
}