/*******************************
Styles communs à la page entière
*******************************/
html, body{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor:auto;
}
body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	cursor:auto;
}
img{
	border:none;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#000000;	
	outline: none;
}
/*focus{-moz-outline-style: none;}*/
a:visited{
	text-decoration:none;
	color:#000000;	
}
a:visited:hover{
	color:#000000;	
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
	color:#000000;	
}
form{
	margin:0;
	padding:0;
}
sup {
	font-size:8px;
}
select{
	border:1px solid #b8b7b7;
	color:#5d5d5d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:inline;
	font-weight:normal;
	margin:0;
	padding:0;
}
p{
	margin-top:0;
}
label{
	font-weight:bold;
}
input.input-valid{
	margin:0;
	padding:0;
	cursor:pointer;
}
h2{
	padding:0;
	margin:0;
	font-size:11px;
}
#page{
	width:980px;
	margin:auto;
	margin-top:0;
}
#page.habillage{
	margin-top:200px;
}
#content{
	/*padding:10px;*/
	padding:0;
	width:945px;
	
	/* rétablir flux */
	overflow:hidden;
	float:left;
	margin-left:6px;
}

#content-middle{
	background-color:#ffffff;
	width:925px;
	position:relative;
	z-index:4;
	background:transparent url('/assets/images/bloc-content.png') repeat-y;
}

#content-top{
	background:transparent url('/assets/images/bloc-content-top.png') no-repeat;
	width:925px;
	height:32px;
	position:relative;
	z-index:3;
}

#content-bottom{
	background:transparent url('/assets/images/bloc-content-bottom.png') no-repeat;
	width:952px;
	height:33px;
	clear:both;
}

#left, #right{
	float:left;
}

/* HEADER */
#header{
	width:945px;
	height:134px;
	overflow:hidden;
}

#header-titre{
	font-size:14px;
	font-weight:bold;
	
	/*padding-top:40px;*/
	padding-top:9px;
	text-transform:uppercase;
	width:450px;
	height:25px;
	float:left;
}

#header-logo{
	display:block;
	float:left;
	position:relative;
	background:transparent url('/assets/images/logo-kana.png') no-repeat 56px 2px;
	z-index:2;
	width:140px;
	height:135px;
}

#header-menu{
	background:transparent url('/assets/images/barre-menu.png') no-repeat;
	width:942px;
	height:70px;
	z-index:1;
	position:relative;
	top:-70px;
	clear:both;
}

#header-recherche{
	float:right;
	margin-top:25px;
	margin-right:37px;
	text-transform:uppercase;
	color:#00000;
	font-weight:bold;
	padding-top:9px;
	padding-left:10px;
	width:293px;
	height:31px;
	background:transparent url('/assets/images/bloc-recherche.png') no-repeat;
	position:relative;
	padding-right:5px;
}

#header-recherche .bt-ok{
	background:transparent url('/assets/images/bt-ok.jpg') no-repeat;
	width:22px;
	height:24px;
	text-indent:-5000px;
	border:0 none;
	float:right;
	display:block;
	cursor:pointer;
}

#header-recherche .input-search{
	font-size:12px;
	width:160px;
	float:left;
	
}

#header #header-droite{
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
	float:right;
	width:270px;
	height:75px;
	/* rétablir flux floats */
	overflow:hidden;
}

#header-menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#header-menu li{
	display:inline;
	margin:0;
	padding:0;
}
#header-menu li a{
	text-indent:-6000px;
	display:block;
	float:left;
	margin:0;
	padding:0;
	height:36px;
	cursor:pointer;
}

#header-menu li a#bt-catalogue{
	background:transparent url('/assets/images/bt-catalogue.jpg') no-repeat;
	width:135px;
	height:56px;
	margin-left:135px;
	z-index:3;
	position:relative;
}

#header-menu li a#bt-catalogue:hover{
	background-position: left -56px;
}

