html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #717171 url(../images/bg_body.jpg) repeat-y center top;
	text-align: center;
}

a { color: #7fbe41; text-decoration: underline; font-weight: bold;}
a:link { color: #7fbe41; }
a:visited { color: #7fbe41; }
a:hover, a:focus, a:active { color: #7fbe41; text-decoration: none;}

input {
	font-size: 11px;
}

textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	vertical-align: bottom;
}

p.ui_message {
	font-size: 12px;
	padding: 30px;
	text-align: center;
}

/* Default looks for header styles */

h1 {
	font-size: 16px;
	font-weight: 400;
	display: block;
	height: 28px;
	padding: 4px 0 0 6px;
	background: url(../images/bg_titre_h1.png) no-repeat top left;
	color: #373737;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #117293;
	border: 1px solid #117293;
	display: inline-block;
	width: auto;
	height: 18px;
	padding: 4px 8px 1px 6px;
	background: #FFF;
	clear: both;
}

/* General Layout */

#body_overlay {
	background: url(../images/bg_body_overlay.jpg) no-repeat center top;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#global {
	width: 980px;
	margin: 0 auto;
	background: #fff url(../images/bg_global.jpg) repeat-x left top;
}

#global_inner {
	width: 978px;
	margin: 0 auto;
}

#main_container {
	min-height: 500px;
}

.push {
	height: 50px;
	clear: both;
	width: 980px;
	margin: 0 auto;
	background: white;
}

.clearer {
	clear: both;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

a.admin_action {
	background-color: orange;
	color: black;
	padding: 1px 3px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}

/* Utils */

.classic_button {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #67a32d;
	border-top: 2px solid #bdd7a4;
	border-left: 2px solid #bdd7a4;
	border-bottom: 2px solid #4c7921;
	border-right: 2px solid #4c7921;
	padding: 1px 3px;
}

a.classic_button {
	color: white;
	text-decoration: none;
  font-size: 10px;
  padding: 2px 4px;
  margin: 0;
}

a.classic_button:hover,
a.classic_button:active,
a.classic_button:visited {
	color: white;
}

/* Header */

#header {
	height: 209px;
	overflow: hidden;
	background: url(../images/bg_header.jpg) repeat-x left top;
	font-size: 11px;
	color: #f3f3f3;
	position: relative;
}

#header_top {
	height: 106px;
	position: relative;
}

#header_top #header_top_logo {
	position: absolute;
	left: 16px; bottom: 0;
}

#header_top #header_social_links {
	width: 79px; height: 62px;
	overflow: hidden;
	background: url(../images/bg_header_social_links.jpg) no-repeat top left;
	position: absolute;
	top: 32px; left: 146px;
}

#header_top #header_social_links #header_social_links_inner {
	padding-top: 26px;
}

#header_top #header_ad {
	position: absolute;
	right: 16px; bottom: 0;
}

#header_top #header_legal {
  position: absolute;
  right: 16px;
  top: 1px;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  color: #fff200;

}

#header_middle {
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
}

#header_middle #header_cablo {
	width: 400px;
	position: absolute;
	top: 0; left: 16px;
	text-align: left;
	line-height: 20px;
	/*background: url(../images/logo_baseline.gif?v=2) no-repeat 0 0;*/
}

#header_middle #header_auth_status {
	width: 350px;
	position: absolute;
	top: 0; right: 240px;
	text-align: right;
	line-height: 20px;
	height: 23px;
	display: block;
	padding-top: 4px;
}

#header_middle #header_auth_status .fb_caption {
  display: inline-block;
  height: 21px;
  width: 220px;
  margin: 0 5px;
  float: left;
  position: relative;
  top: 0px;
}

.fbpp {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

#header_middle #header_auth_status .fb_button {
  display: inline-block;
  float: left;
  height: 23px;
}

#header_middle #header_auth_status img.fb_profile_pic, a.FB_Link img {
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

#header_middle #header_auth_status a, #header_middle #header_auth_status span {
	text-decoration: none;
	color: #26a9e2;
	font-weight: bold;
	font-family: tahoma, arial, sans-serif;
}

#header_middle #header_auth_status .fb-login-button a, #header_middle #header_auth_status .fb-login-button span {
	color: #FFF;
}

.fb-login-button {
/*
  float: right;
*/
  position: absolute;
  right: 0;
  width: 96px;
  height: 24px;
  display: none;
  text-align: left;
}


div.fb-login-button.fb_iframe_widget {
  position: absolute;
  display: block;

}

#header_middle #header_auth_status a:hover {
	text-decoration: underline;
}

#header_middle #header_account {
	width: 220px;
	position: absolute;
	top: 0; right: 16px;
	text-align: right;
	line-height: 20px;
	margin-top: 5px;
}

#header_bottom {
	height: 40px;
	overflow: hidden;
	margin-top: 5px;
	text-align: left;
	position: relative;
}

#header_bottom ul#main_nav {
	list-style-type: none;
	padding: 0;
	margin: 2px 0 0 5px;
	position: absolute;
	width: 100%;
	top: 0; left: 0;
}

#header_bottom ul#main_nav li {
	display: inline-block;
	float: left;
	padding: 0px 9px;
	width: 80px;
	text-align: center;
}

#header_bottom ul#main_nav li.last {
	border-right: none;
}

#header_bottom ul#main_nav li a {
	font-size: 13px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 5px;
	line-height: 18px;
	width: 300px;
}

#header_bottom ul#main_nav li a:hover,
#header_bottom ul#main_nav li a.active {
	background-color: #919191;
}

