html {background-color: #000;}

body {
	background-color: #000;
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
}

::-moz-selection {
    background-color: #333333;
}

/* Homepage */

#loader {
    background-color: #000000;
    display: none;
    height: 50px;
    left: 50%;
    margin-left: -50px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 20;
}
#loader img {
    margin-top: 20px;
}

#header {
    top: 0;
	background-color: #000;
    height: 80px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

#header h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2em;
    margin: 20px 0;
    text-align: center;
}

#photo {
    background: url(../img/loader-home1.gif) center center no-repeat;
    height: 384px;
    overflow: hidden;
    position: absolute;
    width: 1280px;
    z-index: 5;
}
#photo ul.items {display: none;}

#photo ul.items li {
    display: none;
    left: 0;
    position: absolute;
    width: 1280px;
}

#photo ul.items li.active {
    display: block;
}

#home .shadow {
    background: url(../img/bg-exh-wrapper-borders.png) top left no-repeat;
    height: 384px;
    position: absolute;
    width: 1280px;
    z-index: 10;
}
#IE6 #home .shadow {background: none;}

#home .shadow a {
    display: block;
    height: 384px;
    width: 1280px;
}

/* Page elements */
#wrapper {
    height: 600px;
    /*left: 50%;
    margin-left: -640px;
    position: absolute;
    top: 5%;*/
    left: 50%;
    margin-left: -640px;
    margin-top: -300px;
    position: absolute;
    top: 50%;
    width: 1280px;
}
#head {
    height: 40px;
    padding-left: 421px;
}
#borders {
    height: 1px;
    margin: 0 200px;
    position: absolute;
    width: 880px;
    z-index: 15;
}
#borders img {height: 600px; width: 1px;}
#borders img.left {float: left;}
#borders img.right {float: right;}
#ewrapper {
    height: 384px;
}

/* Bottom panel */
#panel {
    padding: 25px 0 0 420px;
}
#home #panel {
    margin-top: 384px;
}
#panel .nav {
    float: right;
    margin-right: 220px;
    width: 200px;
}
#IE6 #panel .nav {margin-right: 110px;}
#panel .nav li {
    border-top: 1px dotted #757575;
    margin-bottom: 14px;
    padding-top: 14px;
}
#panel .nav li.first,
#panel .nav li:first-child {
    border-top: 0;
    margin-bottom: 12px;
    padding-top: 0;
}
#panel .nav li a {
    display: block;
}
#panel .nav li a span {
    display: none;
}
#panel .nav li#nav-exh a {
    background: url(../img/nav-exhibitions.png) top left no-repeat;
    height: 15px;
    width: 123px;
}
#panel .nav li#nav-exh a img {height: 15px; width: 123px;}
#panel .nav li#nav-boo a {
    background: url(../img/nav-books.png) top left no-repeat;
    height: 17px;
    width: 80px;
}
#panel .nav li#nav-boo a img {height: 17px; width: 80px;}
#panel .nav li#nav-bio a {
    background: url(../img/nav-bio-contact.png) top left no-repeat;
    height: 15px;
    width: 151px;
}
#panel .nav li#nav-bio a img {height: 15px; width: 151px;}
#panel .nav li#nav-exh a:hover,
#panel .nav li#nav-exh.active a,
#home #panel .nav li#nav-exh a:hover,
#panel .nav li#nav-boo a:hover,
#panel .nav li#nav-boo.active a,
#panel .nav li#nav-bio a:hover,
#panel .nav li#nav-bio.active a {background-position: bottom left;}
#panel .nav li.active a {cursor: auto;}

#panel h2 {
    border-bottom: 1px dotted #888888;
    margin-bottom: 17px;
    padding: 0 0 12px 1px;
    width: 330px;
}

#panel h2 a.portfolio {
    background: url(../img/h2-portfolio.png) top left no-repeat;
    display: block;
    height: 14px;
    width: 137px;
}
#home #panel h2 a.portfolio {background-position: center left;}
#panel h2 a.portfolio:hover {background-position: bottom left;}
#panel h2 a.portfolio span {display: none;}
#panel h2 a.portfolio img {height: 14px; width: 137px;}

