* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #494949;
	font-family: "Segoe UI", Arial, Helvetica;
	font-size: 9pt;
}
img, a img, :link img, :visited img { 
	border: none;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 3px;
}
:focus {
	-moz-outline-style: none;
}
.clearer {
	clear: both;
	height: 10px;
}
.clear {
	clear: both;
	height: 0.1px;
}
.small, .small a {
	font-size: 7pt;
	color: #A7A7A7;
	text-decoration: none;
}
h1 {
	color: #BA45CD;
	font-size: 16pt;
	font-weight: bold;
}
h2 {
	color: #558017;
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	color: #000;
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}
.red {
	color: #F83535;
}
.bold {
	font-weight: bold;
}
.s10 {
	font-size: 10pt;
}
.s14 {
	font-size: 14pt;
	font-weight: normal;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
button {
	cursor: pointer;
}
#hidden {
	display: none;
}
#error404 {
	background: url(/img/404.png) no-repeat center top;
	padding-top: 200px;
	margin: 50px 0;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}
#error404 a {
	font-size: 10pt;
	font-weight: normal;
}
div.info {
	background-image: url(/img/icon/warning.png);
	background-position: 5px 7px;
	background-color: #FFF9D7;	
	border: 2px solid #ffcc00;
	padding: 0.3em 0.5em 0.5em 30px;
	font-size: 10pt;
}
div.error {
	background-image: url(/img/icon/error.png);
	background-position: 5px 9px;
	background-color: #FFE1E1;	
	border: 2px solid #c00;
	padding: 0.5em 0.5em 0.5em 30px;
	font-size: 10pt;
}
div.confirm {
	background-image: url(/img/icon/tick.png);
	background-position: 6px 5px;
	background-color: #E0F6CC;
	border: 2px solid #42921E;
	padding: 0.3em 0.5em 0.5em 30px;
	color: #42921E;
	font-size: 10pt;
}
div.error, div.confirm, div.info {
	margin: 5px 0;
	background-repeat: no-repeat;
}
div.error ul, div.confirm ul, div.info ul {
	list-style: none;
}
div.error ul li a:hover, div.confirm ul li a:hover, div.info ul li a:hover {
	text-decoration: underline;
}
div.error p, div.confirm p, div.info p {
	width: 14px;
	height: 14px;
	float: right;
	background-image: url(/img/close.png);
	background-repeat: no-repeat;
}
div.error p:hover, div.confirm p:hover, div.info p:hover {
	background-position: bottom;
}


/* Forms
-------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
input, textarea, select, .textarea {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #AEAEAE;
	font-family: "Segoe UI", Arial, Helvetica;
	font-size: 9pt;
}
input[type=text], input[type=password], textarea {
	padding: 3px 1px;
}
input[type=submit], input[type=button] {
	cursor: pointer;
	background: #F58EEF url(/img/bgbutton.png) repeat-x;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	border-color: #D047CA;
	padding: 4px 10px;
}
fieldset {
	display: block;
	clear: both;
	border: none;
	margin: 10px 0 0 0;
}
fieldset p {
	margin: 0 0 10px 0;
}
label {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}
fieldset .col {
	width: 32%;
	margin-left: 4%;
	float: left;
}
fieldset .col:first-child {
	width: 62%;
	margin-left: 0;
}
.form-legend, .form-legend-active {
	margin: 0 0 12px 0;
	font-size: 8pt;
	text-align: justify;
}
.form-legend {
	color: #ccc;
}
.form-legend-active {
	color: #508E00;
}
input[type=submit].cancel {
	background: #fff url(/img/button-gray-big.png) repeat-x;
	border-color: #888;
	color: #000;
}


/* Header
-------------------------------------------------------- */
#top {
	background: #838383 url(/img/bgstripes.png) repeat-x;
}
#header {
	width: 990px;
	padding: 0 !important;
	position: relative;
	margin: 0 auto;
	height: 85px;
}
#logo {
	float: left;
	width: 169px;
	padding: 15px 0;
}
#available {
	position: absolute;
	top: 22px;
	left: 200px;
	color: #fff;
	display: none;
}
#available div {
	padding-left: 54px;
	line-height: 150%;
	height: 38px;
}
#available a {
	color: #fff;
}
.flag_fr {
	background: url(/img/flags/fr_big.png) no-repeat;
}
.flag_uk {
	background: url(/img/flags/uk_big.png) no-repeat;
}
.flag_us {
	background: url(/img/flags/us_big.png) no-repeat;
}
.flag_be {
	background: url(/img/flags/be_big.png) no-repeat;
}
.flag_de {
	background: url(/img/flags/de_big.png) no-repeat;
}
.flag_es {
	background: url(/img/flags/es_big.png) no-repeat;
}
.flag_ch {
	background: url(/img/flags/ch_big.png) no-repeat;
}