div#sous_sections_container {
  position: absolute;
  top: 190px;
  z-index: 1000;
}

div.sous_sections {
  display: none;
/*
  border: 1px solid red;
*/
  width: 100%;
  position: relative;
}

div.sous_sections ul.ss_nav {
	list-style-type: none;
	padding: 20px 0 0 0;
	margin: 2px 0 0 5px;
	position: relative;
	background-color: #8f9092;
  background: url(../images/menu_down.png) top center no-repeat;
  width: 127px;
}

div.sous_sections ul.ss_nav li {
	border: 1px solid #373737;

}



div.sous_sections ul.ss_nav li a:hover {
	background: url(../images/menu_selected_bg.png);
}


div.sous_sections ul.ss_nav li a {
	display: block;
	font-size: 13px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	width: 115px;
	height: 24px;
	padding: 3px 5px;
	line-height: 22px;
	background-color: #8f9092;
	border-bottom: 1px solid #b3b3b3;
}

div.sous_sections ul.ss_nav li.last {
	border-bottom: 1px solid #373737;
}





div#ss_television.sous_sections ul.ss_nav {
  left: 85px;
}

div#ss_celebrites.sous_sections ul.ss_nav  {
  left: 362px;
}

div#ss_cinema.sous_sections ul.ss_nav  {
  left: 460px;
}



div.sous_sections  ul.ss_nav li a:hover,
div.sous_sections ul.ss_nav li a.active {
	background-color: #919191;
}




#header_bottom #header_search_form {
	position: absolute;
	top: 0; right: 16px;
}

/* Added a new style to move search form and show concours button via the .horaire class (aka homepage) - Jesse Sutherland Nov 4 2010 - */
/*
.horaire #header_bottom #header_search_form {
	position: absolute;
	top: 0; right: 290px;
}
*/
#header_bottom #button_concours {
	display: none;
}

.horaire #header_bottom #button_concours {
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
}
/* end of changes */

/* Pages about: conditions, contact, etc */

.classic_page {
  text-align: left;
  font-size: 11px;
  padding: 18px;
}

.classic_page .classic_page_left {
	width: 630px;
	float: left;
	position: relative;
}

.classic_page .classic_page_right {
	width: 300px;
	float: right;
}


.classic_page p {
  margin-bottom: 18px;
}

.classic_page h2 {
  font-size: 12px;
}

.classic_page h3 {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  background: none;
  border: 0;
  padding: 2px;
  height: 14px;
  margin-bottom: 0px;
}

.classic_page .column {
  display: inline-block;
  width: 450px;
  height: 400px;
  float: left;
}

.classic_page .column span {
  color: #0058AD;
  font-weight: bold;
}

.classic_page #all_logos {
  margin-top: 30px;
  width: 400px;
  height: 280px;
}


/* Accueil : emissions à signaler */

#home_eas {
	height: 250px;
	overflow: hidden;
	margin-top: 2px;
}

#home_eas #home_eas_box {
	width: 675px;
	float: left;
	text-align: left;
}

#home_eas #home_eas_box #home_eas_box_left {
	width: 492px;
	height: 250px;
	position: relative;
	float: left;
}

#home_eas #home_eas_box #home_eas_box_right {
	width: 183px;
	height: 250px;
	float: right;
	background-color: #CFCFCF;
}

#home_eas #home_eas_box #home_eas_box_right ul {
  padding: 0;
  margin: 0;
}
#home_eas #home_eas_box #home_eas_box_right li {
	background: url(../images/bg_home_eas_box_right_item.jpg) no-repeat left top;
	display: block;
	height: 49px;
	margin: 0 0 1px 0;
	padding: 0;
}

#home_eas #home_eas_box #home_eas_box_right li.ui-tabs-selected {
  background: url(../images/bg_home_eas_box_right_item.jpg) no-repeat left bottom;
}

#home_eas #home_eas_box #home_eas_box_right li.ui-tabs-selected > a {
  color: #1c1c1c;
}


#home_eas #home_eas_box #home_eas_box_right a {
  display: inline-block;
  font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	color: white;
}

#aqqhome_eas #home_eas_box #home_eas_box_right a {
  display: block;
  height: 49px;
  font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	color: white;
}

#home_eas #home_eas_box #home_eas_box_right a:hover,
#home_eas #home_eas_box #home_eas_box_right a.active {
	color: #1c1c1c;
}


#home_eas #home_eas_box #home_eas_box_right a span {
	display: block;
	margin-left: 7px;
	margin-top: 10px;
	padding-right: 5px;
	vertical-align: middle;
}

* html #home_eas #home_eas_box #home_eas_box_right a span {
	display: inline;
	height: 39px;
	margin-top: 10px;
	zoom: 1;
}

#home_eas #home_eas_box #home_eas_box_left #home_eas_shadow {
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	width:  492px;
	height: 250px;
	border: 0;
}

#home_eas #home_eas_box #home_eas_box_left .home_eas_banneer {
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
	width:  492px;
	height: 250px;
}

#home_eas #home_eas_bigbox {
	width: 300px;
	float: right;
}

.ui-tabs-hide {
  display: none;
}

/* Légende */

#legend {
	margin-top: 2px;
	background-color: black;
	padding: 8px 12px;
	color: white;
	font-size: 9px;
	text-align: left;
}

#legend #legend_left {
	width: 400px;
	float: left;
}

#legend #legend_right {
	width: 200px;
	float: right;
	text-align: right;
}

#legend img {
	vertical-align: bottom;
}

#legend a {
	font-size: 10px;
}

