@import url("gfonts.css");

.clearfloat {
    clear       : both;
    height      : 0;
    font-size   : 1px;
    line-height : 0px;
}

.link_trans_css3 {
    transition-duration         : 0.2s;
    transition-property         : all;
    -moz-transition-duration    : 0.2s;
    -webkit-transition-duration : 0.2s;
    -ie-transition-duration     : 0.2s;
    -o-transition-duration      : 0.2s;
    -moz-transition-property    : all;
    -webkit-transition-property : all;
    -ie-transition-property     : all;
    -o-transition-property      : all;
}

.clearfix:after {
    content     : ".";
    display     : block;
    clear       : both;
    visibility  : hidden;
    line-height : 0;
    height      : 0;
}

.bloc_line_content {
    position: relative;
}

.blocs_wrapper:after {
    content     : ".";
    display     : block;
    clear       : both;
    visibility  : hidden;
    line-height : 0;
    height      : 0;
}
.col_66 .blocs_wrapper {
    margin: 0 -10px;
}
.col_66 .blocs_wrapper .bloc_wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
.col_66 .blocs_wrapper .bloc_wrapper:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px dotted #000000;
    bottom: 30px;
    content: " ";
    height: 2px;
    position: absolute;
}
.grand_bloc:after {
    width: 623px;
}
.demi_bloc:after {
    width: 301px;
}
.tiers_bloc:after {
    width: 194px;
}
.blocs_wrapper .demi_bloc:nth-child(2n) {
    /*margin: 0 2.5% 30px 0;*/
}
.blocs_wrapper .tiers_bloc:nth-child(3n+2) {
    /*margin: 0 1% 30px;*/
}
.blocs_wrapper .tiers_bloc:nth-child(3n) {
   /* margin: 0 0 30px 1%;*/
}
.blocs_wrapper .bloc_wrapper .title, .blocs_wrapper .bloc_wrapper .ss_title, h2.bodini, .blognews_posts_list h2{
    font-family: "bodoni", "bodoniant", Georgia, serif;
    /*font-weight:600;
    font-style:italic;*/
}
.col_side .bloc_line_content:last-child .bloc_wrapper {
    border-bottom : none;
}
#container {
    width      : 1000px;
    margin     : 0 auto;
    padding    : 0px;
    position   : relative;
    margin-top : 33px;
}

#barre_top {
    position    : fixed;
    top         : 0;
    left        : 0;
    right       : 0;
    height      : 33px;
    line-height : 33px;
    background  : #161617;
    z-index     : 3;
    color       : #FFF;
}