#panel .series {
    font-size: 0.7em;
    text-transform: uppercase;
    width: 430px;
}
#panel .series li {
    float: left;
    margin-bottom: 12px;
    width: 215px;
}
#panel .series a:link {
    color: #919191;
    padding: 0 2px;
    text-decoration: none;
}

#panel .series a:visited {
    color: #606060;
    padding: 0 2px;
    text-decoration: none;
}

#panel .series a:hover {color: #F9F4DF;}
#panel .series li.assignments a {color: #9E978B;}

#panel .series li.active a {color: #F9F4DF;}

#panel .series li .waiter {display: none;}

#panel .series li.active .waiter {
    display: block;
    left: -30px;
    position: relative;
    top: 5px;
}
#panel .series li.active .waiter .bg {
    background: url(../img/bg-waiter-home.png) top left repeat-x;
    display: block;
    height: 1px;
    position: absolute;
    width: 24px;
}
#panel .series li.active .waiter .bar {
    background: #F9F4DF;
    display: block;
    height: 1px;
    width: 0px;
}

/* Exhibitions */
#exhibition ::-moz-selection {background-color: #8CCFDA;}
#exhibition #left {
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    height: 384px;
    width: 50%;
}
#exhibition #left .elwrapper {
    background: url(../img/bg-exh-wrapper-borders.png) top left no-repeat;
    height: 384px;
}
#exhibition #right {
    background-color: #6FC3D1;
    float: right;
    height: 384px;
    width: 50%;
}
#exhibition #right .erwrapper {
    background: url(../img/bg-exh-wrapper-borders.png) top right no-repeat;
    height: 384px;
}
#exhibition #right .ctnwrapper {
    background: url(../img/bg-exh-right.png) top left no-repeat;
    height: 334px;
    margin-right: 25px;
    padding: 35px 0 15px 25px;
    position: absolute;
    width: 315px;
}
#IE6 #exhibition #left .elwrapper,
#IE6 #exhibition #right .erwrapper,
#IE6 #exhibition #right .ctnwrapper {background: none;}
#exhibition #right h1 {
    color: #000000;
    font-size: 1.3em;
}
#exhibition #right .info {
    border-bottom: 1px dotted #C4E7EC;
    border-top: 1px dotted #C4E7EC;
    font-size: 0.75em;
    list-style: inside disc;
    margin: 20px 0;
    padding: 6px 0;
}
#exhibition #right .info li {
    margin: 6px 0;
}
#exhibition #right p {
    color: #00444F;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: justify;
}
#exhibition #right p.first:first-letter {
    color: #CDE8EC;
    display: block;
    float: left;
    font-size: 2.8em;
    line-height: 1em;
    margin: 5px 5px 0 0;
}
#exhibition #right .enav {
    bottom: 15px;
    font-size: 0.7em;
    position: absolute;
}
#exhibition #right .enav li {
    float: left;
    margin-right: 10px;
    padding: 1px 10px 2px 0;
}
#exhibition #right .enav li.prev {
    border-right: 1px dotted #C4E7EC;
}
#exhibition #right .enav a {
    color: #E9F4F6;
    display: block;
    text-decoration: none;
}
#exhibition #right .enav .prev a {
    background: url(../img/ico-arrow-left.png) 0 70% no-repeat;
    padding-left: 15px;
}
#exhibition #right .enav .next a {
    background: url(../img/ico-arrow-right.png) 100% 70% no-repeat;
    padding-right: 15px;
}