/* Filtres */

#filters {
	background: url(../images/bg_filters.jpg) repeat-x left top;
	height: 140px;
	margin-top: 3px;
	color: white;
	position: relative;
	text-align: left;
}

#filters input,
#filters select {
	font-size: 11px;
}

#filters select {
	background-color: white;
	width: 165px;
}

#filters #filters_fake {
	position: absolute; top: 9px; left: 7px;
	display: none;
}

#filters #filters_search {
	position: relative;
	z-index: 20;
}

#filters #filters_search h2 {
	font-size: 18px;
	line-height: 16px;
	display: inline;
	position: absolute;
	top: 10px; left: 10px;
	margin: 0; padding: 0;
	font-weight: normal;
}

#filters #filters_search #form_filters_search {
	width: 450px;
	position: absolute;
	top: 10px;
	left: 130px;
}

#filters #filters_search #form_filters_search input#s_freesearch {
	width: 380px;
}

#filters #filters_search #form_filters_goto {
	width: 170px;
	position: absolute;
	top: 10px;
	left: 580px;
}

#filters #filters_search #form_filters_goto input#s_goto {
	width: 120px;
}

#filters #filters_search #form_filters_search input#s_freesearch_submit,
#filters #filters_search #form_filters_goto input#s_goto_submit {
	background-color: black;
	color: #7fbe41;
	border: 0;
	padding: 3px;
}

#filters #filters_search #ajax_stations {
	position: absolute;
	z-index: 50;
	top: 40px;
	left: 580px;
	width: 200px;
	background: white;
	height: 200px;
	overflow: auto;
	color: black;
	font-size: 11px;
	padding: 5px 10px;
	border: 1px solid black;
	overflow-x: hidden;
}

#filters #filters_search #ajax_stations div.loading_progress {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 25px;
  height: 25px;
  z-index: 90;
}

#filters #filters_search #ajax_stations div.content {
  position: absolute;
  top: 5px;
  left: 10px;
	width: 200px;
	background: white;
}

#filters #filters_search #ajax_stations .station_item {
	padding: 8px 0;
	border-bottom: 1px solid grey;
}

#filters #filters_search #ajax_stations .station_item img {
	vertical-align: bottom;
	float: left;
	margin-right: 3px;
	margin-bottom: 35px;

}

#filters #filters_search #ajax_stations .station_item a {
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

#filters #filters_more {
	width: 213px; height: 120px;
	overflow: hidden;
	position: absolute;
	top: 10px; left: 755px;
	z-index: 3;
	background: url(../images/bg_filters_more.jpg) no-repeat left top;
}

#filters #filters_more ul {
	font-size: 10px;
	list-style-type: none;
	margin: 4px 0 10px 14px; padding: 0;
}

#filters #filters_more ul li {
	/* padding: 2px 0; */
	padding: 2px 0;
}

#filters #filters_more ul li a.active {
	color: white;
}

#filters #filters_live {
	width: 728px; height: 86px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: 42px; left: 12px;
	background: url(../images/bg_filters_live.jpg) no-repeat left top;

}

#filters #filters_live #form_filters_live {
	width: 728px; height: 86px;
	position: relative;
}

#filters #filters_live h2 {
	font-size: 18px;
	line-height: 16px;
	display: inline;
	position: absolute;
	top: 15px; left: 15px;
	margin: 0; padding: 0;
	font-weight: normal;
}

#filters #filters_live select#f_jour {
	position: absolute;
	top: 15px; left: 180px;
	width: 150px;
}

#filters #filters_live select#f_heure {
	position: absolute;
	top: 48px; left: 180px;
	width: 150px;
}

#filters #filters_live select#f_moment {
	position: absolute;
	top: 48px; left: 15px;
	width: 150px;
}

#filters #filters_live select#f_type_emis {
	position: absolute;
	top: 15px; left: 345px;
}

#filters #filters_live select#f_type_film {
	position: absolute;
	top: 48px; left: 345px;
}

#filters #filters_live #filters_live_boxes {
	width: 85px;
	position: absolute;
	top: 15px; left: 525px;
	font-size: 11px;
}

#filters #filters_live #filters_live_sep {
	position: absolute;
	top: 10px;
	left: 605px;
}

#filters #filters_live #filters_live_reset {
	position: absolute;
	top: 33px;
	left: 622px;
	padding: auto;
	width: 80px;
}

/* Grille horaire */

.gr_container {
	width: 970px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	position: relative;
}

.gr_container .no_results {
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 150px;
	text-align: center;
}

.loading_progress {
	text-align: center;
	padding: 20px 0 10px 0;
}

#gr_date_line {
	padding-bottom: 6px;
}

#gr_sub_title {
	background: transparent url(../images/bg_liste_table_th.gif) repeat-x scroll 0 0;
	color: white;
	text-align: left;
	padding: 4px 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 12px;
	margin-top: 2px;
}

#gr_date_line #gr_date_line_left {
	width: 300px;
	float: left;
	text-align: left;
	font-size: 11.5px;
	font-weight: bold;
	color: #0F7292;
}

#gr_date_line #gr_date_line_left:first-letter {
	text-transform: uppercase;
}

#gr_date_line #gr_date_line_right {
	width: 600px;
	float: right;
	text-align: right;
	font-size: 9px;
}


.gr_head,
.gr_row {
	border: 1px solid #bababa;
	border-collapse: collapse;
	background-color: white;
	width: 970px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, FreeSans, sans-serif;
	font-size: 10px;
}

.gr_head {
	width: 972px;
}

