/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#828282;
	background:#000 url(../images/body_bg.jpg) top center repeat-x;
}
a {
	color:#df0c0c;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:14px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:14px 0;
	font-size:22px;
	color:#df0c0c;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}

#site {
	width:840px;
	margin:0 auto;
	background:url(../images/container_repeat.png) top left repeat-y;
}
#header {
	background:url(../images/site_top.jpg) top left no-repeat;
	padding:0 20px;
	position:relative;
}
#logo {
	text-align:right;
	height:30px;
	padding-top:20px;
	padding-right:10px;
}
#searchbar {
	position:absolute;
	left:30px;
	top:36px;
}
#searchbar form {
	margin:0;
	padding:0;
}
#searchbar input {
	font-size:11px;
	color:#666;
	padding:7px 15px 0 15px;
	width:141px;
	height:18px;
	background:none;
	background:url(../images/searchmask.png) top left no-repeat;
	border:none;
}
#imgHeader img {
	float:left;
	border-top:3px solid #d1d1d1;
	border-bottom:3px solid #d1d1d1;
}
#container {
	clear:left;
	padding:0 20px;
	overflow:hidden;
	background:url(../images/container-left_bg.jpg) 20px 0 no-repeat;
	min-height:280px
}
* html #container {
	height:1%;
}
#container-left {
	float:left;
	width:199px;
}
#menu {
	margin-top:40px;
	margin-left:30px;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	padding-bottom:16px;
}
#menu li a {
	font-size:16px;
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
}
#menu li a:hover, #menu li a:focus, #menu li a.active {
	color:#df0c0c;
}
#container-right {
	float:right;
	width:540px;
	margin-right:30px;
	display:inline;
}
#breadcrumb {
	margin-top:15px;
	margin-bottom:30px;
	font-size:9px;
}
#breadcrumb a {
	color:#646464;
}

#content a {
	text-decoration:underline;
}

#footer {
	background:url(../images/site_bottom.png) top left no-repeat;
	width:800px;
	margin:0 auto;
	padding:0 20px;
	text-align:center;
	color:#CCC;
	padding-top:32px;
}
#footer a {
	color:#CCC;
}

.liste img {
	float:left;
}
.listen_content {
	padding-left:165px;
}
.clear, .clear_liste {
	clear:both;
}
