@font-face {
    font-family: ags;
    src: url('ags.otf');
}

body {
    margin: 0;
    padding: 0;
    background-color: #c1dfe7;
    /* font-family: ags; */
    /* font-size: small; */
    font-family: helvetica;
    font-size: 14px;
}

#viewport {
    border: 0;
    background-image: url('fond.jpg');
    width: 4000px;
    height: 3250px;
    position: fixed;
    left: -1100px;
    top: -1300px;
    display: none;
}

/*
.area {
    border-style: solid;
    border-color: #f00;
    border-width: 1px;
}
*/

div {
    overflow: auto;
}
p {
    margin: 0;
    text-align: justify;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.center table
{
    margin-left: auto;
    margin-right: auto;
}

/* Loader */

#loader {

    position:relative;
    top: 40%;
    left: 30%;
    float: left;
    text-align: center;
    font-size: 2em;
    /* display: none; */
}

#loader img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Menu */

#menu {
    background-image: url('menu.png');
    margin: 0;
    width: 152px;
    height: 478px;
    position: fixed;
    left: 5px;
    top: 100px;
}
#menu-main {
    position: absolute;
    left: 15px;
    top: 30px;
    width: 100px;
    height: 70px;
}
#menu-concerts {
    position: absolute;
    left: 10px;
    top: 125px;
    width: 90px;
    height: 30px;
}
#menu-chansons {
    position: absolute;
    left: 10px;
    top: 165px;
    width: 90px;
    height: 30px;
}
#menu-photos {
    position: absolute;
    left: 15px;
    top: 208px;
    width: 90px;
    height: 30px;
}
#menu-videos {
    position: absolute;
    left: 10px;
    top: 250px;
    width: 90px;
    height: 30px;
}
#menu-groupe {
    position: absolute;
    left: 15px;
    top: 285px;
    width: 90px;
    height: 30px;
}
#menu-contact {
    position: absolute;
    left: 15px;
    top: 325px;
    width: 90px;
    height: 30px;
}
#menu-presse {
    position: absolute;
    left: 25px;
    top: 365px;
    width: 90px;
    height: 30px;
}
#menu-play {
    position: absolute;
    left: 40px;
    top: 420px;
    width: 70px;
    height: 50px;
}
#lien-chansons {
    position: absolute;
    left: 1200px;
    top: 1880px;
    width: 220px;
    height: 70px;
}
#lien-lampadaire {
    position: absolute;
    left: 2065px;
    top: 1355px;
    width: 70px;
    height: 100px;
}
#lien-or {
    position: absolute;
    left: 1680px;
    top: 1240px;
    width: 110px;
    height: 200px;
}
#lien-souris {
    position: absolute;
    left: 1160px;
    top: 1820px;
    width: 50px;
    height: 60px;
}
#lien-galinette {
    position: absolute;
    left: 2620px;
    top: 90px;
    width: 210px;
    height: 170px;
}

/* Main */

#main-mp {
    position: absolute;
    left: 1820px;
    top: 1320px;
    width: 40px;
    height: 40px;
}
#main-tw {
    position: absolute;
    left: 1820px;
    top: 1360px;
    width: 40px;
    height: 40px;
}
#main-fb {
    position: absolute;
    left: 1820px;
    top: 1400px;
    width: 40px;
    height: 40px;
}
#actus {
    position: absolute;
    left: 1545px;
    top: 1620px;
    width: 370px;
    height: 240px;
}
#actus p {
    margin-bottom: 2ex;
    margin-right: 1ex;
}

/* Concerts */

#concerts {
    position: absolute;
    left: 2120px;
    top: 80px;
    width: 480px;
    height: 255px;
}
#concerts-dates {
    text-align: left;
}
#concerts-dates ul {
    margin-top: 0;
}

/* Chansons */
#player {
    position: absolute;
    left: 360px;
    top: 2030px;
    overflow: visible;
}
#chansons {
    position: absolute;
    left: 120px;
    top: 2030px;
    width: 210px;
    height: 350px;
    color: #fff;
    overflow: visible;
}
#chansons a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-variant: small-caps;
}
#player {
    overflow: visible;
}
#chanson {
    position: absolute;
    left: 360px;
    top: 2090px;
    width: 620px;
    height: 480px;
    text-align: left;
}
#chanson p {
    margin-bottom: 2ex;
}
.chanson {
    display: none;
}