#header-menu li a#bt-news{
	background:transparent url('/assets/images/bt-news.jpg') no-repeat;
	width:124px;
	height:56px;
	margin-left:33px;
	z-index:3;
	position:relative;
}

#header-menu li a#bt-news:hover{
	background-position: left -56px;
}

#header-menu li a#bt-planning{
	background:transparent url('/assets/images/bt-planning.jpg') no-repeat;
	width:127px;
	height:56px;
	margin-left:30px;
	z-index:3;
	position:relative;
}

#header-menu li a#bt-planning:hover{
	background-position: left -56px;
}

#header-menu li a#bt-goodies{
	background:transparent url('/assets/images/bt-goodies.jpg') no-repeat;
	width:118px;
	height:56px;
	margin-left:20px;
	z-index:3;
	position:relative;
}

#header-menu li a#bt-goodies:hover{
	background-position: left -56px;
}

#header-menu li a#bt-espace-pro{
	background:transparent url('/assets/images/bt-espace-pro.jpg') no-repeat;
	width:146px;
	height:56px;
	margin-left:20px;
	z-index:3;
	position:relative;
}

#header-menu li a#bt-espace-pro:hover{
	background-position: left -56px;
}
#header-menu li a#bt-vod{
	background:transparent url('/assets/images/bt-vod.jpg') no-repeat;
	width:146px;
	height:56px;
	margin-left:20px;
	z-index:3;
	position:relative;
}

#header-menu li a#bt-vod:hover{
	background-position: left -56px;
}

/* RIGHT */
#right{
	font-size:11px;
	width:165px;
	margin-top:-32px;
	padding-left:12px;
	padding-right:25px;
	z-index:4;
	position:relative;
	
}

/* LEFT */
#left{
	width:715px;
	margin-top:-15px;
}

.clear{
	clear:both;
}

.rouge{
	color:red;
}

/* FOOTER */
#footer{
	background:transparent url('/assets/images/barre-footer.png') no-repeat;
	clear:both;
	height:84px;
	width:980px;
	margin-left:6px;
	margin-bottom:25px;
}

#footer #footer-liens{
	width:630px;
	font-size:10px;
	margin-left:50px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:40px;
}

#footer-site{
	float:right;
	margin-right:110px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
}

/*** RIGHT ***/
#recap-panier{
	background:transparent url('/assets/images/fond-mini-panier.jpg') no-repeat;
	height:52px;
	width:117px;
	margin-top:7px;
	padding-top:22px;
	padding-left:25px;
	padding-right:30px;
	text-align:center;
}

#bt-mon-compte{
	background:transparent url('/assets/images/bt-mon-compte.png') no-repeat;
	width:166px;
	height:17px;
}


#bt-mon-panier{
	margin-top:-7px;
	background:transparent url('/assets/images/bt-voir-panier.png') no-repeat;
	width:166px;
	height:32px;
}

#bloc-personnalise{
	background:transparent url('/assets/images/bloc-personnalise.png') no-repeat;
	width:167px;
	height:87px;
	margin-top:15px;
}

#communiquer{
	margin-top:15px;
	text-align:center;
	overflow:hidden;
}

#communiquer-gauche{
	float:left;
	
}

#communiquer-droite{
	float:right;
}

#communiquer img{
	padding:2px;
}

#pub-right{
	width:162px;
	height:602px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	z-index:3;
	position:relative;
}

#bloc-newsletter{
	background:transparent url('/assets/images/fond-bloc-newsletter.png') no-repeat;
	width:63px;
	height:47px;
	padding-top:40px;
	padding-left:45px;
}

#coverflow{
	background:transparent url('/assets/images/fond-bloc-coverflow.png') no-repeat;
	width:685px;
	height:321px;
	margin-left:10px;
	padding-top:15px;
	padding-left:15px;

}

#bloc-coverflow{
	 background: url("/assets/images/bloc-coverflow-home.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 300px;
    padding: 14px;
    position: relative;
    width: 383px;
    z-index: 3;
}