/* Books */
#book ::-moz-selection {background-color: #ADD195;}
#book #ewrapper {
    background-color: #99C57A;
}
#book #left {
    float: left;
    height: 384px;
    width: 50%;
}
#book #left .elwrapper {
    background: url(../img/bg-exh-wrapper-borders.png) top left no-repeat;
    height: 384px;
}
#book #left .ctnwrapper {
    height: 334px;
    margin-left: 310px;
    padding: 35px 0 15px 0;
    position: absolute;
    width: 330px;
}
#book #left h1 {
    color: #000000;
    font-size: 1.3em;
}
#book #left .info {
    border-bottom: 1px dotted #EBF3E4;
    border-top: 1px dotted #EBF3E4;
    font-size: 0.75em;
    list-style: inside disc;
    margin: 20px 0;
    padding: 6px 0;
}
#book #left .info li {
    margin: 6px 0;
}
#book #left p {
    color: #091600;
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: justify;
}
#book #left p.first:first-letter {
    color: #EBF3E4;
    display: block;
    float: left;
    font-size: 2.8em;
    line-height: 1em;
    margin: 5px 5px 0 0;
}
#book #left .enav {
    bottom: 15px;
    font-size: 0.7em;
    position: absolute;
}
#book #left .enav li {
    float: left;
    margin-right: 10px;
    padding: 1px 10px 2px 0;
}
#book #left .enav li.prev {
    border-right: 1px dotted #EBF3E4;
}
#book #left .enav a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
#book #left .enav .prev a {
    background: url(../img/ico-arrow-left.png) 0 70% no-repeat;
    padding-left: 15px;
}
#book #left .enav .next a {
    background: url(../img/ico-arrow-right.png) 100% 70% no-repeat;
    padding-right: 15px;
}
#book #right {
    float: right;
    height: 384px;
    width: 50%;
}
#book #right .erwrapper {
    background: url(../img/bg-exh-wrapper-borders.png) top right no-repeat;
    height: 384px;
}
#book #right .cover {
    background: url(../img/bg-book-cover.png) top right no-repeat;
    margin: 45px 0 0 85px;
    padding-right: 50px;
}
#IE6 #book #left .elwrapper,
#IE6 #book #right .erwrapper {background: none;}

/* Biographie et contact */
#bio ::-moz-selection {background-color: #FBF8EC;}
#bio #ewrapper {
    background-color: #F9F4DF;
}
#bio #left .elwrapper {
    background: url(../img/bg-exh-wrapper-borders.png) top left no-repeat;
    height: 384px;
}
#IE6 #bio #left .elwrapper {background: none;}
#bio #left .ctnwrapper {
    margin-left: 420px;
    padding: 55px 0 15px 0;
    position: absolute;
    width: 450px;
}
#bio #left p {
    color: #190F00;
    font-size: 0.75em;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: justify;
}
#bio #left .contact {
    border-bottom: 1px dotted #190F00;
    border-top: 1px dotted #190F00;
    font-size: 0.75em;
    list-style: inside disc;
    margin: 0 0 15px;
    padding: 6px 0;
}
#bio #left .contact li {
    color: #190F00;
    margin: 10px 25px 7px;
}
#bio #left .byupian {margin-left: 25px;}
#bio #left .byupian img {margin-right: 5px; vertical-align: middle;}
#bio em {font-style: italic;}
#bio a {color: #190F00; text-decoration: none;}
#bio a:hover {color: #5C5342}

/* Page d'erreur */

#error {
    background: #000 url(../img/loader-home1.gif) center center no-repeat;
    height: 300px;
    margin: 200px auto;
    width: 450px;
}
#error #erwrapper {
    height: 300px;
    padding: 90px 0;
    text-align: center;
    width: 450px;
}

#error #erwrapper img {
    margin-bottom: 20px;
}

#error #erwrapper p {
    color: #F9F4DF;
    font-size: 0.8em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#error #erwrapper p a {
    color: #C8C5B4;
    font-size: 0.75em;
    text-decoration: none;
}

/* Visualisation d'une série */
#serie {
    height: 600px;
    left: 50%;
    margin-left: -513px;
    margin-top: -300px;
    overflow: hidden;
    padding: 0 260px 0 0;
    position: absolute;
    /*
    left: 50%;
    margin-left: -513px;
    position: absolute;
    top: 5%;*/
    top: 50%;
    width: 800px;
}

#serie .photo {
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    width: 800px;
}

#serie .photo .splash {
    border-left: 1px solid #3C3B36;
    cursor: pointer;
    height: 100%;
    padding: 60px 120px 0 180px;
}
#serie .photo .splash h1 {
    color: #F9F4DF;
    font-size: 1.05em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#serie .photo .splash h2 {
    background: url(../img/ico-serie-click-start.png) 0% 70% no-repeat;
    color: #C8C5B4;
    font-size: 0.75em;
    padding-left: 15px;
    margin-top: 30px;
    text-transform: uppercase;
}
#serie .photo .splash h3 {
    color: #919191;
    font-size: 0.7em;
    text-transform: uppercase;
}
#serie .photo .splash h3 em {color: #C8C5B4;}
#serie .photo .splash blockquote {
    color: #919191;
    font-size: 0.8em;
    font-style: italic;
    line-height: 1.5em;
    margin: 30px 0 15px;
    text-indent: -24px;
}
#serie .photo .splash blockquote img.start {
    position: relative;
    top: 0px;
}
#serie .photo .splash blockquote img.end {
    position: relative;
    top: 5px;
}
#serie .photo .splash p {
    color: #919191;
    font-size: 0.7em;
    text-transform: uppercase;
}

