/*                 **
   STYLES GÉNÉRAUX
**                 */

html {
	margin: 0;
	padding: 0;
	overflow-x: auto;
}

html * {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

img {
	border: 0;
}

body {
	text-align: center; /* centre dans IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a, a:link {
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

p {
	margin-bottom: 0.8em;
}
p a, p a * {
	color: #00a2dd;
}


/*                   **
   CLASSES GÉNÉRALES
**                   */

*+html .clearhack {
	margin-top: -3px;
}
.clear {
	clear: both;
}
.clearright {
	clear: right;
}
.ombre {
	border-bottom: 4px #212121 solid;
}
.half {
/*	width: 50%;*/
	margin-right: auto;
	float: left;
}
.autres {
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}
.autres a {
	color: #00a2dd;
}
.ancre a {
	font-size: 1.1em;
	font-weight: bold;
	color: #00a2dd;
	text-align: left;
}


/*                    **
   STYLES DES CALQUES
**                    */

/* Conteneur global */
#container {
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 1003px !important;
	width: 1006px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* Partie gauche */
#mainleft {
	float: left;
	width: 874px;
}

/* Partie droite*/
#mainright {
	float: right;
	background-image: url(contenu_editorial/images/ombre_v.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/* Zone haut */
#pagetop {
	margin: 0;
	margin-bottom: 13px;
	padding: 0;
	width: 874px;
}
#pagetop #header {
	height: 112px;
	margin: 0 0 1px 0;
}
#pagetop #logo {
	display: inline;
	float: left;
}
#pagetop #banner {
	display: inline;
	float: right;
}
#pagetop #barre_haut {
	height: 4px;
	background-color: #087ba1;
}
#pagetop #menu {
	height: 22px;
	background-color: #00a2dd;
	padding-top: 3px;
	text-align: center;
}
#pagetop #menu .menu_elt {
	height: 22px;
	display: inline;
	margin-top: 3px;
	padding: 0 0em 0 2em;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
#pagetop #menu .menu_on {
	height: 22px;
	display: inline;
	margin-top: 3px;
	padding: 0 0em 0 1.4em;
	font-size: 15px;
	font-weight: bold;
	color: #ffe900;
	text-transform: uppercase;
	text-align: center;
}
#pagetop #menu .menu_elt a {
	color: #fff;
}
#pagetop #menu .menu_elt a:hover {
	color: #ffe900;
}

/* Zone bas */
#pagebottom {
	width: 874px;
	margin-bottom: 17px;
}
#pagebottom #addfav {
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	text-align: right;
}
#pagebottom #copyright {
	height: 22px;
	padding-top: 4px;
	text-align: center;
	background-color: #00a2dd;
	border-top: #087ba1 solid 5px;
	border-bottom: #a5d8e9 solid 1px;
	color: #fff;
	margin-bottom: 1em;
}
#pagebottom #copyright a {
	color: #fff;
}
#pagebottom #copyright ul {
	list-style-type: none;
}
#pagebottom #copyright ul li {
	display: inline;
	margin-right: 1em;
	background: url(contenu_editorial/images/puce_blanche.png) no-repeat middle left;
}
#pagebottom #copyright .bottom_elt {
	padding-left: 0.6em;
	background-image: url( contenu_editorial/images/puce_blanche.png );
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 0 0 0 0.2em;
}
#pagebottom #sites {
	height: 25px;
	font-weight: normal;
	line-height: 1em;
}

/* Contenu */
#content {
	width: 874px;
	padding-right: 10px;
	margin-bottom: 17px;
	background-image: url(contenu_editorial/images/ombre_v.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
/* Colonne gauche */
#pageleft {
	width: 233px;
	float: left;
	margin-right: 8px;
	padding-left: 1px;
	background-image: url(contenu_editorial/images/fond_gauche.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#pageleft .last {
	margin-bottom: 0;
}
/* Colonne centrale */
#pagecenter {
	width: 631px;
	float: left;
}
#pagecenter_home {
	width: 434px;
	float: left;
}
/* Colonne droite */
#pageright {
	width: 190px;
	float: right;
	background-image: url(contenu_editorial/images/sep_noir_v.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#pageright .last {
	margin-bottom: 0;
}
.right_text{
	padding:5px;
}

/* Sondage */
#sondage {
	width: 70%;
	margin: 1em 0 0 2em;
	text-align: center;
}
#sondage a img {
	margin-top: -44px;
	float: right;
}
#sondage #reponses {
	float: left;
	text-align: left;
}
#sondage #reponses label {
	text-transform: uppercase;
}
#sondage #validation, #sondage_g #validation {
	float: right;
}
#sondage_g #validation {
	margin-top: -44px;
}
#sondage #validation input {
	width: 43px;
	height: 44px;
}

/* Carré de pub */
#pagecenter_home #carre {
	padding-left: 90px;
	padding-bottom: 10px;
}
#carre table {
	margin: 0 auto 0 auto;
}
#carre td.encart {
	text-align: right;
	border-right: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
}
#carre td.pub {
	border: 1px #dbdbdb solid;
}
#carre.marge {
	margin-top: 2.3em;
}


/*                     **
   CLASSES SPÉCIFIQUES
**                     */