#barre_top .content {
    width  : 1000px;
    margin : auto;
    position: relative;
}
#barre_top .content #contexts {
    display: inline;
    float: left;
}
#barre_top .content #contexts a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
#barre_top .content #contexts a:hover {
    color: #FFF;
    text-decoration: underline;
}
#barre_top .content #contexts a img {
    display: none;
}
#barre_top .content .link_billeterie {
    top: 0;
    float: right;
    margin-right: 7px;
    height: 44px;
    line-height: 44px;
    background: #df071e url('../img/icon_billeterie.png') no-repeat 12px center;
    font-size: 24px;
    text-decoration: none;
    color: #FFF;
    padding: 0 13px 0 35px;
}
#barre_top .content .zone_search {
    height: 20px;
    float: right;
    margin: 0 20px;
}
#barre_top .content .zone_search form input[type=text] {
    background: #4F4F4F;
    height: 20px;
    width: 220px;
    padding: 0 5px;
    color: #ababab;
    border: none;
    font-size: 12px;
}
#barre_top .content .zone_search form input[type=submit] {
    background: transparent url('../img/loupe.png') no-repeat center center;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 20px;
    width: 28px;
    cursor: pointer;

}
#header {
    position : relative;
}
#header .logo {
    margin-top: 11px;
}
#footer {
}
#footer .content_footer {
    font-family: arial,sans-serif;
    padding: 2px 145px;
    text-align: center;
}
#footer .content_footer ul li {
    display: inline;
    margin: 0;
    padding: 0;
    position: relative;
}
#footer .content_footer ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 19px;
    padding: 0 12px;
    color: #000;
}
#footer .content_footer ul li + li:before {
    content : '|';
    color: #FFF;
    position: absolute;
    left: -1px;
}
#footer .content_footer ul li a:hover {
    color: #D9061F;
    text-decoration: underline;
}
#footer .zone_red {
    height: 120px;
    background: #d9061F;
}
#footer .bottom_footer {
    min-height: 94px;
    margin: 10px 0;
    overflow: hidden;
}
#footer .bottom_footer span.title {
    display: block;
    height: 20px;
    text-align: center;
    width: 122px;
    margin-top: 30px;
}
#footer .bottom_footer a {
    outline: 0;
}
#footer .bottom_footer img {
    margin : 5px 15px;
}
.degrade {
    background : #e08e03;
    background : -webkit-gradient(linear, left top, left bottom, from(#d07f06), to(#e69502), color-stop(0.35, #e69502),);
    background : -webkit-linear-gradient(top, #d07f06, #e69502 35%, #e69502);
    background : -moz-linear-gradient(top, #d07f06, #e69502 35%, #e69502);
    background : -o-linear-gradient(top, #d07f06, #e69502 35%, #e69502);
    background : linear-gradient(top, #d07f06, #e69502 35%, #e69502);
    border     : 1px solid #bd760f;
}
#menu_top {
     height: 36px;
     border: 1px solid #dbdbdb;
     z-index: 6;
     font-family: arial,sans-serif;
    border: 1px solid #dbdbdb;
}
#menu_top ul {
    display: block;
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
}
#menu_top ul li {
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 36px;
    display: block;
    float: left;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
#menu_top ul li a, #menu_top ul li span.link {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0 8px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
#menu_top ul li.has_sub_menu.hover:hover, #menu_top ul li.has_sub_menu.open_ssmenu {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #fff;
}
#menu_top ul li:first-child.active {
    border-left: 1px solid #FFF;
}
#menu_top ul li:last-child.active {
    border-right: 1px solid #FFF;
}
#menu_top ul li a:hover, #menu_top ul li.active a {
    color: #d9061F;
    text-decoration: none;
}
#menu_top ul li a#link_calendar {
    background: url('../img/icon_calendar.png') no-repeat 98% center;
    padding-right: 29px;
}
#menu_top ul li .sub_menu {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 5;
    border-top: 1px solid #FFF;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-top : 1px;
    font-weight : 700;
    font-family: 'Cabin Condensed', arial, sans-serif;
}
#menu_top ul li.hover:hover .sub_menu, #menu_top ul li.open_ssmenu .sub_menu {
    display: block;
}
#menu_top ul li .sub_menu .content_sub_menu {
    padding: 25px 20px;
}
#menu_top ul li .sub_menu .content_sub_menu ul {
    width: 25%;
    margin-right : 3%;
    display: block;
    float: left;
}
#menu_top ul li .sub_menu .content_sub_menu ul li {
    display: list-item;
    border: none;
    float: none;
    min-height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #d4d5dc;
}
#menu_top ul li .sub_menu .content_sub_menu ul li a {
    padding : 0 0 0 8px;
    font-size: 14px;
    color: #000;
}
#menu_top ul li .sub_menu .content_sub_menu ul li.active a,
#menu_top ul li .sub_menu .content_sub_menu ul li:hover a {
    color: #d9061F;
    text-decoration: none;
}
#menu_top ul li .sub_menu .content_sub_menu .blocs_wrapper {
    display: block;
    float: right;
    width: 41.5%;
}
#menu_top ul li .sub_menu .content_sub_menu .blocs_wrapper .bloc_wrapper {
    height: auto;
}
#zone_rs {
    position: absolute;
    top: 202px;
    right: -55px;
}
#zone_rs a {
    display: block;
    text-decoration: none;
    width: 32px;
    height: 32px;
    margin: 0 0 10px 0;
    background-image: url('../img/sprite_rs.png');
    background-repeat: no-repeat;
}
#zone_rs a.youtube {
    background-position: center top;
}
#zone_rs a.facebook {
    background-position: center -32px;
}
#zone_rs a.twitter {
    background-position: center -64px;
}
#zone_rs a.rss {
    background-position: center -97px;
}
#zone_rs a.youtube:hover {
    background-position: center -129px;
}
#zone_rs a.facebook:hover {
    background-position: center -160px;
}
#zone_rs a.twitter:hover {
    background-position: center -191px;
}
#zone_rs a.rss:hover {
    background-position: center -224px;
}