#liste-coverflow{
	margin-top:-70px;
	padding-left:
}

#liste-coverflow_navigation{
	margin-top:90px;
}

#liste-coverflow-collection_navigation{
	margin-top:70px;
}

.imageflow .scrollbar{
	background-color:#A0A0A0;
}


#liste-coverflow_loading_txt{
	margin-top:50px;
}

#bloc-bas{
	background:transparent url('/assets/images/bloc-actu-milieu.png') repeat-y right;
	width:709px;
}

#bloc-series{
	float:left;
	width:293px;
	background:transparent url('/assets/images/titre-bloc-serie.png') no-repeat 30px 0px;
	margin-top:-60px;
	padding-left:9px;
}

#bloc-series ul{
	padding:0;
	margin:0;
	list-style-type:none;	
	margin-top:35px;
}

#bloc-series ul li{
	text-decoration:none;
	width:291px;
	text-align:right;
}

.serie-milieu{
	background:transparent url('/assets/images/liste-serie-milieu.jpg') no-repeat;
	height:75px;
}

.serie-haut{
	background:transparent url('/assets/images/liste-serie-haut.jpg') no-repeat;
	padding-top:6px;
	height:74px;
}

.serie-bas{
	background:transparent url('/assets/images/liste-serie-bas.jpg') no-repeat;
	height:82px;
}

#bloc-series ul li img {
	padding-bottom:7px;
	padding-top:8px;
}

#bloc-actus{
	float:left;
	width:405px;
	margin-left:-9px;
}

#bloc-actus-haut{
	background:transparent url('/assets/images/bloc-actu-haut.png') no-repeat right;
	width:709px;
	height:89px;
}

#bloc-actus-bottom{
	background:transparent url('/assets/images/bloc-actu-bas.png') no-repeat right;
	width:709px;
	height:37px;
}

#bloc-actus-milieu{
	
	width:426px;
}

#bloc-toutes-actus{
	display:block;
	background:transparent url('/assets/images/bt-toutes-actus.png') no-repeat right;
	height:27px;
	width:380px;
	text-align:right;
	padding-left:20px;
}

#bloc-tous-jeux{
	display:block;
	width:380px;
	text-align:right;
	padding-left:20px;
	background:transparent url('/assets/images/bt-tous-jeux.png') no-repeat right;
	height:27px;
}

.actu{
	text-align:left;
	width:365px;
	padding-left:25px;
	padding-bottom:5px;
	float:left;
}

.jeu{
	display:block;
	margin-left:15px;
	padding-bottom:5px;
	background:transparent url('/assets/images/fond-concours-petit.png') no-repeat;
	height:149px;
	width:383px;
}

.actu_image{
	float:left;
	padding-right:5px;
}

.actu_description{
	text-align:justify;
	padding:5px;
	padding-left:62px;
}

.actu_description a{
	text-align:left;
}

.savoir-plus{
	display:block;
	float:right;
	background:transparent url('/assets/images/bt-savoir-plus.png') no-repeat;
	width:89px;
	height:33px;
}

.bloc-description{
	float:right;
	height:300px;
	width:277px;
	padding-right:5px;
}

#coverflow .liste-coverflow-infos{
	padding-left:410px;
}

#coverflow .description-intro{
	margin-left:-5px;
}
#coverflow .description-intro img{
	position:relative;
	z-index:2;
	margin-left:-12px;
}
#coverflow .description-fiche{
	display:block;
	background:transparent url('/assets/images/bt-fiche-produit.jpg') no-repeat right;
	width:129px;
	height:79px;
	float:left;
}

#coverflow .description-titre{
	height:45px;
	padding-right:20px;
	text-align:justify;
	
	font-size:14px;
	font-weight:bold;
}

#coverflow .description-baseline{
	height:15px;
	
	text-align:justify;
	font-size:12px;
	font-weight:bold;
}