/* Groupe */

#groupe {
    position: absolute;
    left: 2250px;
    top: 730px;
    width: 500px;
    height: 450px;
}
#groupe-membres {
    position: absolute;
    left: 2770px;
    top: 1020px;
    width: 250px;
    height: 200px;
}
#membre-hover-alexis {
    position: absolute;
    left: 2895px;
    top: 860px;
    width: 100px;
    height: 40px;
}
#membre-hover-david {
    position: absolute;
    left: 2900px;
    top: 940px;
    width: 80px;
    height: 40px;
}
#membre-hover-henri {
    position: absolute;
    left: 2830px;
    top: 905px;
    width: 70px;
    height: 40px;
}
#membre-hover-louis {
    position: absolute;
    left: 2780px;
    top: 950px;
    width: 90px;
    height: 40px;
}
#membre-hover-sam {
    position: absolute;
    left: 2765px;
    top: 845px;
    width: 100px;
    height: 40px;
}
.membre {
    display: none;
}

/* Photos */
#photo {
    position: absolute;
    left: 156px;
    top: 1377px;
    width: 558px;
    height: 354px;
}
#photo a img {
    border: 0;
}
#photos {
    display: table;
    position: absolute;
    left: 145px;
    top: 1770px;
    width: 580px;
    height: 150px;
    overflow: auto;
}
#photos-navigate {
    position: absolute;
    left: 280px;
    top: 1742px;
    width: 270px;
    height: 30px;
    text-align: center;
}
.image-container {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.thumb-container {
    margin-right: 10px;
    float: left;
    position: relative;
}
.slideshow-images {
    width: 558px;
    height: 354px;
}

/* Vidéos */

#videos {
    position: absolute;
    left: 2042px;
    top: 2138px;
    width: 960px;
    height: 355px;
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: #000;
}
#videos table {
    border-width: 0;
    border-collapse: collapse;
}
#videos table td {
    border-width: 0;
    margin: 0;
    padding: 0;
}
#videos table td tr {
    border-width: 0;
    margin: 0;
    padding: 0;
}
.video {
    width: 560px;
    height: 340px;
    background-color: #00f;
    margin: 0;
    padding: 0;
    overflow: visible;
}
.video-passagers {
    width: 156px;
    height: 340px;
    /* background-color: #0f0; */
    background-image: url('train_passagers.jpg');
    margin: 0;
    padding: 0;
}

/* Contact */

#sendmail input {
    border: 0;
}
#contact-name{
    position: absolute;
    left: 477px;
    top: 68px;
    width: 215px;
    height: 14px;
}
#contact-mail{
    position: absolute;
    left: 477px;
    top: 92px;
    width: 215px;
    height: 14px;
}
#contact-message{
    position: absolute;
    left: 477px;
    top: 125px;
    width: 348px;
    height: 48px;
}
#contact-submit{
    background: none;
    position: absolute;
    left: 840px;
    top: 150px;
    width: 85px;
    height: 40px;
}
#contact-mp {
    position: absolute;
    left: 340px;
    top: 300px;
    width: 40px;
    height: 40px;
}
#contact-tw {
    position: absolute;
    left: 340px;
    top: 340px;
    width: 40px;
    height: 40px;
}
#contact-fb {
    position: absolute;
    left: 340px;
    top: 380px;
    width: 40px;
    height: 40px;
}

/* Presse */
.citation {
    font-style: italic;
    text-align: left;
    margin-right: 1ex;
}
.citation-source {
    margin-bottom: 2ex;
    margin-right: 1ex;
    font-style: normal;
    font-weight: bold;
    text-align: right;
}
#presse1 {
    position: absolute;
    left: 475px;
    top: 300px;
    width: 190px;
    height: 175px;
}
#presse2 {
    position: absolute;
    left: 695px;
    top: 300px;
    width: 190px;
    height: 175px;
}
#presse2 ul {
    margin-top: 0;
    padding-left: 2ex;
}

/* Or */
#or {
    position: absolute;
    left: 3080px;
    top: 1060px;
    width: 880px;
    height: 500px;
}