/* Fonds de têtières */
.head {
	background-image: url(contenu_editorial/images/fond_tetiere.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.head_r {
	background-image: url(contenu_editorial/images/fond_tetiere_r.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.head .title, .head_r .title {
	height: 22px;
	padding-top: 3px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.head .title a {
	color: #000;
}

/* Éléments des colonnes gauche et droite */
.left_elt, .left_elt_pub, .right_elt, .right_elt_pub {
	width: 232px;
	margin-bottom: 10px;
	background-color: #fff;
}
.left_elt_pub {
	width: 231px;
	padding: 0;
}
.left_elt.last, .right_elt.last {
	height: 1px;
	margin: -0.5em 0 0 0;
	padding: 0;
	background-color: #fff;
}
.right_elt, .right_elt_pub {
	width: 190px;
	padding: 0;
}
.left_elt_pub, .right_elt_pub {
	background-color: transparent;
}
.left_content, .right_content {
	background-color: #fff;
	padding: 0.5em 1.2em;
	text-align: left;
	border: 1px #56c1e8 solid;
}
.left_elt_pub .left_content {
	text-align: center;
}
.right_content {
	background-color: #fff;
	padding: 0;
}
.right_content p {
	margin: 0.5em 0.8em 0 0.8em;
}
.right_elt_pub .right_content {
	padding: 0;
}
.left_content_prime {
	background-color: #d5e8f8;
	padding: 0.8em 1.4em 0.8em 1.4em;
}
.right_visuel {
	background-color: #fff;
	text-align: center;
}

/* Styles des chaînes télé */
.chaine, .chaine_last {
	height: auto !important;
	height: 44px;
	margin-bottom: 2px;
	padding: 2px 0.7em 4px 0.7em !important;
	padding: 2px 0.7em 2px 0.7em;
	background-image: url(contenu_editorial/images/sep_blanc.gif); 
	background-repeat: repeat-x;
	background-position: bottom left;
}
.chaine_last {
	margin: 0;
	background: transparent;
}
.chaine .logo, .chaine_last .logo {
	width: 59px;
	float: left;
}
.chaine .programme, .chaine_last .programme {
	width: 65%;
	float: right;
}

/* Styles des articles home */
.article_first {
	margin-bottom: 0.4em;
}
.article_first h1 {
	margin-bottom: 0.2em;
font-size:24px;
}
.article h1 {
	margin-bottom: 0.2em;
font-size:22px;
}
.article {
font-size:11px;
}
.article_first .visuel {
	padding-bottom: 17px;
	background: url(contenu_editorial/images/ombre.gif) repeat-x bottom;
}
.article .date, .article_first .date, .article_last .date {
  color: #2b8ed2;
  font-size: 12px;
  font-weight: bold;
}
.article .commentaire, .article_first .commentaire {
  text-align: right;
  font-weight: bold;
}
.article .commentaire img, .article_first .commentaire img {
  vertical-align: middle;
}
.article, .article_last {
	margin-bottom: 8px;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.article_last {
	background: transparent;
}

/* Styles des articles page */
.page_first {
	margin-bottom: 2px;
	padding-bottom: 8px;
	/*background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;*/
}
.page_first h2 {
	padding: 7px 0 7px 0;
	color: #fff;
}
.page_first h2 span {
	padding: 0.1em 0.3em 0.1em 0.3em;
	background-color: #c20015;
	color: #ffe900;
}
.page_first h4 {
	margin-bottom: 7px;
	color: #000;
}
.page_first h5 {
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #00a2dd;
}
.page_first .page_visuel {
	width: 315px;
	margin-right: 20px;
	float: left;
	padding-bottom: 17px;
	background: url(contenu_editorial/images/ombre.gif) repeat-x bottom;
}
.page_first .page_content {
	width: 280px;
	padding: 4px 7px 0 0;
	float: left;
}
.page_rubrique {
	margin-bottom: 2px;
	padding-top: 0.2em;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	/*background-position: bottom left;*/
	background-position: top left;
}
.page_rubrique h3 {
	color: #000;
	padding-top: 0.1em;
	/*width: 218px;
	background-color: #aae2f7;*/
}
.page_rubrique h3 span {
	padding: 0.1em 0.3em 0.1em 0.3em;
	text-transform: uppercase;
	background-color: #aae2f7;
}
.page_rubrique p {
  font-weight: bold;
  font-size: 1.2em;
}
.page_rub_elt {
	margin: 17px 7px 7px 0;
	text-align: justify;
	color: #535353;
}
.page_rub_elt h4 {
	margin-right: 7px;
	text-transform: uppercase;
	color: #000;
}
.page_rub_elt h5 {
	display: inline;
	text-transform: uppercase;
color:#636363;
}

/* Styles des articles conditions d'usage */
.conditions {
	margin-top: 1em;
}
.conditions .contacts h4 {
	display: inline;
}
.conditions .textancre {
	margin-bottom: 2em;
	text-align: justify;
}
.conditions .textancre h5 {
	margin-bottom: 1em;
	margin-top: 2em;
}
.conditions .textancre p {
	margin-bottom: 1.5em;
}


/* Styles des articles actu */
.actu_first {
	width: 99%;
	margin-bottom: 17px;
	text-align: justify;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.actu_first.sep {
	margin-bottom: 8px;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.actu_first h1 {
	padding: 0 0 7px 0;
	font-size: 22px;
}
.actu_first h2 {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.actu_first .actu_visuel {
	margin-right: 20px;
	float: left;
	padding-bottom: 17px;
	background: url(contenu_editorial/images/ombre.gif) repeat-x bottom;
}
.actu_first .actu_visuel.noimg {
	display: none;
}
.actu_list {
  margin-bottom: 5px;
}
.actu_list .actu_visuel {
  float: left;
  width: 100px;
  height: 77px;
}
.actu_first .actu_content, .actu_list .actu_content {
	padding: 0 7px 0 0;
	margin-top: -218px;
	float: right;
	display: inline;
	width: 340px;

}

.actu_content h1{
font-size:22px;
}
.actu_content h2{
font-size:12px;
}

.actu_content{
font-size:12px;
}
.actu_first .actu_content.noimg {
	margin-top: 0;
	width: 600px;
}
.actu_list .actu_content {
  width: 510px;
  float: left;
  display: inline;
  margin-top: -70px;
  margin-left: 105px;

}
.actu_first .date, .actu_list .date {
  color: #2b8ed2;
  font-size: 12px;
  font-weight: bold;
}
.actu_list h1 {
  margin:0;
  padding:0;
  font-size:20px;
}
.actu_rubrique {
	margin-bottom: 8px;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.suivant a {
	color: #00a2dd;
}
.actu_rubrique h2 {
	padding: 2px 0 2px 7px;
	background-color: #aae2f7;
	color: #000;
}
.actu_rub_elt {
	margin: 7px 0 7px 2px;
        

}
.actu_rub_elt h6 {
	padding: 0 7px 0 0;
	text-transform:uppercase;
	display: inline;
}

.actu_rub_elt h6 a {
	padding: 0 7px 0 0;
	color:#353535;
}

#comment {
  width: 49%;
  margin-bottom: 7px;
}
#comment .submit {
  margin-top: 7px;
}
#comment input {
  border: 1px solid #ccc;
}
#comment textarea {
  width: 320px;
  height: 180px;
  border: 1px solid #ccc;
}
#comment h5 {
  color: #000;
  padding: 0 0 7px 0;
  text-transform: uppercase;
}

/* Styles des articles sondage */
.sondage_first {
	margin-bottom: 8px;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.sondage_first .question {
	margin: 17px 0 7px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.sondage_first label {
	font-size: 1.4em;
	font-weight: bold;
}
.sondage_first .sondage_visuel {
	width: 260px;
	margin-right: 20px;
	float: left;
	padding-bottom: 17px;
	background: url(contenu_editorial/images/ombre.gif) repeat-x bottom;
}
.sondage_first .sondage_content {
	width: 335px;
	padding: 4px 7px 7px 0;
	float: left;
}
.sondage_first .jauge img {
	border-top: 1px #212121 dotted;
	border-bottom: 1px #212121 dotted;
}
.sondage_rubrique {
	margin: 1em 0 1em 0;
}
.sondage_rubrique .question {
	margin: 0 2px 7px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.sondage_rubrique .reponse {
	margin-bottom: 7px;
}
.sondage_rubrique a {
	color: #00a2dd;
}
.sondage_rub_elt {
	width: 310px;
	margin: 0 0 15px 2px;
	padding: 1em 0 10px 0;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.sondage_rub_elt.first {
	border: 0;
}
.sondage_rub_elt .label {
	width: 140px;
	float: left;
}
.sondage_rub_elt .jauge {
	width: 130px;
	float: left;
}
.sondage_rub_elt .jauge img {
	border-top: 1px #212121 dotted;
	border-bottom: 1px #212121 dotted;
}
.sondage_rub_elt .pourcent {
	width: 40px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	float: left;
}
.sondage_rub_elt_right {
	width: 300px;
	margin-bottom: 40px;
	float: right;
	border-left: 7px #e6e6dc solid;
}
.sondage_rub_elt_right .question, .sondage_rub_elt_right .reponse {
	margin-left: 1em;
}
.sondage_rub_elt_right .clearright {
	height: 40px;
}
.sondage_rub_elt_right .label {
	width: 200px;
	float: left;
}
.sondage_rub_elt_right .jauge {
	width: 40px;
	float: left;
}
.sondage_rub_elt_right .jauge img {
	border-top: 1px #212121 dotted;
	border-bottom: 1px #212121 dotted;
}
.sondage_rub_elt_right .pourcent {
	width: 40px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	float: left;
}
.sondage_marge {
	margin-top: 1em;
}
#reponses .jauge img {
	border-top: 1px #212121 dotted;
	border-bottom: 1px #212121 dotted;
}

/* Styles de la page contact */
.contact h3.black {
	text-align: right;
	color: #fff;
}
.contact h3.black span {
	background-color: #000;
	padding: 0.1em 0.3em 0.1em 0.3em;
}

h5.add_comment {
  text-transform: uppercase;
  margin-bottom: 7px;
}
#comment_content .count {
  color: #2b8ed2;
}
#comment_content .comment_elt {
  border-bottom: 1px solid #ccc;
  width: 400px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 12px;
}
#comment_content .comment_elt h6 {
  color: #2b8ed2;
  font-size: 12px;
}
#comment_content .comment_elt h6.admin {
  color: #de232d;
}
#comment_content .comment_elt h6 a {
  color: #000;
  font-style: italic;
}
#comment_content #div_alert {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px #ccc solid;
  padding: 4px;
}
#comment_content #div_alert input, #comment_content #div_alert textarea {
  border: 1px #ccc solid;
}
#comment_content #div_alert .submit {
  margin-top: 7px;
  text-align: right;
}

