
/* -------------------- BODY -------------------- */

body {
    font-family: 'oswaldlight', Arial, Helvetica, sans-serif;
    color: #1a171b;
    font-size: 1.2em; /* equiv 10px */
    line-height: 1;
    background: url('../img/structure/body_fond.png') repeat center center;
    background-size: 70px 76px;
    background-color: #FFFFFF;
    background-attachment: scroll;
    -webkit-font-smoothing: antialiased;
}

p, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details,  figure {
    color: #1a171b;
}

em, i {
    font-style: italic;
}

strong, b {
    font-family: 'oswaldregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

a {
    color: #cc071e;
    text-decoration: none;
}
a:hover {
    color: #1a171b;
}


a.ancre {
    position: absolute;
    margin-top: -110px;
}

a, img {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}



/* -------------------- SELECTION -------------------- */

::selection {
    color: #FFFFFF;
    background: #1a171b;
}
::-moz-selection {
    color: #FFFFFF;
    background: #1a171b;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}




/* ---------------------- TOTOP ---------------------- */

#toTop {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 0;
    overflow: hidden;
    line-height: 36px;
    width: 36px;
    height: 36px;
    margin: 0 0 0 10px;
    font-size: 1.3em;
    color: #FFFFFF;
    background-color: #666666;
    text-align: center;
    outline: none;
    vertical-align: middle;
}
#toTop:hover {
    margin: 0;
    width: 46px;
    background-color: #cc071e;
}



/* -------------------- PREVIEW -------------------- */

div.preview {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: block;
    background-color: #cc071e;
    padding: 5px;
    font-size: 1em;
    line-height: 1.4;
    color: #FFFFFF;
}
div.preview a, div.preview a:hover {
    color: #FFFFFF;
}





/* -------------------- RESEAUX_SOCIAUX -------------------- */

#reseaux_sociaux {
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 10;
    text-align: right;
    overflow: hidden;
}

#reseaux_sociaux ul {
    margin: 0;
    list-style: none;
    text-align: right;
}

#reseaux_sociaux ul li {
    display: block;
    margin: 0 0 1px 0;
}

#reseaux_sociaux ul li a {
    display: block;
    line-height: 36px;
    margin: 0 0 0 10px;
    width: 36px;
    height: 36px;
    font-size: 1.3em;
    color: #FFFFFF;
    background-color: #666666;
    text-align: center;
}
#reseaux_sociaux ul li a:hover {
    margin: 0;
    width: 46px;
}





/* -------------------- HEADER -------------------- */

#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    min-width: 1240px;
    background: url('../img/structure/header_fond.png') no-repeat center bottom;
}

#header div.zone {
    position: relative;
    margin: 0 auto;
    width: 1240px;
    min-height: 170px;
    background: url('../img/structure/header_zone_fond.png') no-repeat 300px 0;
}

#header div.titre {
    float: left;
    margin: 38px 0 0 0;
}

#header div.titre img {
    display: block;
    width: 340px;
    height: auto;
}



/* -------------------- header_btn_billetterie -------------------- */

#header_btn_billetterie {
    position: absolute;
    top: 110px;
    left: 40px;
}

#header_btn_billetterie a {
    display: block;
    width: 92px;
    height: 92px;
    line-height: 86px;
    text-align: center;
    z-index: 15;
    font-family: 'built_titlingsemibold', Arial, Helvetica, serif;
    text-transform: uppercase;
    font-size: 1.7em;
    color: #1a171b;
    background: url('../img/structure/header_btn_billetterie_fond.png') no-repeat center center;
    background-color: #fae900;

    -moz-border-radius: 46px; 
    -webkit-border-radius: 46px; 
    border-radius: 46px;
}
#header_btn_billetterie a:hover {
    background-color: #FFFFFF;
}




/* -------------------- MAINMENU -------------------- */

#mainmenu {
    float: right;
    margin: 38px 0 0 0;
}

#menu-button {
    display: none;
}

#cssmenu ul {
    float: left;
    list-style: none;
    text-align: left;
}

