body {
	padding:0px;
	margin:0px;
	background-color: #FEFFDE;
	background-image: url(../images/back_body.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:black;
}

li {
	margin-left: 10px;
}

label {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

fieldset {
	border: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::TOP::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#top{
	left:0px;
	right:0px;
	height:160px;
	background-color: transparent;
	background-image:url(../images/back_top.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width:100%;
	margin:0px;
	padding:0px;
}
#box_top {
	background-image:url(../images/back_box_top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width:100%;
	height:160px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::NAVIGATION::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#navigation{
	width:150px;
	height: auto;
	background-color: transparent;
	border-left:none;
	border-top:none;
	float:left;
}
.menue1_level1 {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.menue1_level1 a, .menue1_level1 a:visited {
	list-style-type: none;
	color:black;
	text-decoration:none;
	padding-left:10px;
	line-height:25px;
	border-bottom:1px dashed #008C8D;
	display:block;
}
.menue1_level1 a:hover {
   background-color: #008C8D;
	list-style-type: none;
	color:white;
	font-weight:bold;
}

li.menue1_level1_act {
	margin-left: 0px;
}
.menue1_level1_act a, .menue1_level1_act a:visited {
   background-color: #008C8D;
	list-style-type: none;
	color:white;
	font-weight:bold;
	border-left:5px solid #00A8A8;
	padding-left:5px;
}

.menue1_level2 {
   background-color:transparent;
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.menue1_level2 a, .menue1_level2 a:visited  {
   background-color: transparent;
	list-style-type: none;
	color: #008C8D;
	text-decoration:none;
	margin-left:25px;
	line-height:15px;
	font-size:90%;
	border:none;
	font-weight:bold;
}
.menue1_level2 a:hover {
	list-style-type: none;
	color: white;
	text-decoration:none;
	margin-left:25px;
	line-height:15px;
	font-size:90%;
}
.menue1_level2_act a, .menue1_level2_act a:visited {
   background-color: #008C8D;
	list-style-type: none;
	color: white;
	text-decoration:none;
	margin-left:20px;
	line-height:15px;
	font-size:90%;
	font-weight:bold;
	border-left:5px solid #00A8A8;
	border-bottom:none;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::CONTENT::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#content{
float: left;
     width: 750px;
	background-color: #FEFFDE;
	margin-left:10px;
	margin-bottom:0px;
	padding: 10px;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::FOOT::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#foot {
clear: both;
	height:30px;
	background-image:url(../images/back_foot.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding:0px;
	left:150px;
     }

.adresse{
	font-weight:bold;
	color:#008C8D;
	font-size:10pt;
}