.admin_news textarea, .admin_news input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
}

/* Styles de la page erreur 404*/

.cadre {
	width: 600px;
	border: 1px #cccccc solid;
	padding: 5px;
	text-align:center;
	margin-left: 150px;
}

.cadre1 {
	width: 400px;
	background: #eeeeee;
	padding: 5px;
	text-align: center;
	margin-top: 20px;

}

.cadre1 h4 {
	color:#000000;
}

.cadre2 {
	width: 400px;
	padding: 5px;
	text-align: left;
	margin-top: 20px;
}

.cadre3 {
	width: 500px;
	background: #00A2DD;
	border: 1px #00A2DD solid;
	padding: 5px;
	text-align: left;
	margin-top: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.cadre4 {
	width: 500px;
    border: 1px #00A2DD solid;
	padding: 5px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

.cadre4 a {
     text-transform: uppercase;
}

/*pages jeux halloween disney*/

.fond-noir{
background-color:#eff1f2;
padding:10px;
}

.titre-disney{
float:left;
font-size:23px;
text-transform:uppercase;
font-weight:bold;
color:#030d6a;
padding-left:150px;
padding-top:10px;
}

.sstitre-disney{
font-weight:bold;
color:#ff6702;
padding-left:70px;
font-size:18px;
font-style:italic;
padding-bottom:20px;
}

.disney-titre{
text-transform:uppercase;
font-weight:bold;
font-size:14px;
padding-left:15px;
color:#FFF;
background-color:#ff6702;
padding-top:3px;
padding-bottom:3px;
}

.photo-citrouille1{
float:left;
padding-top:20px;
padding-left:20px;
padding-right:70px;
}

.photo-citrouille2{
padding-top:20px;
padding-bottom:40px;
}

.photo-citrouille3{
padding-left:20px;
padding-right:50px;
float:left;
}

.txt-part1{
text-align:justify;
font-size:13px;
padding-top:20px;
padding-right:20px;
}

.gras{
font-weight:bold;
}

.txt-part2{
text-align:justify;
font-style:italic;
font-size:10px;
padding-right:20px;
padding-bottom:10px;
}

.texte-disney{
padding-top:15px;
padding-bottom:50px;
}

.photo-sorcieres{
padding-top:20px;
float:left;
padding-right:40px;
padding-left:5px;
}

.bloc-question{
padding-top:40px
}

.question{
font-weight:bold;
color:#ff6702;
padding-left:70px;
font-size:13px;
padding-bottom:40px;
}


.btn-participer img{
padding-top:30px;
padding-left:230px;
}


p{
text-align:justify;
padding-left:5px;
padding-top:5px;
}

p a{
color:#000000;
}

.abo{
	margin:0;
	padding:0;
}

.reglement-disney{
margin-top: 2em;
font-size:12px;
color:#FFFFFF;
}

/*pages tnt*/

.contenu-tnt-nrj12{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1690px;
overflow: hidden;
}

.contenu-tnt-w9{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1720px;
overflow: hidden;
}

.contenu-tnt-gulli{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1790px;
overflow: hidden;
}

.contenu-tnt-europe2tv{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1610px;
overflow: hidden;
}

.contenu-tnt-bfmtv{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1650px;
overflow: hidden;
}

.contenu-tnt-nt1{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1700px;
overflow: hidden;
}

.contenu-tnt-lcp{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1900px;
overflow: hidden;
}

.contenu-tnt-public-senat{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1740px;
overflow: hidden;
}

.contenu-tnt-tmc{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1910px;
overflow: hidden;
}

.contenu-tnt-i-tele{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1710px;
overflow: hidden;
}

.contenu-tnt-tnt{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 700px;
overflow: hidden;
}

.contenu-tnt-hd{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1950px;
overflow: hidden;
}

.contenu-tnt-hd-couverture{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1200px;
overflow: hidden;
}

.contenu-tnt-hd-intro{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1000px;
overflow: hidden;
}

.contenu-tnt-accueil{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1200px;
overflow: hidden;
}

.titre-tnt h1{
background-color:#00b1e3;
text-transform:uppercase;
font-weight:bold;
color:#FFF;
text-align:center;
font-size: 30px;

}

.gauche-tnt{
padding-top:10px;
padding-left:10px;
float:left;
}

.droite-tnt{
padding-right:13px;
float:right;
width:439px;
}


.logo-tnt{
padding-bottom:20px;
}

.droite-tnt h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color:#000;
}

.droite-tnt .maj{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color:#000;
text-transform:uppercase;
}

.droite-tnt h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:normal;
}