#cssmenu ul.bloc1 {
    margin: 0 140px 0 0;
}
#cssmenu ul.bloc2 {
    margin: 0 100px 0 0;
}
#cssmenu ul.bloc3 {
    margin: 0 60px 0 0;
}

#cssmenu ul li {
    display: block;
    font-family: 'built_titlingsemibold', Arial, Helvetica, serif;
    text-transform: uppercase;
    font-size: 1.55em;
    line-height: 15px;
    color: #FFFFFF;
}

#cssmenu ul li a {
    display: block;
    padding: 0 0 5px 15px;
    color: #FFFFFF;
    background: url('../img/structure/mainmenu_eclair_blanc.png') no-repeat top left;
}
#cssmenu ul li a:hover, #cssmenu ul li a.selected {
    color: #cc071e;
    background: url('../img/structure/mainmenu_eclair_rouge.png') no-repeat top left;
}

#cssmenu ul li a.first {}
#cssmenu ul li a.last {}







/* -------------------- SUBMENU -------------------- */

#submenu {
    width: 100%;
    min-width: 1240px;
    background: url('../img/structure/submenu_fond.png') no-repeat center bottom;
}

#submenu div.zone {
    position: relative;
    margin: 0 auto;
    padding: 160px 220px 0 0;
    width: 1240px;
    min-height: 315px;
    background: url('../img/structure/submenu_zone_fond.png') no-repeat right 120px;
}

#submenu.inouis {
    background: url('../img/structure/submenu_inouis_fond.png') no-repeat center top;
}
#submenu.inouis div.zone {
    background: url('../img/structure/submenu_inouis_zone_fond.png') no-repeat right 120px;
}

#submenu div.zone div.partie_nom {
    margin: 0 0 10px 0;
    text-align: right;
    font-family: 'built_titlingsemibold', Arial, Helvetica, serif;
    text-transform: uppercase;
    font-size: 3em;
    color: #1a171b;
}

#submenu div.zone ul {
    float: right;
    margin: 0;
    list-style: none;
    text-align: left;
}

#submenu div.zone ul li {
    margin: 0 0 0 25px;
    display: inline-block;
    font-family: 'built_titlingsemibold', Arial, Helvetica, serif;
    text-transform: uppercase;
    font-size: 1.55em;
    line-height: 15px;
    color: #FFFFFF;
}

#submenu div.zone ul li a {
    display: block;
    padding: 0 0 5px 0;
    color: #FFFFFF;
}
#submenu div.zone ul li a:hover {
    border-bottom: 3px solid #FFFFFF;
}
#submenu div.zone ul li a.selected {
    color: #1a171b;
    border-bottom: 3px solid #1a171b;
}

#submenu div.zone ul li a.first {}
#submenu div.zone ul li a.last {}





/* -------------------- GLOBAL_CONTENEUR -------------------- */

#global_conteneur {
    width: 100%;
    min-width: 1240px;
}

#global_conteneur div.zone {
    margin: 0 auto;
    width: 1240px;
}



/* -------------------- CENTRAL_FULL -------------------- */

#central_full {
    margin: 0 0 30px 0;
    width: 100%;
}



/* -------------------- CENTRAL_COLONNE_CONTENU -------------------- */

#central_colonne_contenu {
    float: left;
    margin: 0 0 30px 0;
    width: 900px;
}



/* -------------------- CENTRAL_COLONNE_BLOCS -------------------- */

#central_colonne_blocs {
    float: right;
    width: 300px;
}

#central_colonne_blocs div.bloc {
    margin: 20px 0 30px 0;
    padding: 30px 20px 20px 20px;
    width: 100%;
    background-color: #e5e5e5;
}





/* -------------------- BLOC_PARTENAIRE -------------------- */

div.zone_partenaires {
    display: block;
    margin: 50px 0 50px 0;
    text-align: center;
}

div.bloc_partenaire {
    display: inline-block;
    vertical-align: middle;
}

/* espaceh */
div.espaceh_petit {
    margin-left: 10px;
    margin-right: 10px;
}
div.espaceh_moyen {
    margin-left: 30px;
    margin-right: 30px;
}
div.espaceh_grand {
    margin-left: 60px;
    margin-right: 60px;
}