/* Logon
-------------------------------------------------------- */
#logon {
	width: 363px;
	height: 57px;
	background: transparent url(/img/bglogon.png) no-repeat;
	float: right;
	margin: 15px 0 0 0;
	color: #fff;
	font-size: 8pt;
}
#logon a {
	color: #fff;
}
#logon .col {
	width: 140px;
	margin-left: 5px;
	float: left;
	padding: 3px 0 0 6px;
}
#logon .col:last-child {
	width: 45px;
}
#logon .col:first-child label, #logon a {
	font-weight: bold;
	cursor: pointer;
}	
#logon .col label, #logon .col:first-child p:first-child label {
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
}	
#logon input[type="text"], #logon input[type="password"] {
	background-color: #fff;
	border: 1px solid #999;
	width: 140px;
}
#logon input[type=checkbox] {
	float: left;
	margin: 1px 3px 0 0;
}
#logon input[type=submit] {
	text-indent : -9999px;
	width: 41px;
	height: 40px;
	border: none;
	margin: 6px 0;
	background-color: transparent;
	background-image: url(/img/logonsub.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#logon input[type=submit]:hover {
	background-position: bottom!important;
}


/* Logged
-------------------------------------------------------- */
#logged {
	width: 500px;
	height: 57px;
	text-align: right;
	color: #fff;
	float: right;
	margin: 15px 0 0 0;
	position: relative;
	overflow: hidden;
	font-size: 10pt;
}
#logged p {
	margin-right: 5px;
}
#logged p a {
	background: url(/img/icon/exit.png) no-repeat;
	padding-left: 22px;
}
#logged p:first-child {
	margin-top: 10px;
}
#logged p:first-child a {
	background: none;
	padding-left: 0;
}
#logged a {
	color: #fff;
	font-weight: bold;
}


/* Facebook
-------------------------------------------------------- */
#fb-connect {
	float: right;
	margin: 26px 0 0 7px;
	display: none;
}
#fb-image {
	float: right;
	margin: 20px 0 0 10px;
	width: 50px;
	height: 50px;
	background: url(/img/fbavatar.png) no-repeat;
}


/* Menu
-------------------------------------------------------- */
#menu {
	height: 32px;
	background: #454545 url(/img/menu.png) repeat-x;
	overflow: hidden;
	clear: both;
	border-color: #484747;
	border-width: 0 0 1px 0;
	border-style: solid;
}
#menu ul {
	width: 990px;
	position: relative;
	margin: 0 auto;
}
#menu li {
	display: inline;
}
#menu a {
	float: left;
	height: 320px;
	padding: 6px 15px 0 15px;
	font-weight: bold;
	font-size: 10pt;
	color: #E0FAA9;
}
#menu li a:hover {
	color: #395205;
	text-decoration: none;
	background: url(/img/menu-item-hover.png) no-repeat center top;
}
#menu a.current, #menu a.current:hover {
	color: #fff;
	background: url(/img/menu-item.png) no-repeat center top;
}
#menu li.tour {
	/*float: right;*/
}
#menu li.tour a {
	color: #FFF3FE;
}
#menu li.tour a:hover {
	color: #560C62;
	background: url(/img/menu-item-tour-hover.png) no-repeat center top;
}
#locale {
	display: none;
	position: absolute;
	top: 0;
	right: 2px;
}
#locale li {
	float: right;
}
#locale a {
	background-repeat: no-repeat;
	background-position: 106px 3px;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	width: 100px;
	padding: 8px 4px 0 0;
	text-align: right;
}
#locale a img {
	margin: 0 6px 1px 0;
}
#locale a img.flag {
	float: right;
	margin: -5px 0 0 6px;
}
#locale a:hover {
	text-decoration: none;
}
#locales {
	display: none;
}