.gr_head th {
	width: 150px;
	height: 23px;
	background: url(../images/bg_gr_header.jpg) no-repeat left top;
	line-height: 20px;
	font-size: 15px;
	font-weight: normal;
}

.gr_head th span {
	display: block;
	padding: 0 10px;
	color: white;
}

.gr_head th.gr_head_time_last {
	width: 97px;
}

.gr_head th.gr_head_nav_prev {
	width: 95px;
	background: url(../images/bg_gr_header_first.jpg) no-repeat left top;
	text-align: right;
}

.gr_head th.gr_head_nav_next {
	width: 30px;
	border-right: none;
}

.gr_head th.gr_head_nav_prev a,
.gr_head th.gr_head_nav_next a {
	display: block;
	padding: 2px 0;
}

.gr_row {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #bababa;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-spacing: 0;
	table-layout: fixed;
}

.gr_row_style_1 { background-color: white; }
.gr_row_style_2 { background-color: #e8e8ea; }

.gr_row_head {
	background-color: white;
	width: 94px;
	height: 28px;
	overflow: hidden;
}

.gr_row_head a {
	font-weight: normal;
	text-decoration: none;
	color: #262626;
}

.gr_row_head a:hover {
	text-decoration: underline;
}

.gr_row_head_cont {
	width: 94px;
	height: 28px;
	position: relative;
	overflow: hidden;
}

.gr_row_head .gr_row_head_logo {
	position: absolute; top: 4px; left: 1px;
}

.gr_row_head .gr_row_head_poste {
	position: absolute; top: 3px; left: 45px;
	font-size: 10px;
	line-height: 10px;
}

.gr_row_head .gr_row_head_chaine {
	position: absolute; top: 15px; left: 45px;
	font-size: 10px;
	line-height: 10px;
}

.gr_row_head a.gr_row_head_fav {
	display: block;
	height: 12px; width: 13px;
	position: absolute; top: 1px; right: 1px;
	text-decoration: none;
}

.gr_diff {
	height: 28px;
	text-align: left;
	vertical-align: center;
	color: #262626;
	background: url(../images/bg_gr_diff.gif) no-repeat left top;
	overflow: hidden;
	/* position: relative; */
}

.gr_diff a {
	font-weight: normal;
	display: block;
	padding: 0 10px 0 8px;
	color: #262626;
	text-decoration: none;
	line-height: 12px;
	max-height: 26px;
	overflow: hidden;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}

.gr_diff a:link { color: #262626; }
.gr_diff a:visited { color: #262626; }
.gr_diff a:hover,
.gr_diff a:focus,
.gr_diff a:active { color: #262626; }

td.gr_diff_hover {
	background-color: #C2E0A2;
}

td.gr_diff_black {
	background: url(../images/bg_gr_diff_black.png) no-repeat left top;
}

td.gr_diff_hidden {
	background: url(../images/bg_gr_diff_hidden.png) no-repeat left top;
}

td a.gr_diff_hd {
	background: url(../images/bg_gr_diff_hd.gif) no-repeat right center;
}

td a.gr_diff_primeur {
	background: url(../images/bg_gr_diff_primeur.gif) no-repeat right center;
}

td a.gr_diff_hd_primeur {
	background: url(../images/bg_gr_diff_hd_primeur.gif) no-repeat right center;
}

/* Grille Footer */

.gr_footer {
	margin-top: 5px;
}

.gr_footer .gr_footer_left {
	width: 728px;
	float: left;
}

.gr_footer .gr_footer_right {
	width: 230px;
	float: right;
}

.gr_footer_with_borders {
	width: 970px;
	margin: 0 auto 20px auto;
}

/* Grille Barre de navigation */

#gr_nav_bar {
	width: 970px;
	margin: 10px auto 0 auto;
	text-align: left;
	font-size: 11px;
	border: 1px solid #bbbbbb;
	background: #c2c2c2 url(../images/bg_gr_nav_bar.jpg) repeat-x left top;
	padding: 3px 0;
}

#gr_nav_bar a {
	color: #373737;
	text-decoration: none;
}

/* Grille horaire : détails d'une diffusion */

#diff_details_inapage {
	padding: 5px 0;
	background-color: white;
}

#details_topbar {
	background-color: #094255;
	color: white;
	font-size: 14px;
	margin-top: 1px;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	text-align: left;
}

#details_topbar:first-letter {
	text-transform: uppercase;
}

#details_topbar a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#diff_video {
	margin-top: 1px;
	background: black url(../images/bg_diff_video.jpg) left top repeat-x;
	height: 800px;
}

#diff_video_metas {
	color: white;
	text-align: left;
	padding: 20px;
	font-size: 12.5px;
}

.diff_video_metas_smaller {
	font-size: 11px;
}

#diff_video #diff_video_container { padding: 0 20px;}
#diff_video #diff_video_left { width: 620px; float: left; }
#diff_video #diff_video_right { width: 300px; float: right; }
#diff_video #diff_video_right #dd_video_ad { width: 300px; height: 250px; }

#diff_details {
	border: 1px solid #5c5c5c;
	background: url(../images/bg_diff_details.jpg) left top no-repeat;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	font-size: 11px;
	position: relative;
}

#diff_details a {
	font-weight: normal;
}

#diff_details div.actionbar_button {
    float: left;
    padding-left: 5px;
    padding-right: 10px;
}

#diff_details div.actionbar_button img {
    padding-right: 5px;
}


#diff_details #diff_details_inner {
	padding: 5px 10px;
}

#diff_details #dd_header {
	height: 25px;
	overflow: hidden;
	color: white;
}

