/*RESET CSS*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'ABChanelCoutureRegular';
    src: url('../fonts/abchanelcouture-regular-webfont.eot');
    src: url('../fonts/abchanelcouture-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/abchanelcouture-regular-webfont.woff') format('woff'),
        url('../fonts/abchanelcouture-regular-webfont.ttf') format('truetype'),
        url('../fonts/abchanelcouture-regular-webfont.svg#ABChanelCoutureRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ABChanelCoutureLight';
    src: url('../fonts/abchanelcouture-light-webfont.eot');
    src: url('../fonts/abchanelcouture-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/abchanelcouture-light-webfont.woff') format('woff'),
        url('../fonts/abchanelcouture-light-webfont.ttf') format('truetype'),
        url('../fonts/abchanelcouture-light-webfont.svg#ABChanelCoutureLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*GLOBAL*/


html, body {
    height: 100%;
    min-height: 100%;
    min-width: 910px;
}

body {
    position: relative;
    font-family: "ABChanelCoutureRegular", Arial, Helvetica, sans-serif;
}

a {
    text-decoration : none;
    cursor: pointer;
}

p {
    color: #6E6E6E;
    font: 12px Arial,Helvetica,sans-serif;
}

strong {
    font-weight: bold;
    color: #000;
}

.clear {
    clear: left;
}
/* MENU GAUCHE */
.logo-black {
    position: absolute;
    top: 115px;
    left: 10%;
    z-index: 3;
    width: 27%;
    max-width: 290px;

}

.logo-white {
    display: none;
    position: absolute;
    top: 115px;
    left: 10%;
    z-index: 3;
    width: 27%;
    max-width: 290px;
}
/*.logo-white img,
.logo-black img {
    width: 100%;
}*/
.logo span {
    font-weight: bold;
}

#left {
    position: absolute;
    width: 40%;
    left: 0px;
    top: 0;
    height: 100%;
    z-index: 2;
    background: url("../images/bg-nav.png") repeat-y 100% #FFF;

}

#left_content{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 1;
}

hr {
    width :30px;
    margin: 0 0 25px 110px;
    color: #a7a7a7;
    height: 1px;
    padding: 0;
    color: #a7a7a7;
    background-color: #a7a7a7;
    border: 0;
    float: left;
}

.ie7 hr {
    margin-left: -120px;
}
.nav {
    top: 200px;
    position: absolute;
    left: 25%;
    width: 73%;

}
.jscroll-content-wrap {
    overflow: hidden;
}
.nav ul {
    clear: left;
    margin: 25px 0 ;
}

.subsubmenu{
    clear: left;
    margin: 0 0 ;
}


.nav li {
}
.ie7 .nav ul {
    margin: 25px 0 0 0 ;
}

.nav li a {
    background: url('../images/arrow.gif') no-repeat 0 0;
    padding-left: 15px; 
    display: block;
    /*color : #767676;*/
    color: #a9a9a9;
}
.home .nav li a {
	color: #a6a6a6;
}

.nav li a:hover,
.nav li a.active{
    color: #000;
    background: url('../images/arrow-active.gif') no-repeat 0 0;
}
.home .nav li a:hover,
.home .nav li a.active{
    color: #fff;
    background: url('../images/arrow.gif') no-repeat 0 0;
}

.nav-item.title{
    font-size: 14px;
}

.nav .no-arrow {
    margin-top: -10px;
}

.nav .no-arrow a {
    background: none;
}

.nav .sub-nav-label {
    margin: 10px 0;
    list-style-type: none;
    padding-left: 35px;
    font-size: 11px;
    background: none;
}

.nav .sub-nav-label.active a {
    color : #000;
}

.nav .sub-nav-label:hover,
.nav .no-arrow a:hover,
.home .nav .sub-nav-label:hover,
.home .nav .no-arrow a:hover {
    background: none;

}


.press-room {
    position: absolute;
    bottom: 45px;
    left: 10%;
    z-index: 4;
    font-family: "ABChanelCoutureRegular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.home .press-room {
	color: #939598;
}

.home .bouton-home {
    display: block;
}

.home .bouton-site {
    display: none;
}

.bouton-home {
    display: none;
}

.bouton-site {
    display: block;
}

.home .logo-black {
    display: block;
}

.home .logo-white {
    display: none;
}