/* Content
-------------------------------------------------------- */
#page {
	background-color: #fff;
}
#content {
	width: 990px;
	position: relative;
	margin: 0 auto;
}
#container {
	padding: 12px 0 20px 0;
}


/* Control
-------------------------------------------------------- */
#control {
	width: 165px;
	margin-right: 25px;
	float: left;
}
#control img.podcast-avatar {
	width: 165px;
}
#control ul {
	padding: 0;
	list-style: none;
	border-top: 1px solid #7C7C7C;
	margin-top: 6px;
}
#control li {
	margin: 0;
}
#control li:first-child {
	margin-top: 5px;
}
#control li a {
	font-weight: bold;
	color: #18191D;
	padding: 5px 0 4px 24px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border: 1px solid #fff;
	display: block;
	-moz-border-radius: 6px;
}
#control li:hover a {
	border-color: #F9B6F3;
	background-color: #FFF3FE;
}
#control li a:hover {
	text-decoration: none;
}
#control .active a, #control li.active:hover a {
	border-color: #eee;
	background-color: #fafafa;
}
#control .active a {
	font-weight: bold;
	color: #AC49A8;
}
#control .highlight {
	font-size: 10pt;
}
#control .highlight a {
	padding-top: 2px;
}
#facebook-connect {	
	/*
	border-top: 1px solid #7C7C7C;
	margin-top: 6px;
	padding: 8px;
	text-align: center;
	*/
	display: none;
}


/* Manage
-------------------------------------------------------- */
#manage {
	width: 800px;
	float: right;
}
/*
#manage h1 {
	font-size: 13pt;
	width: 770px;
	border-top: 1px dashed #BA45CD;
	border-bottom: 1px solid #BA45CD;
	background-repeat: no-repeat;
	background-position: 5px 6px;
	margin-bottom: 10px;
	background-color: #FFF3FE;
	padding: 1px 0 3px 28px;
}	
*/
#manage h1 {
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: -50px -50px;
	border-bottom: 1px solid #B8B8B8;
}


/* Footer
-------------------------------------------------------- */
#bottom {
	background: #494949 url(/img/bgstripes.png) repeat-x;
	overflow: hidden;
	clear: both;
}
#footer {
	width: 990px;
	padding: 0 !important;
	position: relative;
	margin: 0 auto;
	color: #E0FAA9;
}
#footer h3 {
	color: #fff;
	margin-bottom: 8px;
	font-size: 12pt;
	font-weight: bold;
}
#footer a {
	color: #E0FAA9;
}
#footer .col {
	margin: 25px 0 15px 0;
	width: 58%;
	padding: 0 5px;
	float: left;
}
#footer .first, #footer .last {
	width: 20%;	
	padding: 0;
}
#footer ul {
	list-style-type: none;
	font-size: 9pt;
	color: #E0FAA9;
}
#footer .middle ul {
	margin-top: 15px;
}
#footer .middle li {
	display: inline;
	padding: 0 15px 0 0;
	font-size: 10pt;
}
#footer li {
	margin: 9px 0 0 0;
}
#about {
	text-align: center;
	border-top: 1px solid #606060;
}
#about ul {
	margin: 14px 0;
}
#about li {
	display: inline;
	margin: 0 15px;
	color: #fff;
}
#about li a {
	color: #fff;
}
#about li a.flag {
	padding: 0 0 0 28px;
}
.locale_fr {
	background: url(/img/flags/fr_small.png) no-repeat;
}
.locale_be {
	background: url(/img/flags/be_small.png) no-repeat;
}
.locale_ch {
	background: url(/img/flags/ch_small.png) no-repeat;
}
.locale_en {
	background: url(/img/flags/uk_small.png) no-repeat;
}
#feedback {
	display: block;
	z-index: 9999999;
	position: fixed!important;
	position: absolute;
	width: 81px;
	height: 81px;
	right: 0;
	bottom: 0;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop+(document.documentElement.clientHeight-this.clientHeight) - 1:document.body.scrollTop+(document.body.clientHeight-this.clientHeight) - 1);
}
#feedback a img, #feedback a {
	border: 0;
}