#coverflow .description-texte{
	height:90px;
	padding-right:20px;
	text-align:justify;
	
}

#coverflow .description-extrait{
	display:block;
	background:transparent url('/assets/images/bt-extrait-video.jpg') no-repeat right;
	width:142px;
	height:79px;
	float:left;
}

.hidden{
	display:none;
}

#panier-add{
	background:transparent url('/assets/images/bloc-panier.png') no-repeat;
	height:253px;
	width:655px;
	color:white;
	text-align:center;
}

.gras{
	font-weight:bold;
}

.grand{
	font-size:30px;
}

.majuscule{
	text-transform:uppercase;
}

.jaune{
	color:#FFF381;
}

.moyen{
	font-size:16px;
}

.petit{
	font-size:14px;
}

#panier-add-boutons{
	width:600px;
	margin-top:5px;
	padding-right:30px;
	padding-left:30px;
	text-indent:-5000px;
}

#panier-add-bt-achats{
	background:transparent url('/assets/images/bt-retour.png') no-repeat;
	height:33px;
	width:108px;
	margin:auto;
}

#panier-add-bt-panier{
	background:transparent url('/assets/images/bt-panier.png') no-repeat;
	height:67px;
	width:150px;
	float:right;
	margin-top:-55px;

}

#panier-add-bt-achats a{
	display:block;
	height:33px;
	width:108px;
}

#panier-add-bt-panier a{
	height:67px;
	width:150px;
	display:block;
}

.home-newsletter-ok{
	background:transparent url('/assets/images/bt-sabonner.png') no-repeat;
	width:80px;
	height:22px;
	border:none;
	margin-top:5px;
	cursor:pointer;
}


.home-newsletter-mail{
	width:100px;
}

#fermer{
	
	width:36px;
	height:36px;
	float:right;
	padding-right:15px;
	padding-top:15px;
	
}

#fermer a{
	display:block;
		width:36px;
	height:36px;
	background:transparent url('/assets/images/bt-croix.png') no-repeat;
}

.actu-date{
	font-style:italic;
}

.text-search{
	padding-top:4px;
	float:left;
}

.ac_results{
	background:transparent url('/assets/images/bloc-proposition.png') no-repeat;
	width:168px;
	padding-top:14px;
	border:none;
}

.ac_results ul li{
	color:white;
	font-style:italic;
	padding:10px;
}

.ac_results ul{
	background-color:black;
	border:none;
	
}

#bt-facebook{
	display:block;
	background:transparent url('/assets/images/bt-facebook.jpg') no-repeat;
	width:132px;
	height:35px;
	text-indent:-5000px;
}

#bt-twitter{
	display:block;
	background:transparent url('/assets/images/bt-twitter.jpg') no-repeat;
	width:134px;
	height:30px;
	text-indent:-5000px;
}

.jScrollPaneContainer{
    outline:none;
}

#right-lien{
	display:block;
	width:160px;
	height:600px;
	margin-top:-600px;
	z-index:5;
	position:relative;
	background-image:url('/assets/images/transp.gif');
}

.filtre-off{
	font-style:italic;
	color:#D6D6D6;
}

#suivi-produit{
	background:transparent url('/assets/images/bloc-panier.png') no-repeat;
	height:228px;
	width:555px;
	color:white;
	padding-left:50px;
	padding-right:50px;
	text-align:center;
	padding-top:50px;
}

#submit-suivi-produit{
	border:none;
	background:transparent url('/assets/images/bt-valider.png') no-repeat;
	height:36px;
	width:93px;
	text-indent:-5000px;
	cursor:pointer;
	display:block;
	margin:auto;
}

.jeu {
	text-align:center;
	padding-top:10px;
}

.titre-footer{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
#panier-add-produit{
	height: 80px;
    margin-left: 70px;
    overflow: hidden;
    width: 520px;
}

#social-icons{
	height:30px;
	margin:0;
}

#plusone{
	float:left;
}

#fbk{
	float:left;
}