#diff_details #dd_header_left,
#diff_details #dd_header_right {
	float: left;
}

#diff_details #dd_header_left {
	width: 600px;
	font-size: 13px;
	color: #373737;
	font-weight: bold;
	letter-spacing: -0.5px;
}

#diff_details #dd_header_left:first-letter {
	text-transform: uppercase;
}

#diff_details #dd_header_right {
	width: 310px;
	float: right;
	text-align: right;
	padding-right: 30px;
	font-weight: bold;
}

#diff_details #dd_header_right span {
	font-size: 9px;
}

#diff_details #dd_actionbar {
	height: 26px;
	overflow: hidden;
	line-height: 25px;
	font-size: 11px;
}

#diff_details #dd_actionbar a {
	color: white;
	text-decoration: none;
}

#diff_details #dd_actionbar a:hover {
	text-decoration: underline;
}

#diff_details #dd_actionbar_left {
	width: 640px;
	height: 26px;
	float: left;
	background-color: #373737;
}

#diff_details #dd_actionbar_left img {
	vertical-align: middle;
	display: inline-block;
}

#diff_details #dd_actionbar_left .at300bs,
#diff_details #dd_actionbar_left .atclear {
	display: none;
	visibility: hidden;
}

#diff_details #dd_actionbar_right {
	width: 310px;
	height: 26px;
	float: right;
	background: url(../images/bg_dd_actionbar_right.jpg) left top repeat-x;
	color: #7aacbc;
}

#diff_details #dd_left {
	width: 420px;
	float: left;
	color: #373737;
	padding: 20px 0 10px 10px;
	position: relative;
}

#diff_details #dd_right {
	width: 512px;
	float: right;
	padding-top: 18px;
	padding-bottom: 10px;
}

#diff_details #dd_left .switch_video {
	float: right;
}

#diff_details #dd_left h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#diff_details #dd_left h3 {
	border: 0;
	background: none;
	color: #373737;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
}

#diff_details #dd_left h4 {
	font-weight: normal;
	font-size: 11px;
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 17px;
}

#diff_details #dd_left #dd_infos {
	height: 150px;
	overflow: auto;
}

#diff_details #dd_left #dd_redif {
	height: 15px;
}

#diff_details #dd_left #dd_coms h3 {
	padding-top: 20px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #1e7392;
}

#diff_details #dd_left #dd_coms #dd_coms_holder {
	height: 140px;
	overflow: hidden;
}

#diff_details #dd_left #dd_coms .comment {
	margin-top: 0;
}

#diff_details #dd_left #dd_coms #dd_coms_actions {
	padding-top: 10px;
}

#diff_details #dd_left #dd_coms #dd_coms_actions #dd_coms_actions_left {
	width: 200px;
	float: left;
}

#diff_details #dd_left #dd_coms #dd_coms_actions #dd_coms_actions_right {
	width: 200px;
	float: left;
	text-align: right;
}

#diff_details #dd_left #dd_coms #dd_coms_actions a {
	font-weight: bold;
}

#diff_details #dd_left #dd_coms form .label {
	display: block;
	padding-top: 4px;
	padding-bottom: 2px;
}

#diff_details #dd_left #dd_coms form textarea {
	width: 380px;
	height: 60px;
}

#diff_details #dd_left #dd_coms form input[type="text"] {
	width: 300px;
	margin-bottom: 3px;
}

#diff_details #dd_right #dd_votes {
	width: 200px;
	float: left;
}

#diff_details #dd_right #dd_votes p {
	font-size: 10px;
	line-height: 13px;
	margin: 6px 0 2px 0;
	padding-left: 5px;
}

#diff_details #dd_right #dd_votes .star_container {
	width: 200px;
	height: 32px;
	background: url(../images/bg_rate_container.gif);
	overflow: hidden;

}

#diff_details #dd_right #dd_votes .star_container .star_container_inner {
	padding-top: 3px;
	padding-left: 12px;
}

#diff_details #dd_right #dd_ad {
	width: 300px;
	height: 250px;
	float: right;
}

#diff_details #dd_right #dd_facebook {
	padding-top: 10px;
}

#diff_details #dd_right #dd_recomm p {
	color: #373737;
}

#diff_details #dd_right #dd_recomm ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#diff_details #dd_right #dd_recomm ul li {
	margin: 0;
	padding: 0;
}

#diff_details #dd_right #dd_recomm ul li a {
	color: black;
}

/* Need Auth */

.need_auth {
	padding: 20px 0;
	text-align: center;
	font-size: 11px;
}

.need_auth_in_page {
	padding: 100px 0;
	text-align: center;
	font-size: 11px;
}

/* Commentaires */

.emission_comments #back_button {
	position: absolute;
	top: 15px;
	right: 0;
}

.emission_comments form#form_select_episode span {
	font-weight: bold;
	font-size: 12px;
	color: #307294;
}

.emission_comments #link_white_comment {
	display: block;
	padding: 15px 0;
}

.emission_comments form .label {
	display: block;
	padding-top: 5px;
	padding-bottom: 2px;
}

.emission_comments form textarea {
	width: 500px;
	height: 100px;
}

.emission_comments form input[type="text"] {
	width: 400px;
}

#write_comment {
	padding: 15px 0;
}

#write_comment ul.error_list {
	color: red;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

p.comment {
	word-wrap: break-word;
	padding-right: 10px;
}

/* Pagination */

.pagination {
	width: 408px;
	margin: 30px auto;
	border: 1px solid #A4A4A4;
	color: #7fbe41;
}