/* slide top */
#slide_top {
    height: 350px;
    background: #000;
    overflow: hidden;
    z-index: 2;
    position: relative;
}
#slide_top ul {
    height: 100%;
    width: 50000px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#slide_top ul li {
    height: 100%;
    width: 1000px;
    float: left;
    overflow: hidden;
    position: relative;
}

#slide_top ul li a {
    display: block;
    height: 100%;
}
#slide_top .slide_nav {
    position : absolute;
    bottom: 15px;
    right: 15px;
    filter : alpha(opacity=0);
    opacity: 0;
    z-index: 5;
}
#slide_top:hover .slide_nav {
    opacity: 1;
    filter : alpha(opacity=100);
}
#slide_top .slide_nav  a {
    background: #FFF;
    color: #000;
    display: inline-block;
    margin: 0 4px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}
#slide_top .slide_nav a.active, #slide_top .slide_nav  a:hover {
    background: #d9061F;
    color: #FFF;
    text-decoration: none;
}
a.en_savoir_plus, #menu_top ul li a.en_savoir_plus {
    background: url("../img/en_savoir_plus.png") no-repeat scroll right top transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 25px;
    padding: 0 25px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
a.en_savoir_plus:hover {
    color: #FFF;
}
a.en_savoir_plus span {
    background: none repeat scroll 0 0 #000000;
    display: block;
    height: 21px;
    line-height: 21px;
    padding: 0 7px 0 6px;
}
#message_defil {
    left:0;
    right:0;
    width:100%;
    background-color:#a4a5aa;
    color:#FFF;
    font-weight:bold;
    position:relative;
    height:30px;
}
#message_defil .icon{
    background-image: url('../img/defil.png');
    background-position:-2px 0;
    width:30px;
    height:30px;
    position:absolute;
    top:0px;
    left:0px;
    z-index: 1;
}
#message_defil .une_actu a,
#message_defil .une_actu a:hover,
#message_defil .une_actu a:link,
#message_defil .une_actu a:visited{
    color:#FFF;
    text-decoration: none;
}
#message_defil marquee{
    padding-top : 6px;
}
#message_defil marquee span.une_actu {
    display: block;
    float: left;
    font-size: 16px;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
    position: relative;
    text-align: center;
}
#message_defil marquee span.une_actu span.slash {
    position: absolute;
    right: 0;
    top: 0;
}
.time_line_twitter {
    background: #f3f3f3;
}
.time_line_twitter .header {
    height: 104px;
    position: relative;
    background: #414141 url('../img/bloc_twitter_header.jpg') no-repeat center center;
}
.time_line_twitter .header .title {
    font-size: 18px;
    color: #df071e;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.time_line_twitter .header .link {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    bottom: 8px;
    color: #333333;
    display: inline-block;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 68px;
    min-width: 114px;
    padding: 0 18px 0 30px;
    position: absolute;
    text-decoration: none;
    background : #D5D1CF;
    background : -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dedede));
    background : -webkit-linear-gradient(top, #FFF, #dedede);
    background : -moz-linear-gradient(top, #FFF, #dedede);
    background : -o-linear-gradient(top, #FFF, #dedede);
    background : linear-gradient(top, #FFF, #dedede);
}
.time_line_twitter .header .link:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left : 8px;
    margin: auto 0;
    width: 19px;
    height: 16px;
    content: url('../img/mini_twitter.png');
}
.time_line_twitter .content {
    padding: 12px;
    padding-top:8px;
    font-family: arial,sans-serif;
    font-size : 12px;
}
.time_line_twitter .content iframe {
    /*height: 774px;*/
}
.photolieu {
    float:left;
    padding-right:10px;
    padding-bottom:10px;
}
.adresselieu {
    width: 150px;
    float:left;
}
.acceslieu {
    width: 150px;
    float:left;
}
.brdgris {
    border-bottom: 1px solid #DBDBDB;
    width:auto;
}
.deconnect {
    text-align: right;
}
.bloc_actu .img {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}
.zone_share {
    height: 20px;
    position: relative;
    margin: 5px 0;
    text-align: right;
}
.zone_share .link {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 18px;
    padding-right: 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 90px;
    background: #000;
}
.zone_share .link:hover {
    color: #FFF;
    text-decoration: none;
}
.zone_share .link span.after {
    position: absolute;
    top: 0;
    bottom : 0;
    right: 0;
    width: 25px;
    z-index: 2;
    background: url('../img/share_after.png') no-repeat center center;
}

.zone_share .hover {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    display: none;
    min-height: 30px;
    padding: 10px 6px 0;
    position: absolute;
    top: 22px;
    width: 102px;
    z-index: 5;
}
.zone_share.open .hover  {
    display: block;
}
.zone_share .hover a {
    color: #000000;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0 0 6px;
    padding-left: 25px;
    text-align: left;
    font-size: 16px;
}
.zone_share .hover a:hover {
    color: #df071e;
}
.zone_share .hover a.facebook {
    background: url('../img/share_f.png') no-repeat left center;
}
.zone_share .hover a.twitter {
    background: url('../img/share_t.png') no-repeat left center;
}

/* Diaporama */
.diaporama {
    border-bottom: 0;
    margin-bottom: 2px;
    overflow: hidden;
}
.zone_diaporama {
    position: relative;
    margin: 10px 0;
}
.zone_diaporama .go_to_left, .zone_diaporama .go_to_right {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    height: 100%;
}
.zone_diaporama a.go_to_left {
    left: 0;
    background: #DF071E url('../img/go_left.png') no-repeat center center;
}
.zone_diaporama a.go_to_right {
    right: 0;
    background: #DF071E url('../img/go_right.png') no-repeat center center;
}

.zone_diaporama:before {
    content     : ".";
    display     : block;
    clear       : both;
    visibility  : hidden;
    line-height : 0;
    height      : 0;
    font-size   : 1px;
}
.zone_diaporama .content_show {
    height: 120px;
    margin: 0 35px;
    overflow: hidden;
    position: relative;
}
.zone_diaporama .content_show ul {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 50000px;
    height: 100%;
}
.zone_diaporama .content_show ul li {
    float: left;
    height: 100%;
    margin: 0 1px;
    overflow: hidden;
    display: block;
    border: 1px solid #FFFFFF;
    position: relative;
}
.zone_diaporama .content_show ul li img {
    display: block;
    z-index: 3;
}
.zone_diaporama .content_show ul li a span.hover {
    display: block;
    opacity: 0;
    filter : alpha(opacity=0);
    background: #000000;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(0,0,0,0.5)),
        to(#000)
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0,0,0,0.5),
        #000
    );
    background: -moz-linear-gradient(
        top,
        rgba(0,0,0,0.5),
        #000
    );
    background: -o-linear-gradient(
        top,
        rgba(0,0,0,0.5),
        #000
    );
    background: linear-gradient(
        top,
        rgba(0,0,0,0.5),
        #000
    );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.zone_diaporama .content_show ul li a span.hover img {
    bottom: 5px;
    height: 58px;
    min-height: 0;
    min-width: 0;
    opacity: 0.3;
    filter : alpha(opacity=30);
    position: absolute;
    right: 5px;
    width: auto;
}
.zone_diaporama .content_show ul li a:hover span.hover {
    opacity: 0.8;
    filter : alpha(opacity=80);
}
.zone_diaporama .diapo_lightbox {
    display: none;
}
#diapo_lightbox ul {
    height: 100%;
    width: 50000px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
}
#diapo_lightbox .legend {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #FFFFFF;
    display: block;
    height: 90px;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 10;
}
#diapo_lightbox .legend h2 {
    color: #FFF;
    margin: 0;
    font-size: 20px;
}
#diapo_lightbox {
    position: fixed;
    left : 0;
    right: 0;
    top: 0;
    bottom : 0;
    background: #000000;
    background: rgba(0,0,0,0.8);
    z-index: 100;
}
#diapo_lightbox ul {
    width: 50000px;
    margin: 0;
}
#diapo_lightbox ul li {
    height: 100%;
    display: block;
    float: left;
    width: 1280px;
    position: relative;
}
#diapo_lightbox ul li .content_lightbox_img {
    height: 90%;
    left: 0;
    margin: auto auto 115px;
    position: absolute;
    right: 0;
    top: 0;
    width: 780px;
}
#diapo_lightbox ul li .content_lightbox_img img {
    border: 1px solid #FFFFFF;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
