@charset "utf-8";
/* CSS Document */
html, body {
	height:100.1%;
}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:url(../images/body_bg.gif) top center repeat-y;
}
a {
	color:#333;
	text-decoration:none;
}
p {
	margin:15px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:16px;
	margin:15px 0;
	color:#aab0b8;
}
a img{
	border:none;
}
ul#fademain {
    margin: 0px; 
	padding:0;
	list-style:none;
    z-index:1;
}
ul#fademain li {
	list-style:none;
	margin:0;
	padding:0;
}
#site{
	width:800px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}
* html #site {
	height:100%;
}
#header{
	background:url(../images/header.jpg) right -3px no-repeat;
	height:80px;
	border-bottom:20px solid #FFF;
}

#container {
	overflow:hidden;
	padding-bottom:85px;
}
#container-left {
	float:left;
	width:245px;
	color:#003162;
}
#menu {
	background:url(../images/menu_bg.jpg) top left repeat-y;
	height:205px;
}
#menu ul, #menu li {
	padding:0;
	margin:0;
	list-style:none;
}
#menu ul li{
	border-bottom:solid 5px #FFFFFF;
}
#menu ul li a{
	background:url(../images/menu_a_bg.png);
	height:20px;
	width:233px;
	display:block;
	padding-left:12px;
	padding-top:16px;
	color:#003162;
	text-decoration:none;
}
#menu a:hover, #menu a:focus, #menu a.active {
	background:none;
	font-weight:bold;
}
#info {
	margin:0 15px 0 25px;
	font-size:10px;
}
#info h1 {
	margin-left:-13px;
	font-size:12px;
	color:#003162;
}
#info h2 {
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
	color:#003162;
}
#address {
	margin:0 15px 0 25px;
	font-size:10px;
	text-align:left !important;
	margin-top:40px;
}
#address td {
	text-align:left;
}

#container-right {
	float:right;
	width:550px;
}
#content {
	margin:20px 0;
	margin-left:10px;
}
#content a{
	text-decoration:underline;
}
#footer{
	background-image:url(../images/foot_bg.jpg);
	background-repeat:repeat-x;
	height:45px;
	width:800px;
	position:relative;
	text-align:center;
	padding-top:30px;
	margin:0 auto;
	margin-top:-75px;
	color:#FFF;
	font-size:11px;
}
#footer p {
	margin:0;
	margin-top:7px;
}
#footer a{
	color:#FFF;
}

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