/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(../images/body_repeat.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	color:#1e3f65;
	font-size:15px;
}
a {
	color:#1e3f65;
	text-decoration:none;
}
p {
	margin:15px 0;
}
#site {
	width:935px;
	margin:0 auto;
}
#header {
	position:relative;
	height:337px;
}
#logo {
	position:absolute;
	top:0;
	right:0;
}
#lang {
	position:absolute;
	top:71px;
	left:48px;
	z-index:5;
}
#lang a {
	text-align:center;
}
#topmenu {
	position:absolute;
	top:40px;
	left:25px;

}
#topmenu a {
	padding:0 3px;
}
#menu {
	background:url(../images/menu_bg.jpg) top left no-repeat;
	height:230px;
	width:150px;
	position:absolute;
	left:0;
	bottom:0;
	padding-left:25px;
	padding-top:40px;
}
#menu a, #submenu a {
	color:#c9c9c9;
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}
#submenu a {
	color:#1e3f65;
}
#menu a:hover, #menu a:focus, #menu a.active, #submenu a:hover, #submenu a:focus, #submenu a.active {
	color:#ff741d;

}
#submenu {
	position:absolute;
	bottom:0;
	left:175px;
	width:170px;
	height:230px;
	padding-left:25px;
	padding-top:40px;
	z-index:5;
	background:#FFF;
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}
#flashheader {
	position:absolute;
	bottom:0;
	right:0;
	height:270px;
	z-index:1;
}
#container {
	margin-top:10px;
}
#container-left {
	float:left;
	width:620px;
	margin-left:25px;
	display:inline;
	margin-bottom:20px;
}
#content {
	margin:20px 0;
	min-height:300px;
}
.title {
	font-size:22px;
}
#container-right {
	float:right;
	width:260px;
	margin-bottom:20px;
	border-left:1px solid #CCC;
	padding-left:10px;
}

#footer {
	clear:both;
	border-top:1px solid #CCC;
	text-align:center;
	padding-top:10px;
}

.liste {
	overflow:hidden;
	margin-bottom:10px;
}
* html .liste {
	height:1%;
}

.liste img {
	float:left;
	padding-right:15px;
}
.listen_content {
	padding-left:140px;
}
.clear, .clear_liste {
	clear:both;
}