.menu-tnt{
background-color:#d5e8f8;
width:139px;
padding-bottom:15px;
}

.titre-menu-tnt1{
background-image: url(contenu_editorial/images/chaine-tnt/fond-bleu1.gif);
background-repeat: no-repeat;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
padding:5px;
}
.titre-menu-tnt2{
background-image: url(contenu_editorial/images/chaine-tnt/fond-bleu2.gif);
background-repeat: no-repeat;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
padding:5px;
}


.sstitre-menu-tnt .menu-tnt2{
text-decoration: none;

  width:auto;
padding-top:2px;
padding-bottom:2px;
}

.sstitre-menu-tnt .menu-tnt2 a {
color: #000;
font-family: Arial, Helvetica, sans-serif;
  padding-left:15px;

}


.sstitre-menu-tnt .menu-tnt2 a:hover{
background-color:#00b1e3;  
background-repeat: no-repeat;
display:block;
  padding-left:15px;
}

.sstitre-menu-tnt .menu-tnt-on {
font-family: Arial, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  background-color:#00b1e3;
  background-repeat: no-repeat;
  background-position: 0px;
  display:block;
  padding-left:15px;
}

.rubrique-tnt{
background-color:#d5e8f8;
margin-top:15px;
padding-bottom:10px;
}

.rubrique-tnt h2{
background-image: url(contenu_editorial/images/chaine-tnt/fond-bleu3.gif);
background-repeat: no-repeat;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
padding:5px;
}


.gras{
font-weight:bold;
padding-top:15px;
padding-right:10px;
padding-left:10px;
padding-bottom:10px;
}

.rubrique-tnt p{
padding-right:10px;
padding-left:10px;
text-indent:30px;
}


.puce-tnt{
padding-right:10px;
}


.sstitre-menu-tnt{
padding-bottom:10px;
padding-top:10px;

}

.titre-video{
text-transform:uppercase;
font-size:14px;
font-weight:bold;
padding:5px;
}


/*emissions*/

.menu-emissions1{
width:139px;
padding-top:10px;
padding-left:20px;
}

.menu-emissions1 img{
padding-bottom:15px;
}

.rubrique-emissions1{
background-color:#d5e8f8;

padding-bottom:10px;
}
.rubrique-emissions2{
background-color:#d5e8f8;

padding-bottom:10px;
}


.rubrique-emissions1 h3{
background-image: url(contenu_editorial/images/emission-tele/barre-bleu-1.jpg);
background-repeat: no-repeat;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:5px;
}


.rubrique-emissions2 h3{
background-image: url(contenu_editorial/images/emission-tele/barre-bleu-2.jpg);
background-repeat: no-repeat;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:5px;
}

.padding-emissions{
padding-left:10px;
padding-right:20px;
}

.contenu-emission-tf1{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 2850px;
overflow: hidden;
}

.contenu-emission-canal{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 920px;
overflow: hidden;
}
.contenu-emission-m6{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 920px;
overflow: hidden;
}
.contenu-emission-france3{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1180px;
overflow: hidden;
}
.contenu-emission-france2{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 5100px;
overflow: hidden;
}
.contenu-emission-france5{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 920px;
overflow: hidden;
}

.contenu-emission-accueil{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 620px;
overflow: hidden;
}

.droite-tnt h2.maj{
text-align:center;
}

.centrer{
text-align:left;
padding-bottom:5px;
}

.droite-tnt a{
text-decoration: underline;
}

.accueil-emissions h2{
color:#000000;
text-align:center;
padding-top:30px;
}



.lien-ligne1-emissions{
padding-left:165px;
padding-top:20px;
}

.lien-ligne1-emissions img{
padding-left:30px;
}

.lien-ligne2-emissions{
position:relative;
right:90px;
}

.lien-ligne2-emissions img{
padding-left:200px;
}

.lien-ligne3-emissions{

padding-left:165px;
}

.lien-ligne3-emissions img{
padding-left:30px;
}

.padding-accueil{
padding-left:20px;
padding-right:30px;
}

.tele-emissions-home{
float:left;
padding:10px;
}

.p-emissions-home{
padding-right:10px;
}

.ancre{
font-size:11px;
}
.ancre a{
color:#000;
text-decoration:none;
font-weight:normal;
font-size:11px;
}


.fleche{
padding-left:390px;
}

.chapo{
padding:10px;
}

/*                 **
   STYLES GÉNÉRAUX
**                 */

html {
	margin: 0;
	padding: 0;
	overflow-x: auto;
}