.pagination .pagination_inner {
	padding: 1px 4px;
}

.pagination .pagination_left {
	width: 120px;
	float: left;
	text-align: left;
}

.pagination .pagination_center {
	width: 160px;
	float: left;
	text-align: center;
}

.pagination .pagination_center span {
	padding: 0 2px;
}

.pagination .pagination_center span.current {
	background-color: #7fbe41;
	color: white;
	font-weight: bold;
}

.pagination .pagination_right {
	width: 120px;
	float: left;
	text-align: right;
}


/* Listes de favoris, d'émissions */

.liste_container {
	width: 970px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	min-height: 400px;
}

#liste_date_line {
	padding-bottom: 6px;
}

#liste_date_line #liste_date_line_left {
	width: 323px;
	float: left;
	text-align: left;
	font-size: 11.5px;
	font-weight: bold;
	color: #0F7292;
}

#liste_date_line #liste_date_line_left img {
	vertical-align: middle;
}

#liste_date_line #liste_date_line_left:first-letter {
	text-transform: uppercase;
}

#liste_date_line #liste_date_line_middle {
	width: 323px;
	float: left;
	text-align: center;
	font-size: 9px;
}

#liste_date_line #liste_date_line_right {
	width: 323px;
	float: left;
	text-align: right;
	font-size: 9px;
}

.liste_favoris td, .liste_favoris th {
  	border: 1px solid #bababa;
}

.liste_favoris,
.liste_row {
	border: 1px solid #bababa;
	border-collapse: collapse;
	background-color: white;
	width: 970px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, FreeSans, sans-serif;
	font-size: 10px;
}

.liste_favoris {
	width: 972px;
}

.liste_favoris th {
	height: 23px;
	background: url(../images/bg_liste_table_th.gif) repeat-x;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	padding: 0 5px;
	text-align: left;
	line-height: 8px;
	font-weight: bold;
}

.liste_favoris td {
  padding: 0 5px;
}

.liste_favoris th.favoris, .liste_favoris th.alertes {
  font-size: 9px;
  text-align: center;
}

.liste_favoris td.titre, .liste_favoris th.titre {
  width:  580px;
  line-height: 22px;
}

.liste_favoris td.titre span {
  float: right;
  text-align: right;
  width: 20px;
}

.liste_favoris td.titre a {
	font-weight: normal;
	color: #262626;
	text-decoration: none;
}

.liste_favoris td.titre span img {
  margin: 1px;
}

.liste_favoris td.horaire, .liste_favoris th.horaire {
  width: 250px;
}

.liste_favoris td.favoris, .liste_favoris th.favoris {
  width: 52px;
}

.liste_favoris td.alertes, .liste_favoris th.alertes {
  width: 90px;
}

.liste_favoris td.favoris, .liste_favoris td.alertes {
  text-align: center;
}

.liste_favoris th span {
	display: block;
	padding: 0 10px;
	color: white;
}

/* Programmation par chaine */

.liste_programmation {
	width: 972px;
	border: 1px solid #bababa;
	border-collapse: collapse;
	background-color: white;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, FreeSans, sans-serif;
	font-size: 10px;
}

.liste_programmation td, .liste_programmation th {
  border: 1px solid #bababa;
}

.liste_programmation th {
	height: 23px;
	background: url(../images/bg_liste_table_th.gif) repeat-x;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	padding: 0 5px;
	text-align: left;
	line-height: 8px;
	font-weight: bold;
}

.liste_programmation td {
  padding: 0 8px;
	height: 28px;
}

.liste_programmation th.favoris, .liste_programmation th.alertes {
  font-size: 9px;
  text-align: center;
}

.liste_programmation td.heure, .liste_programmation th.heure {
  width: 65px;
	text-align: center;
}

.liste_programmation td.heure {
	font-weight: bold;
	font-size: 12px;
}

.liste_programmation td.titre, .liste_programmation th.titre {
  width:  765px;
  line-height: 22px;
}

.liste_programmation td.titre a {
	font-weight: normal;
	color: #262626;
	text-decoration: none;
}

.liste_programmation th.titre a {
	font-size: 11px;
}

.liste_programmation td.titre span {
  float: right;
  text-align: right;
  width: 20px;
}

.liste_programmation td.titre span img {
  margin: 1px;
}

.liste_programmation td.favoris, .liste_programmation th.favoris {
  width: 52px;
	text-align: center;
}

.liste_programmation td.alertes, .liste_programmation th.alertes {
  width: 90px;
	text-align: center;
}

.liste_programmation th span {
	display: block;
	padding: 0 10px;
	color: white;
}

/* PALMARES */

.liste_palmares td, .liste_palmares th {
  	border: 1px solid #bababa;
}

.liste_palmares {
	width: 972px;
	border: 1px solid #bababa;
	border-collapse: collapse;
	background-color: white;
	width: 970px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, FreeSans, sans-serif;
	font-size: 10px;
}

.liste_palmares th {
	height: 23px;
	background: url(../images/bg_liste_table_th.gif) repeat-x;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	padding: 0 5px;
	text-align: left;
	line-height: 8px;
	font-weight: bold;
}

.liste_palmares td {
  padding: 0 5px;
}

.liste_palmares th.favoris, .liste_palmares th.alertes {
  font-size: 9px;
  text-align: center;
}

.liste_palmares td.titre, .liste_palmares th.titre {
  width:  425px;
  line-height: 22px;
}

.liste_palmares td.titre span {
  float: right;
  text-align: right;
  width: 20px;
}