#diapo_lightbox ul li .content_lightbox_img span.legende {
    padding: 0 14px;
    position: absolute;
    left: 0;
    right: 0;
    min-height: 38px;
    line-height: 38px;
    font-family: arial,sans-serif;
    font-size: 14px;
    color: #cdcdcd;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    background: #000;
    background: rgba(0,0,0,0.85);
}
#diapo_lightbox .nav_lightbox {
    height: 90%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 920px;
}
#diapo_lightbox .nav_lightbox .go_to_left,
#diapo_lightbox .nav_lightbox .go_to_right {
    height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 55px;
    z-index: 10;
}
#diapo_lightbox .go_to_left {
    background: url("../img/go_left_big.png") no-repeat scroll 15px center #CC071E;
    left: 47px;
}
#diapo_lightbox .go_to_right {
    background: url("../img/go_right_big.png") no-repeat scroll center center #CC071E;
    right: 47px;
}
/* --- */
#zone_IE {
    display: none;
}
html.ie7 #zone_IE {
    display : block;
    width: 1000px;
    margin: 45px auto 0 auto;
}
html.ie7 #zone_IE p {
    margin: 35px 0 0;
    line-height: 1.5;
    font-size: 16px;
    font-family: arial, sans-serif;
}
html.ie7 #zone_IE img {
    display: block;
    margin-top : 50px;
}
html.ie7 #container {
    display: none;
}
.baseline {
    color: #E50913;
    font-family: arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    height: 97px;
    left: 270px;
    letter-spacing: 1px;
    line-height: 97px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 109px;
}
.logos_footer {
    float: left;
}
.logos_txt_footer {
    padding-top: 10px;
}
div.seances {
    background: none repeat scroll 0 0 #f2eded;
    padding: 7px;
  /*  width: 430px;*/
}
.seance_ouverte {
   /* background-color: #46A546;*/
    color: #D9061F;
    display: block;
    float: left;
    padding: 5px;
    font-weight: bold;
}


.seance_fermee {
    background-color : #E50913;
    color : #FFF;
    padding : 5px;
    float: left;
}

.lieu_seance, .date_seance {
    display: block;
    padding: 5px;
    float: left;
}
.date_seance {
    font-weight: bold;
}
.lieu_seance {
    text-decoration: underline;
}
.seances:after {
    clear:both;
}
.titre_seances {
    font-size: 16px;
    font-weight: normal;
}
.en_presence_de{
    float:left;
    padding: 5px;
}
.elem_seances {
    margin-bottom: 20px;
    font-size: 16px;
}
.elem_seances p{
    text-align: justify;
}
.elem_seances img {
    float: left;
    margin:5px;
}
.elem_seances.elem_seances_wys img {
     float:inherit;
 }
body.site-main16 p {
    line-height:normal;
}
#menu_top ul li.last {
    float: right;
}