html * {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

img {
	border: 0;
}

body {
	text-align: center; /* centre dans IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a, a:link {
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

p {
	margin-bottom: 0.8em;
}
p a, p a * {
	color: #00a2dd;
}


/*                   **
   CLASSES GÉNÉRALES
**                   */

*+html .clearhack {
	margin-top: -3px;
}
.clear {
	clear: both;
}
.clearright {
	clear: right;
}
.ombre {
	border-bottom: 4px #212121 solid;
}
.half {
/*	width: 50%;*/
	margin-right: auto;
	float: left;
}
.autres {
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}
.autres a {
	color: #00a2dd;
}
.ancre a {
	font-size: 1.1em;
	font-weight: bold;
	color: #00a2dd;
	text-align: left;
}


/*                    **
   STYLES DES CALQUES
**                    */

/* Conteneur global */
#container {
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 1003px !important;
	width: 1006px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* Partie gauche */
#mainleft {
	float: left;
	width: 874px;
}

/* Partie droite*/
#mainright {
	float: right;
	background-image: url(contenu_editorial/images/ombre_v.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/* Zone haut */
#pagetop {
	margin: 0;
	margin-bottom: 13px;
	padding: 0;
	width: 874px;
}
#pagetop #header {
	height: 112px;
	margin: 0 0 1px 0;
}
#pagetop #logo {
	display: inline;
	float: left;
}
#pagetop #banner {
	display: inline;
	float: right;
}
#pagetop #barre_haut {
	height: 4px;
	background-color: #087ba1;
}
#pagetop #menu {
	height: 22px;
	background-color: #00a2dd;
	padding-top: 3px;
	text-align: center;
}
#pagetop #menu .menu_elt {
	height: 22px;
	display: inline;
	margin-top: 3px;
	padding: 0 0em 0 2em;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
#pagetop #menu .menu_on {
	height: 22px;
	display: inline;
	margin-top: 3px;
	padding: 0 0em 0 1.4em;
	font-size: 15px;
	font-weight: bold;
	color: #ffe900;
	text-transform: uppercase;
	text-align: center;
}
#pagetop #menu .menu_elt a {
	color: #fff;
}
#pagetop #menu .menu_elt a:hover {
	color: #ffe900;
}

/* Zone bas */
#pagebottom {
	width: 874px;
	margin-bottom: 17px;
}
#pagebottom #addfav {
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	text-align: right;
}
#pagebottom #copyright {
	height: 22px;
	padding-top: 4px;
	text-align: center;
	background-color: #00a2dd;
	border-top: #087ba1 solid 5px;
	border-bottom: #a5d8e9 solid 1px;
	color: #fff;
	margin-bottom: 1em;
}
#pagebottom #copyright a {
	color: #fff;
}
#pagebottom #copyright ul {
	list-style-type: none;
}
#pagebottom #copyright ul li {
	display: inline;
	margin-right: 1em;
	background: url(contenu_editorial/images/puce_blanche.png) no-repeat middle left;
}
#pagebottom #copyright .bottom_elt {
	padding-left: 0.6em;
	background-image: url( contenu_editorial/images/puce_blanche.png );
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 0 0 0 0.2em;
}
#pagebottom #sites {
	height: 25px;
	font-weight: normal;
	line-height: 1em;
}

/* Contenu */
#content {
	width: 874px;
	padding-right: 10px;
	margin-bottom: 17px;
	background-image: url(contenu_editorial/images/ombre_v.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
/* Colonne gauche */
#pageleft {
	width: 233px;
	float: left;
	margin-right: 8px;
	padding-left: 1px;
	background-image: url(contenu_editorial/images/fond_gauche.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#pageleft .last {
	margin-bottom: 0;
}
/* Colonne centrale */
#pagecenter {
	width: 631px;
	float: left;
}
#pagecenter_home {
	width: 434px;
	float: left;
}
/* Colonne droite */
#pageright {
	width: 190px;
	float: right;
	background-image: url(contenu_editorial/images/sep_noir_v.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#pageright .last {
	margin-bottom: 0;
}
.right_text{
	padding:5px;
}

/* Sondage */
#sondage {
	width: 70%;
	margin: 1em 0 0 2em;
	text-align: center;
}
#sondage a img {
	margin-top: -44px;
	float: right;
}
#sondage #reponses {
	float: left;
	text-align: left;
}
#sondage #reponses label {
	text-transform: uppercase;
}
#sondage #validation, #sondage_g #validation {
	float: right;
}
#sondage_g #validation {
	margin-top: -44px;
}
#sondage #validation input {
	width: 43px;
	height: 44px;
}

/* Carré de pub */
#pagecenter_home #carre {
	padding-left: 90px;
	padding-bottom: 10px;
}
#carre table {
	margin: 0 auto 0 auto;
}
#carre td.encart {
	text-align: right;
	border-right: 1px #dbdbdb solid;
	border-bottom: 1px #dbdbdb solid;
}
#carre td.pub {
	border: 1px #dbdbdb solid;
}
#carre.marge {
	margin-top: 2.3em;
}


/*                     **
   CLASSES SPÉCIFIQUES
**                     */

