@charset "utf-8";


* { padding: 0; margin: 0; }

html { height: 101% }

body { 
	background-color: white;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: smaller;
}



#wrapper {
	border:#000;
	color: black;
	background-color: white;
	width: 1000px;
	margin: 10px auto;
}


#head {
	width: 1000px;
	height: 237px;
	background-image:url(../images/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#adresse {
	color: #3d58b9;
	font-size: 85%;
	font-weight:bold;
	padding: 212px 0 0 240px;
	width: 758px;
}

#wrapper2 {
	width: 1000px;
	float: left;
	background-image: url(../images/back-repeat.jpg);
	background-repeat:repeat-y;
	background-color: #eaeaea;
}

#left {
	width: 225px;
	height: 380px;
	float: left;
	background-image:url(../images/navi.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.img_left {
	float:left;
}
.img_right {
	float:right;
	margin-right: 30px;
}


#navigation {
	float: right;
	margin: 13px 10px;
}

#navigation ul {
	text-align: right;	
	list-style-type: none;
}

#navigation li {
	font-size: 110%;
	height: 34px;
}

.menu1_level1 a {
	color: #3d58b9;
	text-decoration: none;
	outline: none;
}

.menu1_level1 a:hover,
.menu1_level1_act a{
	font-weight: bold;
	color: #3d58b9;
	text-decoration: underline;
	outline: none;
}

#content {
	width: 763px;
	float: left;
	background-image: url(../images/content.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding: 5px;
}

#content ul {list-style-type:circle;margin-left:30px;}

#footer {
	width: 1000px;
	height: 105px;
	float: left;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#player1 {text-align:center}

h1 {font-size:130%;
}