#serie .photo ul li {
    display: block;
    position: absolute;
}
#serie .photo ul li a {
    cursor: pointer;
    display: block;
    height: 600px;
    line-height: 600px;
    position: absolute;
    text-align: center;
    width: 262px;
}
#serie .photo ul li.start a {
    cursor: pointer;
    width: 790px;
}

#serie .photo ul li.prev a:hover {background: none; /*background: url(../img/viewer/btn-prev.png) center left no-repeat;*/}
#serie .photo ul li.pause a {left: 262px;}
#serie .photo ul li.pause a:hover {background: url(../img/viewer/btn-pause.png) center center no-repeat;}
#serie .photo ul li.play a:hover {background: url(../img/viewer/btn-play.png) center center no-repeat;}
#serie .photo ul li.next a {left: 524px;}
#serie .photo ul li.next a:hover {background: none; /*background: url(../img/viewer/btn-next.png) center right no-repeat;*/}

#serie .photo ul.cursors li.start a {cursor: url(../img/viewer/btn-next.png), auto; background: none !important;}
#serie .photo ul.cursors li.prev a {cursor: url(../img/viewer/btn-prev.png), auto; background: none !important;}
#serie .photo ul.cursors li.pause a {cursor: url(../img/viewer/btn-pause.png), auto; background: none !important;}
#serie .photo ul.cursors li.play a {cursor: url(../img/viewer/btn-play.png), auto; background: none !important;}
#serie .photo ul.cursors li.next a {cursor: url(../img/viewer/btn-next.png), auto; background: none !important;}

/*div.ie #serie .photo ul li.next a {cursor: url(../img/viewer/btn-next.cur);}*/
#serie .photo ul li a img,
#serie #photo_accessible {display: none;}

#serie #aside {
    background-color: #000;
    border-left: 1px solid #3C3B36;
    color: #777777;
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    height: 100%;
    padding: 60px 20px 10px 19px;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}

#serie #aside .section {
    margin-bottom: 10px;
}

#serie #aside h2 {
    color: #C8C5B4;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#serie #aside .progressing {
    height: 21px;
    margin: 10px 0 0;
    overflow: auto;
}

#serie .number,
#serie .mininav {
    float: left;
    font-size: 0.8em;
    width: 32px;
}

#serie .mininav {
    display: none;
}
#serie .mininav img {
    vertical-align: middle;
}
#serie .mininav .ph { /* placeholder */
    height: 7px;
    width: 6px;
}

#serie .number span {color: #C8C5B4;}

#serie .progress {
    background: url(../img/viewer/bg-progress.png);
    float: left;
    height: 1px;
    margin: 5px 10px 15px;
    width: 100px;
}

#serie .progress .bar {
    background: #C8C5B4;
    display: block;
    height: 1px;
    width: 0px;
}

#serie #aside .description {
    clear: both;
    font-size: 0.75em;
    line-height: 1.7em;
}

#serie #aside .description p {
    padding-top: 10px;
}

#serie #subnav {
    bottom: 0;
    color: #777777;
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    margin-right: 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 200px;
}

#serie #subnav a {
    color: #777777;
    text-decoration: none;
}

#serie #subnav a:hover {
    color: #F9F4DF;
}

#serie #subnav .series li.active a {
    color: #F9F4DF;
}

#serie #subnav ul.series {
    background: url(../img/viewer/bg-navseries-bottom.png) bottom left no-repeat;
    border-top: 1px dotted #504F48;
    display: none;
    margin-bottom: 10px;
    padding: 20px 0 13px;
    width: 150px;
}

#serie #subnav ul.series li {
    margin-bottom: 15px;
}

#photoloader {
    height: 0px;
    width: 0px;
}