/* Fonds de têtières */
.head {
	background-image: url(contenu_editorial/images/fond_tetiere.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.head_r {
	background-image: url(contenu_editorial/images/fond_tetiere_r.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.head .title, .head_r .title {
	height: 22px;
	padding-top: 3px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.head .title a {
	color: #000;
}

/* Éléments des colonnes gauche et droite */
.left_elt, .left_elt_pub, .right_elt, .right_elt_pub {
	width: 232px;
	margin-bottom: 10px;
	background-color: #fff;
}
.left_elt_pub {
	width: 231px;
	padding: 0;
}
.left_elt.last, .right_elt.last {
	height: 1px;
	margin: -0.5em 0 0 0;
	padding: 0;
	background-color: #fff;
}
.right_elt, .right_elt_pub {
	width: 190px;
	padding: 0;
}
.left_elt_pub, .right_elt_pub {
	background-color: transparent;
}
.left_content, .right_content {
	background-color: #fff;
	padding: 0.5em 1.2em;
	text-align: left;
	border: 1px #56c1e8 solid;
}
.left_elt_pub .left_content {
	text-align: center;
}
.right_content {
	background-color: #fff;
	padding: 0;
}
.right_content p {
	margin: 0.5em 0.8em 0 0.8em;
}
.right_elt_pub .right_content {
	padding: 0;
}
.left_content_prime {
	background-color: #d5e8f8;
	padding: 0.8em 1.4em 0.8em 1.4em;
}
.right_visuel {
	background-color: #fff;
	text-align: center;
}

/* Styles des chaînes télé */
.chaine, .chaine_last {
	height: auto !important;
	height: 44px;
	margin-bottom: 2px;
	padding: 2px 0.7em 4px 0.7em !important;
	padding: 2px 0.7em 2px 0.7em;
	background-image: url(contenu_editorial/images/sep_blanc.gif); 
	background-repeat: repeat-x;
	background-position: bottom left;
}
.chaine_last {
	margin: 0;
	background: transparent;
}
.chaine .logo, .chaine_last .logo {
	width: 59px;
	float: left;
}
.chaine .programme, .chaine_last .programme {
	width: 65%;
	float: right;
}

.programme{
text-align:left;
}

/* Styles des articles home */
.article_first {
	margin-bottom: 0.4em;
}
.article_first h1 {
	margin-bottom: 0.2em;
font-size:24px;
}
.article h1 {
	margin-bottom: 0.2em;
font-size:22px;
}
.article {
font-size:11px;
}
.article_first .visuel {
	padding-bottom: 17px;
	background: url(contenu_editorial/images/ombre.gif) repeat-x bottom;
}
.article .date, .article_first .date, .article_last .date {
  color: #2b8ed2;
  font-size: 12px;
  font-weight: bold;
}
.article .commentaire, .article_first .commentaire {
  text-align: right;
  font-weight: bold;
}
.article .commentaire img, .article_first .commentaire img {
  vertical-align: middle;
}
.article, .article_last {
	margin-bottom: 8px;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.article_last {
	background: transparent;
}

/* Styles des articles page */
.page_first {
	margin-bottom: 2px;
	padding-bottom: 8px;
	/*background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;*/
}
.page_first h2 {
	padding: 7px 0 7px 0;
	color: #fff;
}
.page_first h2 span {
	padding: 0.1em 0.3em 0.1em 0.3em;
	background-color: #c20015;
	color: #ffe900;
}
.page_first h4 {
	margin-bottom: 7px;
	color: #000;
}
.page_first h5 {
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #00a2dd;
}
.page_first .page_visuel {
	width: 315px;
	margin-right: 20px;
	float: left;
	padding-bottom: 17px;
	background: url(contenu_editorial/images/ombre.gif) repeat-x bottom;
}
.page_first .page_content {
	width: 280px;
	padding: 4px 7px 0 0;
	float: left;
}
.page_rubrique {
	margin-bottom: 2px;
	padding-top: 0.2em;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	/*background-position: bottom left;*/
	background-position: top left;
}
.page_rubrique h3 {
	color: #000;
	padding-top: 0.1em;
	/*width: 218px;
	background-color: #aae2f7;*/
}
.page_rubrique h3 span {
	padding: 0.1em 0.3em 0.1em 0.3em;
	text-transform: uppercase;
	background-color: #aae2f7;
}
.page_rubrique p {
  font-weight: bold;
  font-size: 1.2em;
}
.page_rub_elt {
	margin: 17px 7px 7px 0;
	text-align: justify;
	color: #535353;
}
.page_rub_elt h4 {
	margin-right: 7px;
	text-transform: uppercase;
	color: #000;
}
.page_rub_elt h5 {
	display: inline;
	text-transform: uppercase;
color:#636363;
}

/* Styles des articles conditions d'usage */
.conditions {
	margin-top: 1em;
}
.conditions .contacts h4 {
	display: inline;
}
.conditions .textancre {
	margin-bottom: 2em;
	text-align: justify;
}
.conditions .textancre h5 {
	margin-bottom: 1em;
	margin-top: 2em;
}
.conditions .textancre p {
	margin-bottom: 1.5em;
}


/* Styles des articles actu */
.actu_first {
	width: 99%;
	margin-bottom: 17px;
	text-align: justify;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.actu_first.sep {
	margin-bottom: 8px;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.actu_first h1 {
	padding: 0 0 7px 0;
	font-size: 22px;
}
.actu_first h2 {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.actu_first .actu_visuel {
	margin-right: 20px;
	float: left;
	padding-bottom: 17px;
	background: url(contenu_editorial/images/ombre.gif) repeat-x bottom;
}
.actu_first .actu_visuel.noimg {
	display: none;
}
.actu_list {
  margin-bottom: 5px;
}
.actu_list .actu_visuel {
  float: left;
  width: 100px;
  height: 77px;
}
.actu_first .actu_content, .actu_list .actu_content {
	padding: 0 7px 0 0;
	margin-top: -218px;
	float: right;
	display: inline;
	width: 340px;

}

.actu_content h1{
font-size:22px;
}
.actu_content h2{
font-size:12px;
}

.actu_content{
font-size:12px;
}
.actu_first .actu_content.noimg {
	margin-top: 0;
	width: 600px;
}
.actu_list .actu_content {
  width: 510px;
  float: left;
  display: inline;
  margin-top: -70px;
  margin-left: 105px;

}
.actu_first .date, .actu_list .date {
  color: #2b8ed2;
  font-size: 12px;
  font-weight: bold;
}
.actu_list h1 {
  margin:0;
  padding:0;
  font-size:20px;
}
.actu_rubrique {
	margin-bottom: 8px;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.suivant a {
	color: #00a2dd;
}
.actu_rubrique h2 {
	padding: 2px 0 2px 7px;
	background-color: #aae2f7;
	color: #000;
}
.actu_rub_elt {
	margin: 7px 0 7px 2px;
        

}
.actu_rub_elt h6 {
	padding: 0 7px 0 0;
	text-transform:uppercase;
	display: inline;
}

.actu_rub_elt h6 a {
	padding: 0 7px 0 0;
	color:#353535;
}

#comment {
  width: 49%;
  margin-bottom: 7px;
}
#comment .submit {
  margin-top: 7px;
}
#comment input {
  border: 1px solid #ccc;
}
#comment textarea {
  width: 320px;
  height: 180px;
  border: 1px solid #ccc;
}
#comment h5 {
  color: #000;
  padding: 0 0 7px 0;
  text-transform: uppercase;
}

/* Styles des articles sondage */
.sondage_first {
	margin-bottom: 8px;
	padding-bottom: 8px;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.sondage_first .question {
	margin: 17px 0 7px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.sondage_first label {
	font-size: 1.4em;
	font-weight: bold;
}
.sondage_first .sondage_visuel {
	width: 260px;
	margin-right: 20px;
	float: left;
	padding-bottom: 17px;
	background: url(contenu_editorial/images/ombre.gif) repeat-x bottom;
}
.sondage_first .sondage_content {
	width: 335px;
	padding: 4px 7px 7px 0;
	float: left;
}
.sondage_first .jauge img {
	border-top: 1px #212121 dotted;
	border-bottom: 1px #212121 dotted;
}
.sondage_rubrique {
	margin: 1em 0 1em 0;
}
.sondage_rubrique .question {
	margin: 0 2px 7px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.sondage_rubrique .reponse {
	margin-bottom: 7px;
}
.sondage_rubrique a {
	color: #00a2dd;
}
.sondage_rub_elt {
	width: 310px;
	margin: 0 0 15px 2px;
	padding: 1em 0 10px 0;
	background-image: url(contenu_editorial/images/sep_bleu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.sondage_rub_elt.first {
	border: 0;
}
.sondage_rub_elt .label {
	width: 140px;
	float: left;
}
.sondage_rub_elt .jauge {
	width: 130px;
	float: left;
}
.sondage_rub_elt .jauge img {
	border-top: 1px #212121 dotted;
	border-bottom: 1px #212121 dotted;
}
.sondage_rub_elt .pourcent {
	width: 40px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	float: left;
}
.sondage_rub_elt_right {
	width: 300px;
	margin-bottom: 40px;
	float: right;
	border-left: 7px #e6e6dc solid;
}
.sondage_rub_elt_right .question, .sondage_rub_elt_right .reponse {
	margin-left: 1em;
}
.sondage_rub_elt_right .clearright {
	height: 40px;
}
.sondage_rub_elt_right .label {
	width: 200px;
	float: left;
}
.sondage_rub_elt_right .jauge {
	width: 40px;
	float: left;
}
.sondage_rub_elt_right .jauge img {
	border-top: 1px #212121 dotted;
	border-bottom: 1px #212121 dotted;
}
.sondage_rub_elt_right .pourcent {
	width: 40px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	float: left;
}
.sondage_marge {
	margin-top: 1em;
}
#reponses .jauge img {
	border-top: 1px #212121 dotted;
	border-bottom: 1px #212121 dotted;
}

/* Styles de la page contact */
.contact h3.black {
	text-align: right;
	color: #fff;
}
.contact h3.black span {
	background-color: #000;
	padding: 0.1em 0.3em 0.1em 0.3em;
}

h5.add_comment {
  text-transform: uppercase;
  margin-bottom: 7px;
}
#comment_content .count {
  color: #2b8ed2;
}
#comment_content .comment_elt {
  border-bottom: 1px solid #ccc;
  width: 400px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: justify;
  font-size: 12px;
}
#comment_content .comment_elt h6 {
  color: #2b8ed2;
  font-size: 12px;
}
#comment_content .comment_elt h6.admin {
  color: #de232d;
}
#comment_content .comment_elt h6 a {
  color: #000;
  font-style: italic;
}
#comment_content #div_alert {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px #ccc solid;
  padding: 4px;
}
#comment_content #div_alert input, #comment_content #div_alert textarea {
  border: 1px #ccc solid;
}
#comment_content #div_alert .submit {
  margin-top: 7px;
  text-align: right;
}

.admin_news textarea, .admin_news input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
}

