/* mySkreen */ h1{ font-size:1.8em; } h2{ font-size:1.4em; } h2 a,h1 a{ color:black; } a{ text-decoration:none; } a:hover{ text-decoration:underline; } ul,li{ list-style:none; } p{ margin:0px; padding:2px; } td{ font-size:1.0em; } img{ border:0; } hr{ border:1px dotted #DDD; } form { margin:0px; padding:0px; } form th{ text-align:right; padding:3px 15px 3px 3px; /*} form th.turquoise{*/ background: url(/images/v1/turquoise.gif) right no-repeat; } form th.empty-th { background: none; } form td{ padding:3px; } .textfield, input.textfield, form textarea { background:white; border-color:#3192c7; border-style:solid; border-width:1px; padding:5px 0 5px 5px; width:200px; -moz-border-radius:3px; -webkit-border-radius:3px; -moz-box-shadow: inset 0 3px 3px #DEDEDE, #DEDEDE 0px 0px 10px inset; -webkit-box-shadow: inset #dedede 3px 3px 5px; } .hoverselected{ border:1px solid white; -moz-border-radius:5px; -webkit-border-radius:5px; } .hoverselected:hover { border:1px solid #AAA; } /* forms */ form input.textfield:focus,form textarea:focus, #majAdd input[type="text"]:focus{ -webkit-box-shadow: #bbbbbb 3px 3px 5px; -moz-box-shadow: 0 3px 3px #BBB, #BBB 0px 0px 10px; } form input.large,textarea.large{ width:280px; } input[type="submit"], input[type="button"], button, div.mini-button-picto{ background:#3d92ce url(/images/myskreen-light/button-fd.png) repeat-x; padding: 4px 5px; border:1px solid; border-color:#7cb9ea #005bcb #005bcb; color:white; -moz-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; } input[type="submit"]:hover,input[type="button"]:hover,div.mini-button-picto:hover{ background:#f7ab1c; border-color:#fea770 #d97a23 #d97a23; } .ie8 input[type="submit"], .ie8 input[type="button"], .ie8 button, .ie8 div.mini-button-picto { border-width: 3px; } .ie7 input[type="submit"], .ie7 input[type="button"], .ie7 button, .ie7 div.mini-button-picto { padding:3px 4px; border-width: 1px; } .safari input[type="submit"], .safari input[type="button"], .safari button, .safari div.mini-button-picto { padding:5px 4px; } div.button a { text-decoration:none; padding:5px; color:white; font-size:1.3em; } a.button, div.button { text-decoration:none; border-color:#7cb9ea #005bcb #005bcb; border-width:1px; border-style:solid; background:#3d92ce url(/images/myskreen-light/button-fd.png) repeat-x; -moz-border-radius:3px; -webkit-border-radius:3px; padding:5px 5px; color:white; font-size:1.1em; } a.button { display: inline-block; width: auto; vertical-align:middle; } a.button:hover { background:#f7ab1c; border-color:#fea770 #d97a23 #d97a23; text-decoration:none; } #skTeaserClick a.button, TB_action a.button { /*float: left;*/ margin-left: 5px; } a.purchaseButton, a.purchaseButton:hover { text-decoration:none; padding:5px 0; text-align:center; width:185px; display:block; color:white; background:url(/images/v1/sprite.png) -1px -217px no-repeat!important; } .ie6 .purchaseButton, .ie6 a.purchaseButton:hover { background-image:url(/images/v1/sprite_png8.png); } a.purchaseButton:hover { background:#f7ab1c; } a.alternativeButton { background:#EFEFEF; border-color:#CCCCCC #DDDDDD #DDDDDD; color:black; } a.lightButton { background:#5cadeb; border-color:#7cb9ea #3d92ce #3d92ce; color:white; } a.whiteButton { background:white; border:none; color:#555; padding:5px 7px; -moz-border-radius:19px; -webkit-border-radius:10px; } a.whiteButton:hover { color:white; } ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input{ margin:0; padding:0; } .skccm{ position:absolute; z-index:10; padding:2px; background:#ed7b7d; border:1px solid red; color:white; font-size:0.8em; } .skccm a, #skGrid .skccm a, #suggestions .skccm a{ color:white; } /*interaction*/ #interaction, .avertissement { margin: auto; position: relative; color:black; background:#fef8c3; border:1px solid #f6dd55; -moz-border-radius:3px; -webkit-border-radius:3px; color:#333; } #interaction { width: 800px; } #interaction #message, .avertissement { padding:10px 40px; } #interaction a.close { display:block; height:13px; width:13px; background: url(/images/v1/sprite.png) -102px -250px no-repeat; position: absolute; right: 2px; top: 2px; } .ie6 #interaction a.close { background-image:url(/images/v1/sprite_png8.png); } a.close:hover { text-decoration: none; } #interaction #message a.button{ color:white; } #interaction #message ul{ padding-left:50px; } .ie7 #interaction #message ul, .ie6 #interaction #message ul { padding-left:60px; } .more { color:#555; padding:10px 30px; margin:0 70px; background:#F5F5F5; -moz-border-radius:3px; -webkit-border-radius:3px; color:#333; border:1px solid #DDD; } /* form serror */ .error_list{ background-color:#ffcc33; font-size:0.9em; width:204px; margin:0 0 1px 0; -moz-border-radius:4px; -webkit-border-radius:4px; } .error_list li{ padding:2px 5px 2px 5px; } .avertissement{ color:#338fcf; margin-left:10%; margin-right:10%; text-align:left; } /* pas de logo logoPartenaire sur mySkreen */ .logoPartenaire { display:none; } /* helpers */ .hide{ display:none; } .absolute{ position:absolute !important; } .right{ float:right !important; margin-left:20px; } .left{ float:left !important; margin-right:20px; } .nofloat{ float:none !important; } .center{ text-align:center; } .caps{ text-transform :uppercase !important; } .clear{ clear:both !important; } .corner{ -moz-border-radius:5px !important; -webkit-border-radius:5px !important; } .nopadding{ padding:0 !important; } .nomargin{ margin:0 !important; } .padding{ padding:2% !important; } .bgwhite{ background:white !important; } .black{ color:black !important; } .blackblack, .blackblack a { color:black !important; } .white{ color:white !important; } .grey{ color:grey !important; } .greygrey, .greygrey a { color:grey !important; } .italic { font-style:italic; } .tabulation{ padding-left:15% !important; } .big{ font-size:1.1em; } .inter{ border-top:1px dashed #CCC !important; padding-top:15px; } .shadow { background:white; -webkit-box-shadow: 0 5px 3px #DEDEDE; -moz-box-shadow: 0 5px 3px #DEDEDE; margin-bottom:3px; } .leftRounded, input.leftRounded, a.leftRounded { -moz-border-radius-topright:0 !important; -moz-border-radius-bottomright:0 !important; -webkit-border-top-right-radius:0 !important; -webkit-border-bottom-right-radius:0 !important; } .rightRounded, input.rightRounded, a.rightRounded { -moz-border-radius-topleft:0 !important;; -moz-border-radius-bottomleft:0 !important;; -webkit-border-top-left-radius:0 !important;; -webkit-border-bottom-left-radius:0 !important;; } /* ----------------------------- Balises html ----------------------------- */ body { text-align:center; font-family:Arial, Geneva, Verdana, Helvetica, sans-serif; font-style:normal; line-height:normal; font-variant:normal; text-transform:none; text-decoration:none; font-weight:400; font-size:12px; background:#f5f5f5 url(/images/v1/bg_header.gif) top center no-repeat; } a { text-decoration:none; color:#008de2; } a img,fieldset { border:0; } *,html,body,ol,ul,form,fieldset { margin:0; padding:0; } textarea { font:inherit; } #print { display:none; } h2 { font-size:18px; font-weight:400; } .skClose { display:block; height:13px; width:13px; background: url(/images/v1/sprite.png) -102px -250px no-repeat; } .ie6 .skClose { background-image: url(/images/v1/sprite_png8.png); } a.skClose:hover { text-decoration: none; } /* ----------------------------- seo ----------------------------- */ .ie6 .wrapseo { width: 950px; } .wrapseo { position: relative; float: left; } .wrapseo #surtitre { height:30px; color:#008de2; font-size:1.1em; text-align:left; } .wrapseo #surtitre span { font-size:1.0em; /*color:#1ebafd;*/ font-weight:normal; } .wrapseo .idTabscontent { border:1px solid #bdbdbd; height: 428px; overflow:visible; } html>body .wrapseo .idTabscontent { min-height: 428px; height:auto; } .wrapseo .idTabscontent .idTabscontent { border:none; padding:0; margin:0; overflow:visible; } #seo-partenaires { float:right; width:190px; margin:25px 0 0 10px; } #seo-partenaires .vignette { width:190px; } #seo-partenaires .vignette .txt p { display:none; } #wordcloud { font-size:0.8em; margin-top: 5px; } /* ----------------------------- fiche ----------------------------- */ #photo a { position:absolute; margin:80px 0 0 20px; color:black; display:block; background: url(/images/v1/sprite.png) -32px -191px no-repeat; width:150px; height:20px; padding:4px 0 0 42px; } .ie6 #photo a { background-image: url(/images/v1/sprite_png8.png); } .photo180 { height:180px; width:180px; } #moreInfo { margin-top:10px; } #moreInfo ul { border:1px solid #AAA; } #moreInfo ul li.first { background:#ececec; border-top:1px solid white; border-bottom:1px solid #cdcdcd; } #moreInfo ul li.first span { float:left; display:block; height:15px; width:7px; margin-right:7px; background: url(/images/v1/sprite.png) -148px -45px no-repeat; } .ie6 #moreInfo ul li.first span { background-image: url(/images/v1/sprite_png8.png); } #moreInfo ul li { background:white; padding:3px 10px; } /* ----------------------------- Live ----------------------------- */ #skLive { height:610px; background:#252525 url(/images/v1/direct-player-fd.png) top left repeat-x; } #skPlayerLive { height:425px; text-align:center; } ul#chaines_deportees { /*margin:0 0 0 240px;*/ } ul#chaines_deportees li { float:left; width:82px; height:63px; background:white; border:1px solid grey; margin:13px 0 13px 10px; } ul#chaines_deportees li.playing, ul#chaines_deportees li:hover { background:black; -webkit-box-shadow: 0 5px 3px #333333; -moz-box-shadow: 0 5px 3px #333333; } ul#chaines_deportees li.playing { border:3px solid #0391e3; } ul#chaines_deportees li img { margin:7px; } #liveExt { margin:0 0 0 125px; height: 80px; } ul#chaines_exportees li { float:left; width:58px; height:45px; background:white; border:1px solid grey; margin:10px 0 0 10px; } ul#chaines_exportees li:hover { -webkit-box-shadow: 0 5px 3px #DEDEDE; -moz-box-shadow: 0 5px 3px #DEDEDE; } ul#chaines_exportees li img { margin:9px 12px; } /* ----------------------------- Conteneur ----------------------------- */ #conteneur { width:1000px; text-align:left; position:relative; z-index:10; background:#f5f5f5; margin:0 auto; } /* ----------------------------- Header ----------------------------- */ #header { height:96px; text-align:left; background:#FFF; margin:0 auto; } /* Petit moteur de recherche */ #searchbloc-small { width:265px; float:right; margin-right:10px; position: relative; z-index: 17; } #searchbloc-small form { margin:30px 0 0 0px; } input.recherche { padding-left:25px; width:175px; color:#CCC; } input.recherche:focus { color:black; } input.loupe { background:url(/images/v1/loupe.gif) 2px 2px no-repeat; } #logo { height:96px; width:270px; float:left; background:url(/images/v1/logo_myskreen.gif) no-repeat; } h1#logo a { height:55px; width:190px; display:block; position:relative; left:40px; top:20px; text-indent:-5000px; } /* Espace de connection - Compte utilisateur */ #connection { height:61px; width:auto; float:right; } #connection ul { list-style-type:none; padding:30px 20px 0 0; } #connection ul li a { height:17px; float:left; color:#000; padding:2px 17px 0 0; } #connection ul li,#slider li { float:left; } /* Menu principal */ #menu { width:730px; height:35px; float:left; background:url(/images/v1/bg_menu.gif) repeat-x 0 0; } #menu ul { height:35px; list-style-type:none; float:left; } #menu ul li { float:left; text-align:center; } #menu ul li a { float:left; text-align:center; line-height:35px; font-size:1.2em; font-weight:700; letter-spacing:2px; color:#fff; display:block; text-decoration:none; text-indent:-5000px; } #menu ul li a:hover, #menu ul li a.selected { background-position:right; } #menu ul li .count, .vignette .count { display:block; position:absolute; z-index:5; background:red; color:white; padding:1px 3px; font-size:0.9em; margin: 28px 0 0 0; border:2px solid white; -moz-border-radius:5px; -webkit-border-radius:5px; -webkit-box-shadow: #bbbbbb 3px 3px 5px; -moz-box-shadow: 0 3px 3px #BBB, #BBB 0px 0px 10px; left: 100px; } /*#menu ul li .count-bought { left: 845px; } #menu ul li .count-new-occs, #menu ul li .count-whitelist{ left: 970px; }*/ .vignette .count { margin: 0; left: 218px; top: 70px; } #menu ul li .count-whitelist { background: #0072B3; } #menu-suggestions { background-image:url(/images/v1/menu_suggestions.gif); width:110px; } #menu-grilletv { background-image:url(/images/v1/menu_grilletv.gif); width:94px; } #menu-cine { background-image:url(/images/v1/menu_cine.gif); width:67px; display:none; } #menu-mesachats { background-image:url(/images/v1/menu_mesachats.gif); width:126px; } #menu-maselection { background-image:url(/images/v1/menu_maselection.gif); width:122px; } /* ----------------------------- Contenu ----------------------------- */ #contenu { background:url(/images/v1/bg_contenu_home.gif) left top repeat-x; overflow:auto; padding:25px 20px 10px; } .ie7 #contenu { position: relative; z-index: -1; } /* Grand moteur de recherche */ #searchbloc { width:560px; height:130px; float:left; position: relative; z-index: 16; } #searchbloc form { padding:30px 0 0; } #searchbloc form #recherche-texte-big { width:330px; height:18px; background-color:transparent; border:none; vertical-align:top; color:#AAA; font-size:1.1em; margin:0 2px 0 0; padding:8px 7px 8px 40px; } .ie #searchbloc form #recherche-texte-big { padding-top: 9px; } #searchbloc form #recherche-texte-big:focus { color:black; } #searchbloc form #recherche-submit-big { width:120px; height:34px; border:none; color:#aaa; background:url(/images/v1/btn-rechercher-big.gif) left top no-repeat; vertical-align:top; font-weight:400; cursor:pointer; overflow:hidden; text-indent:-5000px; font-size:0; line-height:0; margin:1px 0 0; padding:0; } #searchbloc form #champ-recherche-big { background:url(/images/v1/input-search-big.gif) left 1px no-repeat; } #searchbloc p { clear:both; padding:5px 0 0 10px; } #trouverlevotre { width:350px; height:130px; float:left; font-style:italic; color:#7e7e7e; padding:0 0 0 25px; } #trouverlevotre h1 { font-size:34px; color:#055382; font-weight:400; font-style:normal; } #trouverlevotre h2 { font-style:normal; color:#000; padding:0 0 7px; } /* Quatres blocs rubriques */ #bloc-films,#bloc-series,#bloc-replay,#bloc-direct { width:211px; height:231px; float:left; color:#6a6a6a; padding:11px; } #bloc-films h2,#bloc-series h2,#bloc-replay h2,#bloc-direct h2 { color:#00619a; padding:6px 0 4px; } #bloc-films a,#bloc-series a,#bloc-replay a,#bloc-direct a { color:#055382; } #bloc-films { border-left:1px solid #999; border-top:1px solid #999; border-bottom:4px solid #eb6709; background:#FFF url(/images/v1/bg_bloc_films.gif) right bottom no-repeat; } #bloc-series { border-left:1px solid #999; border-top:1px solid #999; border-bottom:4px solid #e0b300; background:#FFF url(/images/v1/bg_bloc_series.gif) right bottom no-repeat; } #bloc-replay { border-left:1px solid #999; border-top:1px solid #999; border-bottom:4px solid #30980f; background:#FFF url(/images/v1/bg_bloc_replay.gif) right bottom no-repeat; } #bloc-direct { border-left:1px solid #999; border-right:1px solid #999; border-top:1px solid #999; border-bottom:4px solid #5f40d0; background:#FFF url(/images/v1/bg_bloc_direct.gif) right bottom no-repeat; } /* Partenaires */ #partenaires { width:934px; height:100px; border:1px solid #007ebf; /*clear:both;*/ float:left; background:#FFF; margin:30px 0 0; } #partenaires h2 { width:150px; height:25px; float:left; background:url(/images/v1/bg_acces-direct.gif) no-repeat; color:#FFF; padding:1px 0 0 10px; } #partenaires ul li { float:left; list-style:none; margin:10px 0 0 20px; } #partenaires p { clear:both; padding:0 0 0 30px; } #partenaires img { margin:20px 3px 0 3px; } /* Couleurs */ #cerise { color:#d50000; } .turquoise { color:#008de2; font-weight:700; font-size:14px; margin-right:2px; } #searchbloc a,#partenaires a { color:#000; } /*legende*/ #legende { width:740px; height:70px; background:url(/images/v1/bg-legende.png) bottom right no-repeat; clear:both; color:#6a6a6a; font-size:11px; padding:5px 0 0 5px; margin-bottom: 10px; } #legende ul { clear:both; height:32px; } #legende li { float:left; list-style:none; line-height:14px; padding:12px 0 0; } #legende-toggle li { padding:8px 0 0 5px; } .ie #legende-toggle { padding-top: 2px; } #legende li.img { padding:6px 0 0 20px; } #legende img { padding:0 7px 0 20px; } /* ----------------------------- Footer ----------------------------- */ #footer a { color:#000; text-align:center; font-size:11px; } #footer { clear: both; text-align:center; padding:18px 0 25px; } #myskreen-beta { z-index:20; position:absolute; left: 78%; bottom: 1%; width: 200px; height: 91px; } /* ----------------------------- Added ----------------------------- */ #searchbloc.searchResult { padding-left:250px; height:100px; } #entete { margin-bottom:15px; } #programme_title { width: 500px; margin-right: 5px; } .wrapseo #programme_left_column { width: 750px; position: relative; } .ie6 .wrapseo #programme_fiche { width: 720px; } .wrapseo #programme_fiche { width: 750px; float: left; } .vignette a { text-decoration:none; color:black; } .mf { display:none; position:absolute; margin:-80px 0 0 170px; padding:10px 0; width:190px; background: #ECECEC; border:1px solid #CDCDCD; text-align:center; -webkit-box-shadow: 0 5px 3px #777777; -moz-box-shadow: 0 5px 3px #777777; -moz-border-radius:5px !important; -webkit-border-radius:5px !important; } .mfLeft { margin:-80px 0 0 -200px; } /* Menu selection */ #menu-suggestion, #menu-achats { width:180px; float:left; margin:0 20px 0 0; } /* slider */ #slider li { float:left; } #slider_inactif { padding:5px 3px 0 3px; } #slider_actif { padding:5px 3px 0 3px; } #menu-suggestion #slider_inactif a { color:#008de2; } #menu-suggestion #slider_actif a { color:#5a5a5a; /*font-weight:bold;*/ } #slider ul { height:26px; list-style:none; padding:22px 0 0; } #slider li { float:left; } #menu-suggestion .selected { background:#EDEDED url("/images/myskreen-light/cartouche-remove.png") 160px 5px no-repeat; } #menu-suggestion .selected a { color:#008de2; } #menu-suggestion a { color:black; } #menu-suggestion p { padding:5px 10px; margin:5px 0; } /*#menu-suggestion p.selected { border:1px solid #9d9d9d; -moz-border-radius:3px; -webkit-border-radius:3px; }*/ .navigation { list-style:none; color:#fff; width:180px; margin:0 0 15px; padding:0; } .navigation a, .navigation span { display:block; color:#000; text-decoration:none; background:url(/images/v1/menu-item.png) left bottom no-repeat; height:15px; margin:5px 0 0; padding:7px 0 6px 20px; } .navigation .selectedSubMenu a { background-image:url("/images/v1/menu-item-close.png"); cursor:pointer; } .navigation .selectedSubMenu a img { margin-top:-7px; } .navigation .toggleSubMenu a,.navigation .toggleSubMenu span { background-image:url("/images/v1/menu-item-deroule.png"); cursor:pointer; } .navigation .open a,.navigation .open span { background-image:url("/images/v1/menu-item-enroule.png"); } .subMenu { background:#FFF; border:1px solid #9d9d9d; margin:0; padding:0 0 10px; max-height: 400px; overflow: auto; } .ie6 .subMenu { height: expression(this.scrollHeight > 400 ? "400px" : "auto"); width: 99%; overflow: auto; } .navigation span.closeSubMenu { display:none; } .navigation ul.subMenu li { padding: 0 1px; } .navigation ul.subMenu a { background: none; padding:5px 10px; overflow: hidden; white-space: nowrap; } #nav_channel a { padding: 12px 10px; margin: 0; } .ie6 .navigation ul.subMenu a { padding: 5px 7px; } .navigation ul.menuChannels a { height: 28px; margin: 0; padding:0 10px; } .navigation ul.menuChannels a img { vertical-align: middle; } a:hover,.navigation a:hover,.navigation a:focus,.navigation a:active { text-decoration:underline; } #restaurer-poubelle a { background:url(/images/v1/icon-restaurer-poubelle.gif) no-repeat; color:#000; padding:0 0 0 20px; } #ordonner-selection a { color:#000; } /* Grille selection */ #grille-suggestion, #grille-achats, #list-suggestion { width:750px; float:left; position:relative; } #grille-achats { padding-bottom: 5px; } .ie6 #grille-suggestion, .ie6 #grille-achats, .ie6 #list-suggestion{ z-index: -1; } #list-suggestion li { padding:3px; cursor: move; } #list-suggestion li:hover { border:1px solid #428dd4; cursor:move; padding:5px 5px 5px 20px; background: #f3faff url(/images/v1/ordonner-selection-fd.png) 3px 2px no-repeat; } #grille-suggestion h2 { width:500px; height:25px; color:#008de2; float:left; padding:0 0 0 5px; } #list-suggestion h2 { height:25px; color:#008de2; padding:0 0 0 5px; } #offre-partenaire { font-size:1.1em; height:13px; color:#d9420d; background:url(/images/v1/bg_offre_partenaire.gif) 105px bottom no-repeat; float:left; width:100%; } #grille-suggestion #offre-partenaire { width:740px; margin:20px 0 10px 5px; } #scrollnav { height:25px; float:right; position: relative; z-index: 16; } #scrollnav #prec { width:31px; height:23px; /*background:url(/images/v1/btn-scrollnav-precedent.gif);*/ background:url(/images/v1/sprite.png) -1px -274px no-repeat; text-indent:-5000px; display:block; float:left; margin:0 0 0 10px; } #scrollnav #prec-off { width:31px; height:23px; /*background:url(/images/v1/btn-scrollnav-precedent-off.gif);*/ background:url(/images/v1/sprite.png) -65px -274px no-repeat; text-indent:-5000px; display:block; float:left; margin:0 0 0 10px; } #scrollnav #suiv { width:31px; height:23px; /*background:url(/images/v1/btn-scrollnav-suivant.gif);*/ background:url(/images/v1/sprite.png) -32px -274px no-repeat; text-indent:-5000px; display:block; float:left; margin:0 5px 0 0; } #scrollnav #suiv-off { width:31px; height:23px; /*background:url(/images/v1/btn-scrollnav-suivant-off.gif);*/ background:url(/images/v1/sprite.png) -96px -274px no-repeat; text-indent:-5000px; display:block; float:left; margin:0 5px 0 0; } #scrollnav .puce { width:8px; height:8px; background:url(/images/v1/puce-scrollnav.gif) right repeat-x; text-indent:-5000px; display:block; float:left; margin:8px 2px 0; } #scrollnav .puceactif { width:8px; height:8px; background:url(/images/v1/puce-scrollnav.gif) left repeat-x; text-indent:-5000px; display:block; float:left; margin:8px 2px 0; } #scrollnav p { float:left; color:#5f5f5f; margin:4px 20px 0 0; } .vignette { width:236px; height:80px; float:left; border:1px solid #bdbdbd; background:#FFF; position:relative; margin:5px; } .ie6 .vignette { width:233px; } /*.wrapseo .cartouche_button { position: relative; right: 8%; }*/ .vignette a.vignette-link { display: block; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; margin: 0; line-height: 80px; text-decoration:none; } .vignette:hover, #purchase .vignette { border:3px solid #0178d2; cursor:pointer; margin:3px; -moz-box-shadow: 2px 5px 7px rgba(0,0,0,0.3); -webkit-box-shadow: 2 5px 7px rgba(0,0,0,0.3); } #purchase .vignette { margin-left:250px; } .ie6 #purchase .vignette { margin-left:125px; } .vignette .teaser { position:absolute; left: 0px; margin:30px 0 0 30px; z-index:5; width:26px; height:26px; display:block; background:url(/images/v1/sprite.png) -2px -191px no-repeat; text-decoration:none; } .vignette img { float:left; margin:0 10px 0 0; } .vignette .txt { height:48px; margin:8px 0 0; } .vignette h3 { font-size:12px; } .vignette p { font-size:11px; color:#6a6a6a; } .vignette .btn-bleu { background:#FFF url(/images/v1/icon-myskreen.gif) no-repeat; padding:2px 0 0 20px; } .vignette .btn-orange { background:#FFF url(/images/v1/icon-sortir.gif) no-repeat; padding:2px 0 0 20px; } .vignette .btn-commander { background:#FFF url(/images/v1/icon-commander.gif) no-repeat; padding:2px 0 0 20px; } .vignette .btn-encours { background:#FFF url(/images/v1/icon-encours.gif) no-repeat; padding:2px 0 0 20px; } .photo-vignette-roll { width:93px; height:81px; z-index:20; position:absolute; top:0; left:0; background:url(/images/v1/bg-photo-vignette.png); } .photo-play { padding:27px 32px; } .maselection { position:absolute; bottom:0; left:0; } .poubelle { position:absolute; bottom:0; left:18px; } .clear { clear: both; } /* Pagination partial */ .pagination_slidedown_pages { /*background: url(/images/v1/fleche_bas.png) 100% 50% no-repeat;*/ background:url(/images/v1/sprite.png) -132px -46px no-repeat; padding-right: 10px; } ul.pagination_links { border: 1px solid #428dd4; margin: 22px 0 0 -5px; position: absolute; left: 0; z-index: 16; max-height: 200px; width: 90px; overflow: auto; background: #f3faff; } .ie6 ul.pagination_links { height: expression(this.scrollHeight > 200 ? "200px" : "auto"); } ul.pagination_links li { padding: 3px 8px; position: relative; } ul.pagination_links li a { text-decoration: none; } ul.pagination_links li a:hover { background:#428dd4; color:white; } /* Module achats */ #menu-achats hr { border: 0; border-bottom: 1px solid #a7a3a3; height: 1px; margin: 15px 0; } .ie7 #menu-achats hr, .ie6 #menu-achats hr { margin: 0; } #menu-achats p { font-size: 12px; line-height: 15px; } #sort-achats .selected a { color: #000; height: 17px; padding: 2px 17px 0 0; } #sort-achats li { margin: 10px 0; } #search-achats { background: url(/images/v1/search-achat.png) no-repeat; width: 182px; margin-bottom: 10px; } #search-achats p { height: 24px; padding: 0; } #search-achats input { background: none; border: none; } #search-achats .q { padding: 4px 0 4px 5px; width:142px; color:#AAA; } #search-achats .q:focus { color:black; } #search-achats input[type=submit] { color: #000; padding: 0; } .ie #search-achats input[type=submit] { padding-left: 3px; } #search-achats .ac_results { width: 180px; left: 25px; top: 151px; border:1px solid #AAA; font-size:0.9em; } #search-achats .ac_results li { color: #000 !important; } #search-achats .ac_results li:hover { color: white !important; background:#AAA; } #search-achats .ac_results li:hover .ac_match { background:#AAA; } /* Default text input */ .defaultText {} .defaultTextActive { color: #a1a1a1; } /* Filters de la page recherche */ #search { position: relative; } #filters { } .ac_results { width:350px; z-index: 100; } #filters { position:absolute; /*margin-top:-21px;*/ top: 8px; } #filters a { color:black; display:block; float:left; padding:0px 5px; margin:0px 4px; height:25px; text-decoration:none; } #filters a.active { color:#338ecf; font-weight:bold; background:url(/images/myskreen-light/acces-selected.png) bottom center no-repeat; } #filters a.inactive { color:#555; } #filters a.inactive:hover { color:#338ecf; } #filters a.disable { color:#CCC; background:none; cursor:text; } #list-suggestion ul { padding-bottom: 20px; } #flike { float:right; margin-left:10px; } #flike iframe { width: 70px; } /*TABS*/ .idTabs { display:block; /*height:25px;*/ border:0; position: relative; z-index: 1; } .idTabs li { float:left; cursor:pointer; text-align:center; margin-right:1px; /*width: auto;*/ } .idTabs li a, .idTabs li div.a { padding-top:3px; margin:0px 1px 0px 0px; display:block; font-weight: normal; font-size: 1.1em; color:black; cursor:pointer; background:#f5f5f5 url(/images/myskreen-light/gradient-h.png) 0 5px repeat-x; text-decoration:none; border: 1px solid #c0c0c0; border-bottom: none; } .idTabs li a.hide, .idTabs li div.hide { display:none; } .idTabs li a:hover { background:#f5f5f5 url(/images/myskreen-light/gradient-b.png) 0 0 repeat-x; } .ie6 .idTabs li a:hover { background-color: #025589; text-decoration: none; } .idTabs li a.selected, .idTabs .forceselected, .bigselect:focus, .bigselected, #listSaisonEpisode li a.selected { background: #025589 url(/images/myskreen-light/gradient-h.png) 0 5px repeat-x; border: 1px solid #025589; border-bottom: none; color:white; } .ie6 .idTabs li a, .ie6 .idTabs li div.a, .ie6 .idTabs li a:hover, .ie6 .idTabs li a.selected, .ie6 .idTabs .forceselected, .ie6 .bigselect:focus, .ie6 .bigselected, .ie6 #listSaisonEpisode li a.selected { background-image: none; } .idTabs li a div, .idTabs li div.a div { line-height:21px; padding: 2px 10px 0px 10px; cursor:pointer; } /*.idTabs li a.selected div, .idTabs li a:hover div { height:21px; }*/ /*.ie6 .idTabs li a div { width:120px; }*/ .idTabscontent { display:block; padding:10px 15px; background: white; overflow:auto; height:440px; border-top: 1px solid #025589; margin:auto; clear:both; /*border-bottom: 1px solid #4a9ce2;*/ } .idTabscontent .idTabscontent { display:block; padding:0px; overflow:none; height:none; border-top: none; margin:0; clear:none; } .idTabsFilter { background:white; /*height:25px;*/ } .idTabsFilter h2 { margin-top: 2px; } .idTabscontent h4 { color:#015196; clear:both; background:#e6e7e9; padding:5px; } /* Select saison/episode */ #triggerSaisonEpisode #listSaisonEpisode { display:none; position:absolute; border-bottom:1px solid #AAA; padding:0; margin:0; top: 0; z-index: 5; top: 27px; } .ie6 #triggerSaisonEpisode #listSaisonEpisode { width: 130px; } #listSaisonEpisode li{ float:none; padding: 0; margin: 0; position:relative; line-height: 15px; } #listSaisonEpisode li a { background: #DFDFDF!important; width: 130px; padding:0; margin:0; display: block; } #listSaisonEpisode .licol-first { margin-top: -240px; } #listSaisonEpisode .licol-1 { margin-left: 0; } #listSaisonEpisode .licol-2 { margin-left: 132px; } #listSaisonEpisode .licol-3 { margin-left: 264px; } #listSaisonEpisode li a:hover { background:#d0d0d0 url(/images/myskreen-light/gradient-h.png) 0 5px repeat-x !important; background-image: none; } .ie6 #listSaisonEpisode li a:hover { background-image: none; } #listSaisonEpisode li a.selected { background: #025589 !important; } .ac_results { -moz-border-radius-bottomright:5px; -moz-border-radius-bottomleft:5px; -webkit-border-bottom-right-radius:5px; -webkit-border-bottom-left-radius:5px; list-style: none; position: absolute; z-index: 100; width: 373px; display:none; margin:-3px 0 0 0; background-color:white; border-color:#007ebf; border-style:solid; border-width:2px; border-top:#007ebf 1px dotted; padding:0; font-size:1.1em; overflow: hidden; -moz-box-shadow: 2px 15px 7px rgba(0,0,0,0.3); -webkit-box-shadow: 2px 15px 7px rgba(0,0,0,0.3); } #header .ac_results { width: 236px; border-width:1px; margin:-1px 0 0 0; } .ie7 #header .ac_results { width: 238px; } .ac_results li { padding: 2px 5px; white-space: nowrap; text-align: left; color: #007ebf; } li.ac_over { cursor: pointer; color: #ffffff; background-color: #338ecf; } li.ac_over .ac_match { color: #ffffff; background-color: #338ecf; } .ac_results li:hover { background-color: #338ecf; color: #ffffff; } .ac_match { text-decoration: underline; font-weight:bold; } div.overlay { width:750px; height:600px; display:none; background: white url(/images/overlay/overlayv1.png) repeat-x; text-align: left; color:black; -moz-box-shadow:0 0 20px 5px #111111; -webkit-box-shadow: #111111 10px 10px 30px; /*//filter: progid:DXImageTransform.Microsoft.shadow ( color=#000000,direction=45 ); */ } div.overlayyellow { background: white url(/images/overlay/overlayv1.png) repeat-x; } div.overlay div.close { background:url(/images/v1/sprite.png) -163px -247px no-repeat; position:absolute; overflow:hidden; top:3px; right:13px; width:19px; height:19px; cursor:pointer; z-index: 1; } .ie6 div.overlay div.close { background-image:url(/images/v1/sprite_png8.png); } div.overlay div.close:hover { background-position: -143px -247px; text-decoration: none; } #skInterstitiel div.close { display: none; } /* WRAP */ div.overlay #wrap, div.overlay .wrap { margin:0 5px; padding:0 5px; overflow-x:hidden; overflow-y:auto; text-align:left; height: 600px; /*position: relative;*/ } div.overlay #wrap h1 { color: black; font-size: 1.4em; } div.overlay #wrap a.detach{ background:url(/images/overlay/overlayv1_fullscreen.png) no-repeat; display:block; font-size:0; width:19px; height:19px; top:3px; right:37px; position:absolute; } #skInterstitiel #wrap a.detach{ display:none; } #skInterstitiel #wrap { position: relative; } /* IFRAME */ div.overlay #iframe { overflow:none; text-align:left; width:750px; height:600px; border:none; position: relative; z-index: 2; } div.overlay #wrap #iframe { margin:0; padding:0; } #wrap #surtitre, #wrap #surtitre a { margin-top:5px; height:30px; color:white; font-size:1.1em; font-weight:normal; text-align:left; } #wrap #surtitre span, #wrap #surtitre span a { font-size:1.0em; color:#1ebafd; font-weight:normal; } #wrap #entete { } #wrap #entete #infos { color:grey; } ul#offre { height:370px; } ul.listing { clear:both; border-bottom:1px solid #c6c2bc; } ul.listing li { clear:both; border-left:1px solid #c6c2bc; border-right:1px solid #c6c2bc; border-bottom:1px solid #EFEFEF; height:65px; padding:0 15px; } ul.listing65 li {height:65px;} ul.listingDVD li { clear:both; border-left:1px solid #c6c2bc; border-right:1px solid #c6c2bc; border-bottom:1px solid #EFEFEF; padding:0 10px; } ul.listing li:hover {background:#f1faff;border:2px solid #278ed8;} ul.listing li a {text-decoration:none;color:black;display:block;float:left; padding: 10px 0 10px 5px;} ul.listing65 li a {padding: 7px 5px;} ul li a.liseret {height:65px;padding:0 25px;border-right:1px solid #c6c2bc;} ul li.espace, ul li.espace:hover, ul.listing li.espace, ul.listing li.espace:hover { height:15px; padding:0; border:none; border-top:1px solid #c6c2bc; background: #FFF; } .listing span.old, .listing span.new { float: left; display: block; margin:25px 10px 0 5px; height:10px; width:10px; } .listing span.new { background:url(/images/v1/sprite.png) -129px -275px no-repeat; } .ie6 .listing span.new { background-image:url(/images/v1/sprite_png8.png); } ul li.header, ul li.header:hover { background:#e0ded9; clear:both; color:#015196; padding:0px; height:25px; margin:0; border-top:1px solid #c6c2bc; border-left:1px solid #c6c2bc; border-right:1px solid #c6c2bc; } ul li.header span, ul li.header a { padding:5px; display:block; } /* absolute positioning of the player */ .miniteaser embed, .miniteaser object { position:absolute; /* layer as the topmost element */ /*z-index:10000; */ } /* V1 */ .bt, .bt:hover{ width:77px; height:17px; display:block; text-decoration:none; background: url(/images/v1/sprite.png) no-repeat; font-size:0.9em; } .ie6 .bt, .ie6 .bt:hover { background-image:url(/images/v1/sprite_png8.png); } /* .safarimobile .bt { height:17px; } */ .bt span { display:block; padding:2px 0 0 34px; color:white; } .bt_payant span, .bt_gratuit span { padding:2px 0 0 34px; } .bouton-full .bt_payant span { padding:2px 0 0 42px; } .bouton-full .bt_gratuit span { padding:2px 0 0 39px; } .bt_payant_all span, .bt_gratuit_all span { color:#ed7800; } .bt_skpayant_all span, .bt_skgratuit_all span { color:#0075cf; } .bt { width:85px; } .bouton-full .bt, .bouton-full .bt:hover { width:85px; } #redirect .bt { cursor: text; } ul.listing li .bt { padding:0; } .vignette .bt { /* left:90px; position: absolute;*/ position: relative; float: left; } .ie7 .vignette .bt, .ie6 .vignette .bt { margin-left: -2px; } #skGrid .programmeshort .bt{ width:20px; } .bt_restore, .bt_restore:hover { width: 74px; background-position: -16px -144px; } .bt_payant, .bt_payant:hover, .bt_gratuit, .bt_gratuit:hover { width: 73px; background-position: -2px -22px; } .bouton-full .bt_payant, .listing .bt_payant { width:85px; } #skGrid .bt_payant { width:137px; } .bt_skpayant, .bt_skpayant:hover, .bt_skgratuit, .bt_skgratuit:hover { width: 77px; background-position: -1px -1px; } .bouton-full .bt_skpayant, #skGrid .bt_skpayant, .listing .bt_skpayant { width:85px; } .bt_skgratuit_all, .bt_skgratuit_all:hover{ background-position: -2px -43px; width:80px; } .bt_skpayant_all, .bt_skpayant_all:hover, .bouton-full .bt_skpayant_all:hover{ background-position: -4px -424px; width:125px; } .bt_payant_all, .bt_payant_all:hover { background-position: -3px -445px; width:125px; } #seo-partenaires .bt_skpayant_all, #seo-partenaires .bt_skpayant_all:hover, #seo-partenaires .bt_payant_all, #seo-partenaires .bt_payant_all:hover { width:80px; } .bt_skpayant_all span { padding:2px 0 0 33px; } .bouton-full .bt_payant_all, #skGrid .bt_skpayant_all, .listing .bt_skpayant_all { width:140px; } .bt_skplay, .bt_skplay:hover { background-position: -1px -167px; width:63px; } #offer .bt_skplay, #grille-achats .bt_skplay, #grille-achats .bt_skplay:hover { width:75px; } .bouton-full .bt_gratuit, #skGrid .bt_gratuit, .listing .bt_gratuit { width:85px; } .bt_gratuit_all, .bt_gratuit_all:hover{ width:80px; background-position: -3px -67px; } .bouton-full .bt_gratuit_all, #skGrid .bt_gratuit_all, .listing .bt_gratuit_all { width:90px; } .bouton-full .bt_skgratuit, #skGrid .bt_skgratuit, .listing .bt_skgratuit { width:85px; } .bouton-full .bt_skgratuit_all, #skGrid .bt_skgratuit_all, .listing .bt_skgratuit_all{ width:95px; } .bt_price, .bt_price:hover, .bt_noprice, .bt_noprice:hover { background-position: -3px -113px; height:22px; width:97px; color:white; text-align:center; padding:0!important; } .bt_skprice, .bt_skprice:hover, .bt_sknoprice, .bt_sknoprice:hover { background-position: -4px -88px; height:22px; width:97px; color:white; text-align:center; padding:0!important; } .bt_skprice span, .bt_price span, .bt_noprice span { font-size:1.1em; } .bt_skprice span, .bt_sknoprice span, .bt_price span { padding:4px 0 0 30px; } .bt_noprice span { padding: 4px 0 0 27px; } a#record, a#record-deporte { width:69px; height:18px; display:block; text-decoration:none; background: url(/images/v1/sprite.png) no-repeat; background-position: -92px -469px; padding:0; } .ie6 a#record, .ie6 a#record-deporte { background-image:url(/images/v1/sprite_png8.png); } a#record-deporte { background-position: -1px -469px; } .listing a#record { display:none; } .vignette a#record, .innerprog a#record, .innerprog a#record-deporte , .vignette a#record-deporte { float: left; position: relative; } .programmeshort a#record, .programmeshort a#record-deporte { display:none; } .bt_indispo, .bt_indispo:hover { background-position: 1px -389px; width:55px; } .bt_tele, .bt_tele:hover { background-position: 1px -371px; } .bt_cine, .bt_cine:hover { background-position: 1px -335px; } .bt_dvd, .bt_dvd:hover { background-position: 1px -353px; } .idTabscontent .bt_indispo { display:none; } .bt_offrir_huge, .bt_offrir_huge:hover, .bouton-full .bt_offrir_huge, .bouton-full .bt_offrir_huge:hover { width:70px; padding-top:75px; background-position: -108px -90px; text-align:center; } .bt_gift, .bt_gift:hover, .bouton-full .bt_gift, .bouton-full .bt_gift:hover { background-position: -158px -66px; width:19px; height:19px; } .vignette .bt_gift, .vignette .bt_gift:hover{ position:absolute; top:55px; left:190px; } .vignette .bt_nogift, #entete .bt_gift, #entete .bt_nogift { display:none; } .grille-offrir { padding-bottom: 20px; } .purchaseoffrir .vignette .bt_gift, .purchaseoffrir .vignette .bt_gift, .grille-offrir .vignette .bt_gift, .grille-offrir .vignette .bt_gift:hover { position:relative; top:0; left: 0px; } .ie7 .purchaseoffrir .vignette .bt_gift, .ie7 .purchaseoffrir .vignette .bt_gift, .ie7 .grille-offrir .vignette .bt_gift, .ie7 .grille-offrir .vignette .bt_gift:hover, .ie6 .purchaseoffrir .vignette .bt_gift, .ie6 .purchaseoffrir .vignette .bt_gift, .ie6 .grille-offrir .vignette .bt_gift, .ie6 .grille-offrir .vignette .bt_gift:hover{ left: 0px; } .bt_nogift{ width:15px; height:15px; display:none; } .bt_action_cal, .bt_action_cal:hover { background-position: -132px -68px; width:20px; height:21px; padding:0!important; } /* #boutons .bt */ #boutons .bt { float:left; } /* ACTIONS */ #actions { position: absolute; right: 10px; top: 35px; } .wrapseo #actions { top: 0; } #actions .right { float: right; margin: 0 0 5px 0 !important; } #actions a { float:left; display:block; } .social-networks { position: absolute; right: 10px; top: 60px; } .wrapseo .social-networks { top: 25px; } .social-networks a span.fshare { background: url(/images/v1/sprite.png) -97px -299px no-repeat; display: inline-block; height: 16px; width: 20px; float: left; } .ie6 .social-networks a span.fshare { background-image:url(/images/v1/sprite_png8.png); } .social-networks a.fshare { padding-top: 2px; margin-right: 5px; display: inline-block; vertical-align: top; } /*#actions a.toggle_program_state { clear:right; }*/ #actions .bt_action_cal, .bt_action_cal:hover{ float: right; margin-left: 15px; } /* TAGS */ .tag { float:right; display:block; height:14px; margin-right:5px; padding-top:1px; font-size:0.8em; font-weight:bold; } .ie6 .tag { padding: 0; } #tags .tag { float: left; } #filter_tags li input { display: block; float: left; height: 14px; } .tagVO { background-position: -154px -346px; width:20px; height:11px; } .tagVF { background-position: -154px -330px; width:20px; height:11px; } .tagVOST, .tagVOSTF { background-position: -154px -359px; width:32px; height:11px; } .tagVM { background-position: -154px -315px; width:20px; height:11px; } .tagHD { background-position: -154px -302px; width:20px; height:11px; } .tag16-9 { background-position: -154px -388px; width:25px; height:11px; } .tag4-3 { background-position: -154px -373px; width:22px; height:11px; } .tagC2 { background-position: -107px -0px; width:15px; } .tagC3 { background-position: -127px -0px; width:15px; } .tagC4 { background-position: -147px -0px; width:15px; } .tagC5 { background-position: -167px -0px; width:15px; } #filter_tags .tag { background-image: url(/images/v1/sprite.png); background-repeat: no-repeat; float:left; margin-left:5px; } .ie6 #filter_tags .tag { background-image: url(/images/v1/sprite_png8.png); } /* BOUTON ACHAT */ .euro { font-size:3em; } .cents { font-size:1.5em; } /* AVERTIR */ #refresh-avertir { width:158px; height:32px; float:right; display:block; margin: 5px 0px 0 0; } #refresh-avertir a { } #refresh-avertir form { margin: 3px 0px 0 7px; padding: 0px 0px 0 0px; } .programmeshort .bt span { display: none; } /* offrir */ body.offrir #message { text-transform:uppercase; font-size:1.4em; font-weight:bold; height:250px; overflow:auto; } /* templates offrir love_tree */ body.offrir_love_tree, body#skPlayer.offrir_love_tree{ background:#1a171b url(/images/offrir/offrir_love_tree.jpg) no-repeat !important; } /* end template */ /* templates offrir abstract */ body.offrir_abstract, body#skPlayer.offrir_abstract{ background:#faf7e8 url(/images/offrir/offrir_abstract.jpg) no-repeat !important; } /* end template */ /* templates offrir flower */ body.offrir_flower, body#skPlayer.offrir_flower{ background:#f1e8d2 url(/images/offrir/offrir_flower_template.jpg) no-repeat !important; } /* end template */ #offrir { overflow:auto; height:300px; } #offrir .error_list { width: 285px; } .delEndUser, #addEndUser { font-weight: bolder; font-size: 14px; } .search_text { width: 450px; height: 20px; } /* Onglets */ .search_tabs { display: block; height: 25px; border-top: 1px dashed #6A6A6A; padding-top: 5px; margin-top: 10px; } .search_tabs li { float: left; text-align: center; margin-right: 1px; height: 20px; font-size: 1.3em; } .search_tabs li a, .search_tabs li div.a { margin-left: 10px; display: block; font-weight: normal; text-decoration: none; color: #000; } .search_tabs li a.hide, .search_tabs li div.hide { display: none; } .search_tabs li a.selected, .search_tabs .forceselected, .bigselect:focus, .bigselected { border-bottom: 2px solid #000; } .search_tabs li a:hover { border-bottom: 2px solid #3D92CE; } .movie { height: 200px; width: 150px; border: 1px solid #6A6A6A; margin: 5px 15px; float: left; } #favorite_cinemas, #movies_week { margin-top: 10px; } #search_results { margin: 10px 5px; } #list_cinemas li { font-size: 1.1em; padding-top: 2px; } #cinema_header { height: 23px; padding-top: 7px; text-transform: uppercase; font-weight: 700; color: #fff; } #pages { height: 570px; overflow: hidden; } #pages .page { height: 570px; } div#skplay { width: 580px; height: 340px; } /* root element should be positioned relatively so that child elements can be positioned absolutely */ div.controls { position:relative; height:8px; margin:12px 0 0; padding:5px 0 0; } /* when play button toggles between play/pause class we move it's background image */ div.controls a.play, div.controls a.pause { position:absolute; width: 18px; height:10px; text-indent:-999em; cursor:pointer; overflow:hidden; background:url(/images/skplayer/play_pause.gif) center top no-repeat; margin-top: -10px; } div.controls a.pause { background-position:center -10px; } /* the track or "scrubber" */ div.controls div.track { position:absolute; top:-6px; height:18px; left:20px; background:url(/images/skplayer/track.gif) no-repeat; text-align:left; cursor:pointer; width:82%; } /* the draggable playhead */ div.controls div.playhead { position:absolute; height:12px; background:url(/images/skplayer/playhead.png) no-repeat; cursor:pointer; top:0px; width:12px; } /* buffer and controls are automatically resized, their initial width should be 0 */ div.controls div.progress, div.controls div.buffer { background-color:#fff; height:6px; margin:3px 4px; width:0px; position:absolute; top:0; font-size:0px; /* this is the way to fine tune buffer and progress max width */ max-width:100%; } div.controls div.buffer { background-color:#999; } /* som proprietary styling for progress bar under mozilla */ div.controls div.progress { -moz-border-radius-bottomleft:2px; -moz-border-radius-topleft:2px; } /* hide time and controls in Apple look */ div.controls div.time { position:absolute; top:-6px; left:86%; } div.controls a.mute, div.controls a.unmute { display:none; } /****** INTERSTICIEL & OVERLAY ******/ #skInterstitiel, #skOverlay { background:#1c73b1; } /*ANNULE LE CSS OVERLAY POPIN*/ body#skInterstitiel div.overlay, body#skOverlay div.overlay { display:block; text-align:left; color:black; width:750px; height:600px; padding:0; } /* decolle l'overlay du haut de la page */ body#skInterstitiel div.overlay { margin-top:20px; } #interstitielFooter { position:absolute; top:620px; width:750px; text-align:center; margin-top:15px; } #interstitielFooter, #interstitielFooter a { color:white; } /* pas de footer sur le site */ body#skOverlay #interstitielFooter { display:none; } /* pas de partenaires dans les overlay */ body#skOverlay #skPartenaire { display:none; } /*pas de toggle dans l'insterstitiel*/ body#skInterstitiel div.toggle-program-state { display:none; } /* Document : togglestate Created on : 26 avr. 2010, 11:05:21 Author : Kevin Le Brun Description: Styles du contrôle d'états d'un programme. */ .toggle-program-state { height: 18px; position: relative; z-index: 10; } .toggle-program-state a { color: #000; } .drawed { z-index: 12; } .vignette .toggle-program-state { float: left; } .toggle-program-state ul { display: none; position: absolute; top: 20px; right: 0; width: 170px; border: 1px solid #428DD1; background-color: #F2F9FF; padding: 5px 0; z-index: 10; -webkit-border-radius: 3px; -moz-border-radius: 3px; -webkit-box-shadow: #bbbbbb 3px 3px 5px; -moz-box-shadow: 0 3px 3px #BBB, #BBB 0px 0px 10px; } .toggle-program-state ul.pos-right { right: auto; left:0; } .toggle-program-state ul.pos-top { top: auto; bottom: 20px; } .toggle-program-state .separator { border-bottom: 1px solid #428DD1; margin: 0 0 5px 0; padding: 0 0 5px 0; } .toggle-program-state a, .standalone-toggle-program-state { display: block; height: 16px; width: 20px; } .toggle-program-state li { height: 18px; } .toggle-program-state li a { height: 18px; width: 170px; display: block; } .toggle-program-state li a:hover { text-decoration: none; } .toggle-program-state li a span { margin: 0 5px; display: block; float: left; height: 16px; width: 20px; } .ie6 .toggle-program-state li a span { margin: 0 2px; } .default-state-ico { display: block; height: 16px; width: 20px; } a.none-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -79px -317px no-repeat; } .free a.none-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -79px -371px no-repeat; } .deported a.none-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -79px -335px no-repeat; } .free-deported a.none-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -79px -353px no-repeat; } .unavailable a.none-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -79px -389px no-repeat; } a.notify-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -102px -317px no-repeat; } .free a.notify-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -102px -371px no-repeat; } .deported a.notify-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -102px -335px no-repeat; } .free-deported a.notify-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -102px -353px no-repeat; } .unavailable a.notify-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -102px -389px no-repeat; } a.whitelist-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -57px -317px no-repeat; } .free a.whitelist-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -57px -371px no-repeat; } .deported a.whitelist-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -57px -335px no-repeat; } .free-deported a.whitelist-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -57px -353px no-repeat; } .unavailable a.whitelist-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -57px -389px no-repeat; } a.blacklist-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -124px -317px no-repeat; } .free a.blacklist-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -124px -371px no-repeat; } .deported a.blacklist-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -124px -335px no-repeat; } .free-deported a.blacklist-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -124px -353px no-repeat; } .unavailable a.blacklist-state-sel span.default-state-ico { background: url(/images/v1/sprite.png) -124px -389px no-repeat; } li a.notify-state-sel, li a.whitelist-state-sel, li a.blacklist-state-sel { background-image: none; } li a.notify-state .state-ico, li a.notify-state-sel .state-ico { background: url(/images/v1/sprite.png) -23px -300px no-repeat; } li a.whitelist-state .state-ico, li a.whitelist-state-sel .state-ico { background: url(/images/v1/sprite.png) -6px -298px no-repeat; } li a.blacklist-state .state-ico, li a.blacklist-state-sel .state-ico { background: url(/images/v1/sprite.png) -40px -298px no-repeat; } li a.notify-state-sel, li a.whitelist-state-sel, li a.blacklist-state-sel { font-weight: 700; color: #007BD8; } .toggle-program-state li a span.offer { background: url(/images/v1/sprite.png) -57px -298px no-repeat; } .toggle-program-state li a span.send { background: url(/images/v1/sprite.png) -77px -298px no-repeat; } .toggle-program-state li a span.see { background: url(/images/v1/sprite.png) -8px -315px no-repeat; } .toggle-program-state li a span.fshare { background: url(/images/v1/sprite.png) -97px -299px no-repeat; } .toggle-program-state li a span.tweet { background: url(/images/v1/sprite.png) -114px -299px no-repeat; } .toggle-bubble { background: url(/images/v1/bubble-top.png) no-repeat; width: 226px; z-index: 12; position: absolute; padding-top: 15px; } .toggle-bubble h2 { background-color: #FFF; color: #005688; border-bottom: 1px solid #7AC2E9; font-size: 1.8em; padding: 2px 10px; text-align: left; } .toggle-bubble .bottom-bubble { background: url(/images/v1/bubble-bottom.png) no-repeat; height: 10px; } .toggle-bubble .content-bubble { border: 1px solid #7AC2E9; border-top: 0; border-bottom: 0; background-color: #F1FAFF; } .toggle-bubble form { margin: 5px 5px 0 5px; text-align: center; } .toggle-bubble form input { padding-top: 2px; padding-bottom: 2px; } .toggle-bubble form input[type=text] { width: 150px; } .toggle-bubble p { margin: 2px auto; } .toggle-bubble .error_list { display: none; } .toggle-bubble a.close-bubble { height: 13px; width: 13px; background: url(/images/v1/sprite.png) -102px -254px no-repeat; display: block; position: absolute; top: 17px; right: 5px; } .toggle-bubble a.close-bubble:hover { text-decoration: none; } #actions .toggle-program-state { float:left; } .programme .toggle-program-state { margin-top:0px; float:left; } .programme .innerbutton { height:18px; position:relative; bottom:1x; left:3px; z-index:1; } .ie .programme .innerbutton { bottom: 3px; } .programme .innerbutton a { float: left; } .innerprog { position: relative; } .wrapseo #actions { top: 0; } .wrapseo .social-networks { top: 25px; } .wrapseo { position: relative; } .toggle-button { overflow: hidden; } .toggle-button a { display: block; float: left; } .word { font-family: Verdana; padding: 4px; letter-spacing: 1px; text-decoration: none; font-weight: normal; } .size9 { color: #000; font-size: 1.9em; } .size8 { color: #111; font-size: 1.8em; } .size7 { color: #222; font-size: 1.7em; } .size6 { color: #333; font-size: 1.6em; } .size5 { color: #444; font-size: 1.5em; } .size4 { color: #555; font-size: 1.4em; } .size3 { color: #666; font-size: 1.3em; } .size2 { color: #777; font-size: 1.2em; } .size1 { color: #888; font-size: 1.1em; } .size0 { color: #999; font-size: 1.0em; }
