body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	
}

/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_*/

#navigation{
	width:200px;
	background-color:white;
	/*background-image: url(../images/back_navigation.jpg);
	background-position: bottom center;
   background-repeat: no-repeat;*/
	height:auto;
	margin:10px;
	float:left;
	border:5px solid #4270CA;
	padding-top:10px;
	padding-bottom:30px;
}

.menu1 {
   margin:0px;
	padding:0px;
	list-style-type:none;
	margin-top:30px;
}

.menu1_level1 a {
	text-decoration:none;
	color: black;
	padding-left:10px;
	line-height:23px;
	margin-top:3px;
	margin-bottom:3px;
	display:block;
}

.menu1_level1 a:hover {
   background-color: #5587AD;
	background-image: url(../images/back_menu1_hover.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color:white;
	display:block;
	font-weight:bold;
}

.menu1_level1_act a {
	background-color: #4270CA;
	background-image: url(../images/back_menu1_hover.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color:white;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	line-height:23px;
	margin-top:3px;
	margin-bottom:3px;
	display:block;
}

/*-_-_-_-_-_-_-_-_-_-_LEVEL2-_-_-_-_-_-_-_-_-_-_-_-_*/

.level2 {
   margin:0px;
	padding:0px;
	list-style-type: square;
	margin-left:30px;
	margin-bottom:20px;
}
.menu1_level2 a {
	background-image: none;
	background-color: White;
	text-decoration:none;
	color: black;
	line-height:12px;
	display:block;
	padding:3px;
	font-weight:normal;
}

.menu1_level2 a:hover {
   background-color: gray;
	color:white;
	font-weight:bold;
	line-height:12px;
}

.menu1_level2_act a, .menu1_level2_act a:visited {
	background-image: none;
	background-color: gray;
	color:white;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
	line-height:12px;
	display:block;
	padding:3px;
}

/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_*/

#content{
	width:500px;
	border:1px solid #4270CA;
	background-color: transparent;
	float:left;
	margin:5px;
	padding-left:5px;
	padding-right:5px;
}

/*-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_*/

#adresse{
	width:200px;
	background-color:white;
	background-image: url(../images/back_adresse.jpg);
	background-position: bottom center;
   background-repeat: no-repeat;
	margin:10px;
	float:left;
	border:1px solid #4270CA;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
}

label {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

fieldset {
	border: none;
}