/* Styles de la page erreur 404*/

.cadre {
	width: 600px;
	border: 1px #cccccc solid;
	padding: 5px;
	text-align:center;
	margin-left: 150px;
}

.cadre1 {
	width: 400px;
	background: #eeeeee;
	padding: 5px;
	text-align: center;
	margin-top: 20px;

}

.cadre1 h4 {
	color:#000000;
}

.cadre2 {
	width: 400px;
	padding: 5px;
	text-align: left;
	margin-top: 20px;
}

.cadre3 {
	width: 500px;
	background: #00A2DD;
	border: 1px #00A2DD solid;
	padding: 5px;
	text-align: left;
	margin-top: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.cadre4 {
	width: 500px;
    border: 1px #00A2DD solid;
	padding: 5px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

.cadre4 a {
     text-transform: uppercase;
}

/*pages jeux halloween disney*/

.contenu-disney{
background-color:#000;
padding:10px;
}

.titre-disney{
float:left;
font-size:23px;
text-transform:uppercase;
font-weight:bold;
color:#030d6a;
padding-left:150px;
padding-top:10px;
}

.sstitre-disney{
font-weight:bold;
color:#ff6702;
padding-left:70px;
font-size:18px;
font-style:italic;
padding-bottom:20px;
}

.disney-titre{
text-transform:uppercase;
font-weight:bold;
font-size:14px;
padding-left:15px;
color:#FFF;
background-color:#ff6702;
padding-top:3px;
padding-bottom:3px;
}

.photo-citrouille1{
float:left;
padding-top:20px;
padding-left:20px;
padding-right:70px;
}

.photo-citrouille2{
padding-top:20px;
padding-bottom:40px;
}

.photo-citrouille3{
padding-left:20px;
padding-right:50px;
float:left;
}

.txt-part1{
text-align:justify;
font-size:13px;
padding-top:20px;
padding-right:20px;
}

.gras{
font-weight:bold;
}

.txt-part2{
text-align:justify;
font-style:italic;
font-size:10px;
padding-right:20px;
padding-bottom:10px;
}

.texte-disney{
padding-top:15px;
padding-bottom:50px;
}

.photo-sorcieres{
padding-top:20px;
float:left;
padding-right:40px;
padding-left:5px;
}

.bloc-question{
padding-top:40px
}

.question{
font-weight:bold;
color:#ff6702;
padding-left:70px;
font-size:13px;
padding-bottom:40px;
}


.btn-participer img{
padding-top:30px;
padding-left:230px;
}


p{
text-align:justify;
padding-left:5px;
padding-top:5px;
}

p a{
color:#000000;
}

.abo{
	margin:0;
	padding:0;
}

/*pages tnt*/

.contenu-tnt-nrj12{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1710px;
overflow: hidden;
}
.contenu-tnt-direct8{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1730px;
overflow: hidden;
}
.contenu-tnt-w9{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1740px;
overflow: hidden;
}

.contenu-tnt-gulli{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1800px;
overflow: hidden;
}

.contenu-tnt-europe2tv{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1620px;
overflow: hidden;
}

.contenu-tnt-bfmtv{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1660px;
overflow: hidden;
}

.contenu-tnt-nt1{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1710px;
overflow: hidden;
}

.contenu-tnt-public-senat{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1820px;
overflow: hidden;
}

.contenu-tnt-tmc{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1910px;
overflow: hidden;
}

.contenu-tnt-i-tele{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1710px;
overflow: hidden;
}

.contenu-tnt-france4{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1810px;
overflow: hidden;
}

.contenu-tnt-tnt{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 650px;
overflow: hidden;
}

.contenu-tnt-technique{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1070px;
overflow: hidden;
}

.contenu-tnt-accueil{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1290px;
overflow: hidden;
}

.titre-tnt h1{
background-color:#00b1e3;
text-transform:uppercase;
font-weight:bold;
color:#FFF;
text-align:center;
font-size: 30px;

}

.gauche-tnt{
padding-top:10px;
padding-left:10px;
float:left;
}

.droite-tnt{
padding-right:13px;
float:right;
width:439px;
}


.logo-tnt{
padding-bottom:20px;
}

.droite-tnt h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color:#000;
padding-top:10px;
}

.droite-tnt .maj{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color:#000;
text-transform:uppercase;
}

.droite-tnt h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:normal;
}