.logo-black {
    display: none;
}

.logo-white {
    display: block;
}

.press-room span{
    font-weight: bold;
    color: #000;
}
.home .press-room span{
    color: #fff;
}

#footer {
    position: absolute;
    bottom: 60px;
    left: 25%;
    z-index: 4;
}

#footer .internal {
    margin-top: 21px;
    color: #454545;
    font-size: 12px;
}
#footer .internal a{
    color: #454545;
}
.home #footer .internal,
.home #footer .internal a {
	color: #626262;
}
/*HOME*/


.home #left {
    background:url("../images/bg-nav-home.png");

}
.home #right img {
    width: auto;
    height: 100%;
    position: absolute;
    right:0px;
}

.home #right {
    position: relative;
    background: #000;
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    overflow: hidden;
}

.home #right_content {
    overflow: hidden;

}

/*RUBRIQUES */
#right {
    position: absolute;
    background: #fff;
    height: 100%;
    width: 60%;
    left: 40%;
    top: 0;
}

#right_content {
    overflow-x: hidden;
    height: 100%;
}


h1{
    margin: 115px 0 0 51px;
    font-family: 'ABChanelCoutureLight';
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

.LienPress {
    width: 100%;
    max-width: 436px;
    padding: 20px 30px 0px 53px;
    float: left;    
}

.LienPress a,
.text7 a{
    text-decoration: underline;
    color : #6e6e6e;
}
#textCollection {
    max-width: 542px;
    padding: 10px 30px 0px 53px;
}

#textCollectionPicture{
    /*max-width: 542px;*/
    padding: 120px 0px 0px 22%;
}

p.Text1Collection2 {
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #6e6e6e;
    margin-top: 14px;
    text-align: justify;
    /*padding-bottom: 20px;*/
}
.Text1Collection2.textcenter, .Text1Collection4 {
	text-align: center;
}

.Text1CollectionNote {
    padding-top: 10px;
    font-size: 9px;
}

p em{
    font-style: italic;
}

.text7 {
    color: #6E6E6E;
    font: 12px Arial,Helvetica,sans-serif;
    margin: 0;
    padding-left: 53px;
    padding-top: 19px;
    clear: both;
}

#pictures_2 {
    padding: 30px 0 0 40px;
    max-width: 520px;
    overflow: hidden;
    text-align: center;
}

#pictures_2 p {
    color: #8D8D8D;
    font: 10px Arial,Helvetica,sans-serif;
    margin-top: 5px;
}

#pictures_2 a {
    font: normal 10px Arial, Helvetica, sans-serif;
    color: #8D8D8D;
    text-decoration: none;
}

.visuel {
    width: 250px;
    text-align: center;
    display: inline-block;
    zoom: 1;
    margin-right: 5px;
    vertical-align: top;
}

.box0 img{
    margin: 27px 0 35px;
}

.box8 img{
    margin: 41px 0 44px;
}

.box10 img{
    margin: 46px 0 40px;
}

.full {
    width: 500px;
    text-align: center;
    display: inline-block;
    zoom: 1;
    margin-right: 5px;
}

.full img{
	width: 500px;
}

.alone {
    width: 500px;
    text-align: center;
    display: inline-block;
    zoom: 1;
    margin-right: 5px;
}

.alone img{
    width: auto;
}

.ie7 .visuel {
    display: inline;
}

.link-dl {
    height: 50px;
    overflow: hidden;
}

/*PLAYER */

.player-container{
    width:515px;
    /*margin: 190px auto 30px;*/
    position: relative;
}

.posterFlash{
    position: absolute;
    top:0;
    left:0;
    z-index: 99999;
    height: 100%;
    width : 100%;
    text-align: center;
    background: #000;
    overflow: hidden;
}
.posterFlash img{
    width: 100%;
    height: 100%;
}
.posterFlash span{
    background: url("../images/btn-play.png") no-repeat scroll 10px 95% rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.dlChristmas {
    width: 515px;
    margin-top: 10px;
    text-align: right;
}

.dlChristmas a {
font: normal 10px Arial, Helvetica, sans-serif;
color: #8D8D8D;
text-decoration: none;
}

.dlChristmas.text-description {
    width: auto;
    text-align: left;
}

.dlChristmas span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
    line-height: 10px;
}