/* espacev */
div.espacev_petit {
    margin-top: 10px;
    margin-bottom: 10px;
}
div.espacev_moyen {
    margin-top: 30px;
    margin-bottom: 30px;
}
div.espacev_grand {
    margin-top: 60px;
    margin-bottom: 60px;
}


div.bloc_partenaire a {
    display: block;
}

div.bloc_partenaire a.nolink {
    cursor: default;
}

div.bloc_partenaire a img {
    display: block;
    height: auto;
}






/* -------------------- GLOBAL_BAS_PAGE -------------------- */

#global_bas_page {
    width: 100%;
    min-width: 1240px;
    background-color: #e5e5e5;
}

#global_bas_page div.zone {
    margin: 30px auto 40px auto;
    padding: 10px 0 15px 0;
    width: 1240px;
}




/* -------------------- PAGE SHARE -------------------- */

.page_bloc_share {
    display: block;
    margin: 0 0 30px 0;
    text-align: center;
}

.page_bloc_share div.a2a_kit {
    display: inline-block;
    margin: 0;
    padding: 10px 15px 10px 15px;
    font-size: 1em;
    line-height: 1.4;
    background-color: #e5e5e5;
}

.page_bloc_share div.a2a_kit a, .page_bloc_share div.a2a_kit a:hover {
    color: #1a171b;
}
.page_bloc_share div.a2a_kit a span {
    display: none;
}





/* -------------------- FOOTER -------------------- */

#footer {
    width: 100%;
    min-width: 1240px;
}

#footer div.zone {
    margin: 0 auto;
    width: 1240px;
}



#footer div.footermenu1 {
    margin: 40px 0 0 0;
}

#footer div.footermenu1 ul {
    margin: 0;
    list-style: none;
    text-align: center;
}

#footer div.footermenu1 ul li {
    margin: 0;
    display: inline-block;
    font-family: 'built_titlingsemibold', Arial, Helvetica, serif;
    text-transform: uppercase;
    font-size: 2em;
    color: #cc071e;
}

#footer div.footermenu1 ul li a {
    display: block;
    color: #cc071e;
    padding: 0 20px 0 10px;
    background: url('../img/structure/footermenu1_slash.png') no-repeat right center;
}
#footer div.footermenu1 ul li a:hover {
    color: #1a171b;
}
#footer div.footermenu1 ul li a.selected {
    color: #999999;
}
#footer div.footermenu1 ul li a.first {}
#footer div.footermenu1 ul li a.last {
    padding: 0 10px 0 10px;
    background: none;
}




#footer div.footermenu2 {
    margin: 20px 0 0 0;
}

#footer div.footermenu2 ul {
    margin: 0;
    list-style: none;
    text-align: center;
}

#footer div.footermenu2 ul li {
    margin: 0;
    display: inline-block;
    font-family: 'built_titlingsemibold', Arial, Helvetica, serif;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 23px;
    color: #1a171b;
}

#footer div.footermenu2 ul li a {
    display: block;
    color: #1a171b;
    padding: 0 20px 0 10px;
    background: url('../img/structure/footermenu2_slash.png') no-repeat right center;
}
#footer div.footermenu2 ul li a:hover {
    color: #cc071e;
}
#footer div.footermenu2 ul li a.selected {
    color: #999999;
}
#footer div.footermenu2 ul li a.first {}
#footer div.footermenu2 ul li a.last {
    padding: 0 10px 0 10px;
    background: none;
}

#footer div.footermenu2 ul li a.deezer {
    text-indent: -9999px;
    width: 77px;
    height: 23px;
    background: url('../img/structure/footermenu1_deezer.png') no-repeat 10px 0;
}




#footer div.copyright {
    margin: 30px 0 30px 0;
    padding: 60px 0 0 0;
    font-size: 1.1em;
    line-height: 1.3;
    color: #666666;
    text-align: center;
    background: url('../img/structure/copyright_eclair.png') no-repeat top center;
}
#footer div.copyright a {
    color: #666666;
}



/* -------------------- ZONE_SESSION -------------------- */

#zone_session pre {
    clear: both;
    font-size: 1.2em;
    color: #000000;
}