.menu-tnt{
background-color:#d5e8f8;
width:139px;
padding-bottom:15px;
}

.titre-menu-tnt1{
background-image: url(contenu_editorial/images/chaine-tnt/fond-bleu1.gif);
background-repeat: no-repeat;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
padding:5px;
}
.titre-menu-tnt2{
background-image: url(contenu_editorial/images/chaine-tnt/fond-bleu2.gif);
background-repeat: no-repeat;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
padding:5px;
}


.sstitre-menu-tnt .menu-tnt2{
text-decoration: none;

  width:auto;
padding-top:2px;
padding-bottom:2px;
}

.sstitre-menu-tnt .menu-tnt2 a {
color: #000;
font-family: Arial, Helvetica, sans-serif;
  padding-left:15px;

}


.sstitre-menu-tnt .menu-tnt2 a:hover{
background-color:#00b1e3;  
background-repeat: no-repeat;
display:block;
  padding-left:15px;
}

.sstitre-menu-tnt .menu-tnt-on {
font-family: Arial, Helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  background-color:#00b1e3;
  background-repeat: no-repeat;
  background-position: 0px;
  display:block;
  padding-left:15px;
}

.rubrique-tnt{
background-color:#d5e8f8;
margin-top:15px;
padding-bottom:10px;
}

.rubrique-tnt h2{
background-image: url(contenu_editorial/images/chaine-tnt/fond-bleu3.gif);
background-repeat: no-repeat;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
padding:5px;
}


.gras{
font-weight:bold;
padding-top:15px;
padding-right:10px;
padding-left:10px;
padding-bottom:10px;
}

.rubrique-tnt p{
padding-right:10px;
padding-left:10px;
text-indent:30px;
}


.puce-tnt{
padding-right:10px;
}


.sstitre-menu-tnt{
padding-bottom:10px;
padding-top:10px;

}

.titre-video{
text-transform:uppercase;
font-size:14px;
font-weight:bold;
padding:5px;
}


/*emissions*/

.menu-emissions1{
width:139px;
padding-top:10px;
padding-left:20px;
}

.menu-emissions1 img{
padding-bottom:15px;
}

.rubrique-emissions1{
background-color:#d5e8f8;

padding-bottom:10px;
}
.rubrique-emissions2{
background-color:#d5e8f8;

padding-bottom:10px;
}


.rubrique-emissions1 h3{
background-image: url(contenu_editorial/images/emission-tele/barre-bleu-1.jpg);
background-repeat: no-repeat;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:5px;
}


.rubrique-emissions2 h3{
background-image: url(contenu_editorial/images/emission-tele/barre-bleu-2.jpg);
background-repeat: no-repeat;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:5px;
}

.padding-emissions{
padding-left:10px;
padding-right:20px;
}

.contenu-emission-tf1{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 3100px;
overflow: hidden;
}

.contenu-emission-canal{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 920px;
overflow: hidden;
}
.contenu-emission-m6{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 920px;
overflow: hidden;
}
.contenu-emission-france3{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 1180px;
overflow: hidden;
}
.contenu-emission-france2{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 5100px;
overflow: hidden;
}
.contenu-emission-france5{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 920px;
overflow: hidden;
}

.contenu-emission-accueil{
border:5px solid #00b1e3;
padding-bottom:10px;
height: 620px;
overflow: hidden;
}

.droite-tnt h2.maj{
text-align:center;
}

.centrer{
text-align:left;
padding-bottom:5px;
}

.droite-tnt a{
text-decoration: underline;
}

.accueil-emissions h2{
color:#000000;
text-align:center;
padding-top:30px;
}



.lien-ligne1-emissions{
padding-left:165px;
padding-top:20px;
}

.lien-ligne1-emissions img{
padding-left:30px;
}

.lien-ligne2-emissions{
position:relative;
right:90px;
}

.lien-ligne2-emissions img{
padding-left:200px;
}

.lien-ligne3-emissions{

padding-left:165px;
}

.lien-ligne3-emissions img{
padding-left:30px;
}

.padding-accueil{
padding-left:20px;
padding-right:30px;
}

.tele-emissions-home{
float:left;
padding:10px;
}

.p-emissions-home{
padding-right:10px;
}

.ancre{
font-size:11px;
}
.ancre a{
color:#000;
text-decoration:none;
font-weight:normal;
font-size:11px;
}


.fleche{
padding-left:390px;
}

.chapo{
padding:10px;
}

.home-tele{
float:left;
padding-left:5px;
padding-right:8px;
padding-bottom:0px;
padding-top:5px;
}

.home-txt{
text-align:justify;
padding-right:5px;
padding-bottom:5px;
padding-top:5px;
padding-left:5px;
}

/*sous le soliel*/
.petition{

padding:2px;
font-size:12px;
font-weight:bold;
}