.liste_palmares td.titre a {
	font-weight: normal;
	color: #262626;
	text-decoration: none;
}

.liste_palmares td.titre span img {
  margin: 1px;
}

.liste_palmares td.horaire, .liste_palmares th.horaire {
  width: 245px;
}

.liste_palmares td.votes, .liste_palmares th.votes {
  width: 160px;
}

.liste_palmares td.votes span {
  width: 40px;

  height: 15px;
  float: right;
  text-align: right;
  margin: 0;
}

.liste_palmares td.votes div.star_mini_on {
  background: 0px 0px url(../images/bg_star_mini.png) no-repeat;
  width: 17px;
  height: 15px;
  float: left;
}

.liste_palmares td.votes div.star_mini_off {
  background: -17px 0 url(../images/bg_star_mini.png) no-repeat;
  width: 17px;
  height: 15px;
  float: left;
}

.liste_palmares td.favoris, .liste_palmares th.favoris {
  width: 52px;
	text-align: center;
}

.liste_palmares td.alertes, .liste_palmares th.alertes {
  width: 90px;
	text-align: center;
}

.liste_palmares th span {
	display: block;
	padding: 0 10px;
	color: white;
}



.liste_row {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #bababa;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-spacing: 0;
	table-layout: fixed;
}

.liste_row_style_1 { background-color: white; }
.liste_row_style_2 { background-color: #f5f5f6; }
.liste_row_style_mat { background-color: #f6e2e3; }
.liste_row_style_am { background-color: #fffef2; }
.liste_row_style_soir { background-color: #f2f7e0; }
.liste_row_style_nuit { background-color: #e4f6f9; }



.liste_row_head {
	background-color: white;
	width: 94px;
	height: 28px;
	overflow: hidden;
}

/* Breadcrumb */

#breadcrumb {
	background: white;
	text-align: left;
	padding: 2px 20px;
	color: #828282;
	font-size: 10px;
}

#breadcrumb a {
	text-decoration: underline;
	color: #828282;
}

#text_size { float: right; width: 300px; text-align: right; }
#text_size span { font-size: 15px; line-height: 12px; }
#text_size img { vertical-align: bottom; margin: 0 2px; }

/* Articles */

.articles h1 {
	margin-top: 0;
}

#articles_liste {

}

#articles_liste .article {
	padding: 5px 0;
	margin-bottom: 25px;
}

#articles_liste .article_style_1 {
	background: url(../images/bg_article_style_1.gif) top left repeat-y;
}

#articles_liste .article p.titre { color: #327194; font-size: 12px; margin: 0; padding: 0 0 6px 0; font-weight: bold; }
#articles_liste .article p.titre a { color: #327194; text-decoration: none; }
#articles_liste .article p.sous_titre { font-size: 11px; line-height: 14px; margin: 0; padding: 0 0 6px 0; font-weight: bold; }
#articles_liste .article p.sous_titre a { text-decoration: none; }
#articles_liste .article p.resume { font-size: 11px; line-height: 13px; margin: 0; padding: 0; }
#articles_liste .article p.resume a { color: black; text-decoration: none; font-weight: normal;}
#articles_liste .article a.lire_la_suite { display: block; font-size: 10px; font-weight: bold; color: #7fbe39; padding: 6px 0; }
#articles_liste .article .article_left { width: 155px; float: left; text-align: center; }
#articles_liste .article .article_left img { border: 1px solid #5a5859; }
#articles_liste .article .article_right { width: 465px; min-height: 93px; float: left; position: relative; }

#articles_liste .vedette { background: url(../images/bg_article_vedette.gif) top left no-repeat; width: 630px; height: 186px; }
#articles_liste .vedette .article_left { width: 245px; float: left; text-align: center; }
#articles_liste .vedette .article_left img { border: 1px solid #5a5859; margin-top: 4px; }
#articles_liste .vedette .article_right { width: 375px; height: 166px; float: left; padding: 8px 0 0 5px; }
#articles_liste .vedette p.titre { color: #559bcf; }
#articles_liste .vedette p.titre a { color: #559bcf; text-decoration: none; }
#articles_liste .vedette p.sous_titre { color: white; }
#articles_liste .vedette p.sous_titre a { color: white; text-decoration: none; }
#articles_liste .vedette p.resume { color: white; }
#articles_liste .vedette p.resume a { color: white; text-decoration: none; font-weight: normal;}
#articles_liste .vedette a.lire_la_suite { left: 300px; bottom: 3px; }

/* Article détails */

#article_details {

}

.articles #share_button {
	position: absolute;
	top: 5px; right: 0;
}

#article_details #article_details_image {
	width: 228px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#article_details #article_details_image img {
	border: 1px solid #5a5859;
}

#article_details #article_details_image .article_details_image_legende {
	font-size: 10px;
	line-height: 12px;
	color: grey;
	padding-top: 3px;
}

#article_details p.titre {
	color: #327194;
	font-size: 12px;
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: bold;
}

#article_details p.sous_titre {
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
	font-size: 12px;
}

#article_details p.metas {
	font-size: 10px;
	margin: 0;
	padding: 0 0 6px 0;
}

#article_details p.album {
	text-align: center;
}

#article_details p.album_hidden {
	display: none;
}

/* Visionneuse des pages articles - CSS du site principal QM */

#article_details div.widget_visionneuse { clear: both; min-height:334px; margin: 10px 0; }

#article_details div.widget_visionneuse div.tabs { width: 482px; height:auto; margin:0 auto; }
#article_details div.widget_visionneuse div.tabs ul { margin: 2px 0; list-stype-type:none; float:right; font-size: 9px; font-weight:bold; font-family: Verdana, Geneva, sans-serif;}