/* Cols
-------------------------------------------------------- */
.col {	
	float: left;
}
.two-cols .col {
	width: 48%;
	margin-left: 2%;
}
.two-cols .col:first-child {
	width: 49%;
	margin-left: 0;
}
.three-cols .col {
	width: 32.3%;
	margin-left: 1%;
}
.three-cols .col:first-child {
	width: 33.3%;
	margin-left: 0;
}
.four-cols .col {
	width: 24%;
	margin-left: 1%;
}
.four-cols .col:first-child {
	width: 25%;
	margin-left: 0;
}
.five-cols .col {
	width: 19%;
	margin-left: 1%;
}
.five-cols .col:first-child {
	width: 20%;
	margin-left: 0;
}
.twice-cols .col {
	width: 33.3%;
	margin-left: 2%;
}
.twice-cols .col:first-child {
	width: 64.6%;
	margin-left: 0;
}
.six-cols .col {
	width: 15.6%;
	margin-left: 1%;
}
.six-cols .col:first-child {
	width: 16.6%;
	margin-left: 0;
}


/* Pagination
-------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	margin: 10px 0 5px 0;
	border-width: 1px 0;
	border-style: solid;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 2px 2px 5px 2px;
}
.pagination-left {
	float: left;
}
.pagination-left a {
	text-decoration: underline;
	color: #BA45CD;
}
.pagination-right {
	float: right;
	text-align: right;
	color: #BA45CD;
	font-weight: bold;
}
.pagination-left, .pagination-right {
	line-height: 200%;
}
.pagination input[type=submit] {
	padding: 2px 5px;
}


/* Tables
-------------------------------------------------------- */
#container table {
	font-size: 1em;
	border-collapse: collapse;
	margin: 5px 0 5px 0;
	width: 100%;
}
#container thead {
	background: url(/img/bgth.png);
}
#container th {
	padding: 7px 2px;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 8pt;
	font-weight: bold;
	color: #5C5C5C;
}
#container th select {
	padding: 2px;
}
#container th input[type=submit] {
	padding: 1px 5px;
}
#container td {
	border-bottom: 1px solid #ccc;
	padding: 2px;
	vertical-align: top;
}
#container td p {
	margin: 0;
	padding: 0;
}
table .maximal, table.maximal {
	width: 100%;
}
table .middle {
	width: 50%;
}
table .minimal {
	width: 1px;
}
table .nowrap {
	white-space: nowrap;
}
table .comment a, table .title , table .schedule, table .publish, table .unpublish, table .junk, table .new {
	font-weight: bold;
}
table .title {
	font-size: 10pt;
}
table .schedule, table .junk {
	color: #FEB900;
}
table .publish {
	color: #408F21;
}
table .unpublish {
	color: #c00000;
}
table .new {
	color: #3399FF;
	text-decoration: blink;
}
table .gray {
	font-style: italic;
	color: #999999;
}
table .gray a {
	color: #999999;
}
#episodes-list td, #comments-list td {
	border: none;
	padding: 5px;
}
#enhance-list td {
	padding: 5px;
}
#episodes-list tbody, #comments-list tbody {
	border-bottom: 1px solid #ccc;
}
#episodes-list tbody:hover, #comments-list tbody:hover, #enhance-list td:hover {
	background: #fafafa;
}


/* Bonus (à répartir ensuite)
-------------------------------------------------------- */
.contact p {
	text-align: justify;
	margin-bottom: 8px;
}
.contact img {
	margin: 6px 0;
}
#paypal-cancel {
	font-size: 10pt;
	font-weight: bold;
	background-image: url(/img/paypal.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 420px;
	height: 30px;
	padding-top: 7px;
	margin-top: -5px;
}
#paypal-check {
	font-size: 9pt;
	font-weight: normal;
}
#delete_form a {
	font-weight: bold;
}
#import-wait {	
	background: #FFF9D7;
	border: 2px solid #ffcc00;
	padding: 6px;
	font-size: 10pt;
	margin-bottom: 5px;
}