/* CSS Document */

body {
	font-family: Verdana;
	width:986px;
	margin:auto;
	font-size: 11px; LINE-HEIGHT: normal;
	color:#FFFFFF;
	background: #000000 url("images/fond.jpg"); 
	background-repeat:no-repeat;
	background-position: top;background-attachment: fixed;
}

img { border: none; }

h4 {
	font-family: "Verdana", Arial, serif;
	font-size:12px;
}

h3, h4 {
	color:#FFFFFF;
}

hr {
	color: grey;
	background-color: grey;
	height: 1px;
	border: 0;
}

table {
	border-collapse:separate;
}

td {
	background:#333333;
	margin:auto;
	padding:0px;
}

a:link {
	color: #ffc31c;
	text-decoration:none;
}
a:visited {
	color: #ffc31c;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

a:active {
	text-decoration: none;
}

#header {
	background-image:url("images/header.jpg");
	background-repeat:no-repeat;
	margin: auto;
	width:984px;
	height:200px;
}

#main {
	width:974px;
	background-color:#333333;
	padding: 0 5px;
	margin-left:1px;
	float:left;
}

#nav {
	text-align: left;
	margin:5px;
	height: 15px;
	width:984px;
	font-weight:bold;
}

#footer {
	background: #000000;
	color:#FFFFFF;
	background-repeat: repeat-x;
	text-align:center;
	margin-left:1px;
	float:left;
	width:984px;
}

#episode {
	text-align:center;
}


#pub {
	height:15px;
	width:984px;
	margin-left:-5px;
	margin-top:-7px;
	background-color:#000000;
	text-align:center;
}

.pub {
	width:480px;
	padding:10px;
	margin:15px;
	height:100px;
}

#menu {
	background-image:url("images/menu.jpg");
	background-repeat: repeat-x;
	width:982px;
	height:28px;
	margin:auto;
	padding: 8px 2px 0px 0px;
	font-weight: bold;

	
}

.zone {
	float:left;
	color:#999999;
	padding: 5px;
	margin: 5px;
	
}

.zone_consult {

	padding: 5px;
	margin: 5px;
	width: 450px;
	float:left;
	color: white;
}

.zone_news {

	font-family: Verdana;
	font-size: 11px; LINE-HEIGHT: normal;
	font-weight: normal;
	padding: 5px;
	margin: 5px;
	float:right;

}

.left {
	float:left;
	padding: 5px;
	margin: 5px;

}

.right {
	float:right;
	padding: 2px;
	margin: 2px;
}

#menu a:link, #menu A:visited {
	color:#fff;
	text-decoration:none;
}

#menu a:hover {
	color:#ffc31c;
	text-decoration:underline;
}

#footer a:link, #footer A:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#ffc31c;
	text-decoration:underline;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