#article_details div.widget_visionneuse div.tabs ul li {text-align:center; border:#ffffff solid 1px; display:inline-block; float:left; background-color: #d5d5d5; border: 1px solid #797979; width:61px; height:13px; padding: 3px; margin-left: 2px; }

#article_details div.widget_visionneuse div.tabs ul li a {  color: black; text-decoration:none; }
#article_details div.widget_visionneuse div.tabs ul li a.active { color: black; text-decoration:underline; }

#article_details div.widget_visionneuse .visionneuse { width:482px; height:auto; margin:0 auto; overflow-x: hidden; clear: both; }
#article_details div.widget_visionneuse .visionneuse div.viewport { text-align: center; width:482px; height:auto; min-height:276px; margin:0; float:left; background-color:#000; }
#article_details div.widget_visionneuse .visionneuse div.legende { width:482px; margin: 0; float:left; background:#191919; text-align:left; border-top: 1px solid #999999;}
#article_details div.widget_visionneuse .visionneuse div.legende p { font:10px Verdana, Geneva, sans-serif; color:#ababab; line-height:15px; margin:0 0 0 10px;}

#article_details div.widget_visionneuse .visionneuse div.pagination { margin: 6px 0 0 0 !important; padding: 0 !important; }
#article_details div.widget_visionneuse .visionneuse div.pagination { width:482px; height:22px; background-color:#373737; float:left; margin:0px; }
#article_details div.widget_visionneuse .visionneuse div.pagination div.inactive {  }
#article_details div.widget_visionneuse .visionneuse div.pagination div.inactive * { display:none; }
#article_details div.widget_visionneuse .visionneuse div.pagination div.previous { width:176px; height:22px; float:left; text-align:left;}
#article_details div.widget_visionneuse .visionneuse div.pagination div.previous span { font:10px Verdana, Geneva, sans-serif; color:#fff; text-decoration:none; margin:0px; margin-left:1em; line-height:22px;}
#article_details div.widget_visionneuse .visionneuse div.pagination div.previous span:hover { text-decoration:underline; line-height:22px;}
#article_details div.widget_visionneuse .visionneuse div.pagination div.counter { width:130px; height:22px; background-color: black; float:left; text-align:center;}
#article_details div.widget_visionneuse .visionneuse div.pagination div.counter p { font:12px Verdana, Geneva, sans-serif; line-height:22px; color:#fff; margin:0 auto;}
#article_details div.widget_visionneuse .visionneuse div.pagination div.next { width:176px; height:22px; float:left; text-align:right;}
#article_details div.widget_visionneuse .visionneuse div.pagination div.next span { font:10px Verdana, Geneva, sans-serif; color:#fff; text-decoration:none; margin:0px; margin-right:1em; line-height:22px;}
#article_details div.widget_visionneuse .visionneuse div.pagination div.next span:hover { text-decoration:underline; line-height:22px;}
#article_details div.widget_visionneuse .visionneuse div.pagination div { cursor:pointer; }

#article_details .pagination a { font-size: 12px; }
#article_details .pagination .pagination_left { width: 200px; float: left; text-align: left; }
#article_details .pagination .pagination_right { width: 200px; float: right; text-align: right; }

/* A ne pas manquer */

.anepasmanquer table {
  padding: 0;
  border: 0;
  width: 637px;
  border-collapse: collapse;
}
.anepasmanquer table th {
  text-align: center;
  text-transform:  uppercase;
  color: #FFF;
  padding: 2px;
  border: 0;
  background: url( ../images/bg_tableheader_anpm.jpg ) no-repeat;
}

.anepasmanquer table td {
  width: 91px;
  background: #FFF;
  text-align: center;
  padding: 5px;
}

.anepasmanquer table td.border {
    border-right: 1px dotted #000;
}

.anepasmanquer table td a {
  text-decoration: none;
  color: #96b9cc;
}

.anepasmanqer table td a:hover {
  text-decoration: underline;
  color: #032a3f;
}

.anepasmanquer table td a.selected {
  color: #032a3f;
}

.anepasmanquer .item {
    width: 612px;
    text-align: justify;
    margin: 20px 0 20px 10px;
}

.anepasmanquer .item a.btn_bande_annonce img {
	border: 0;
	max-width: auto;
  max-height: auto;
	margin: 10px;
	vertical-align: middle;
}

.anepasmanquer .item img {
    max-width: 165px;
    max-height: 109px;
    border: 1px solid #93a1a4;
    margin: 0 10px 0 20px;
}

.anepasmanquer .divider {
  width: 617px;
  text-align: justify;
  margin: 20px 0 20px 10px;
  border-bottom: 1px dotted #000;
}

#anepasmanquer_video {
	padding: 40px;
	background: black url(../images/bg_diff_video.jpg) left top repeat-x;
	border: 0;
	border-top: 1px solid white;
}

/* Admin Informations */

#admin_infos {
	background-color: orange;
	color: black;
	padding: 3px 5px;
	text-align: left;
	font-size: 11.5px;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	background-color: black;
	color: white;
	font-size: 10px;
	height: 60px;
	overflow: hidden;
	clear: both;
}

#footer_inner {
	padding: 20px 0;
}

#footer-left {
  float: left;
  text-align: left;
  padding-left: 20px;
}

#footer-right {
  float: right;
  text-align: right;
  padding-right: 20px;
}

#footer a {
	color: #7fbe41;
	text-decoration: underline;
}
