@charset "UTF-8";

/***************************** CSS GENERIC ********************************/
body, pre, input, textarea, select {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px; }

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

a {
  color: #000;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a img {
  border-width: 0; }

td {
  vertical-align: top; }

ul, ol {
  /* Sinon les puces ne sont pas visible sous IE */
  padding-left: 25px; }

ul {
  list-style-type: disc; }

li {
  line-height: 18px; }

.cms_bloc ul,
.cms_bloc ol {
  line-height: 16px;
  overflow: auto;
  position: relative;
  padding: 5px 0; }

.cms_bloc ol {
  list-style-position: inside; }

.cms_bloc ul {
  list-style-type: none;
  _list-style-type: disc; }

.cms_bloc li {
  padding-left: 23px;
  overflow: hidden; }

.cms_bloc ol li {
  padding-left: 7px;
  overflow: visible; }

.cms_part {
  text-align: left;
  margin: 0 auto; }

.cms_bloc {
  padding: 5px 0;
  clear: both; }

/*** BLOCS FILE ***/
/*** BLOCS FORM ***/
.cms_bloc_form table td {
  padding: 3px; }

.cms_bloc_form table td.intitule {
  font-weight: bold;
  text-align: left;
  width: 200px;
  vertical-align: top; }

.cms_bloc_form table td.valeur td {
  vertical-align: middle; }

.cms_bloc_form label {
  padding: 0 15px 0 3px; }

.cms_bloc_form input {
  width: 200px; }

.cms_bloc_form textarea {
  width: 300px;
  height: 100px; }

.cms_bloc_form select {
  width: 204px; }

.cms_bloc_form_error {
  color: #F00;
  padding-bottom: 10px; }

.cms_bloc_form_message {
  font-weight: bold;
  text-align: center; }

.cms_bloc_form .cms_bloc_form_field_content {
  text-align: justify; }

.cms_bloc_form table td.cms_bloc_form_field_antispam,
.cms_bloc_form table td.cms_bloc_form_field_antispam_text {
  width: auto; }

.cms_bloc_form table td.cms_bloc_form_field_antispam_image {
  text-align: right; }

.cms_bloc_form table td.cms_bloc_form_field_antispam_image img {
  border: 1px solid #000; }

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam_text {
  padding: 10px 0; }

.cms_bloc_form .cms_bloc_form_field_checkbox input {
  width: auto; }

.cms_bloc_form .cms_bloc_form_field_checkbox table td {
  padding: 0; }

.cms_bloc_form .cms_bloc_form_field_radio table td {
  padding: 0 0; }

.cms_bloc_form .cms_bloc_form_field_radio input {
  width: auto; }

.cms_bloc_form .cms_bloc_form_field_submit input {
  width: 85px;
  margin: 5px 0; }

/*** BLOCS HTML ***/
/*** BLOCS MEDIA ***/
.cms_bloc_media {
  text-align: center; }

.cms_bloc_media * {
  border: 0;
  margin: 0 auto; }

/*** BLOCS MODULE ***/
/*** BLOCS MAP ***/
.cms_bloc_map .mm_carte {
  margin: auto; }

.cms_bloc_map .mm_carte .mm_info_photo {
  float: left;
  padding: 0 5px 5px 0; }

.cms_bloc_map .mm_carte .mm_info_titre {
  font-weight: bold; }

/*** BLOCS TEXTE ***/
.cms_bloc_text {
  text-align: justify; }

.cms_bloc_text table {
  width: 100%;
  border-color: #000; }

.cms_bloc_text table th, .cms_bloc_text table td {
  border-color: #000; }

.cms_bloc_text table td {
  vertical-align: top; }

.cms_bloc_text_media_gauche .cms_bloc_media {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  float: left;
  padding: 0 15px 15px 0; }

.cms_bloc_text_media_droite .cms_bloc_media {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  float: right;
  padding: 0 0 15px 15px; }

.cms_bloc_text_media_centre {
  text-align: center;
  padding: 15px 0; }

.cms_bloc_text_media_centre .cms_bloc_media {
  margin: 15px 0; }

.cms_bloc_text table {
  width: 100%; }

.cms_bloc_text table td {
  vertical-align: top; }

.cms_bloc_text_gauche {
  width: 49%; }

.cms_bloc_text_milieu {
  width: 2%; }

.cms_bloc_text_droite {
  width: 49%; }

/*** BLOCS TITRE ***/
/*** ***/
.spacer {
  clear: both;
  display: block;
  line-height: 0;
  width: 0;
  font-size: 0; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

[class*=img-txt] {
  display: block;
  overflow: hidden;
  text-indent: -9999px; }

.img-txt-a {
  position: absolute; }

.titre_1_gris {
  margin-bottom: 20px;
  font-size: 30px;
  color: #394144; }

.titre_2_gris {
  margin-bottom: 18px;
  font-size: 25px;
  color: #394144; }

.titre_3_gris {
  margin-bottom: 15px;
  font-size: 20px;
  color: #394144; }

.titre_4_gris {
  margin-bottom: 12px;
  font-size: 18px;
  color: #394144; }

.titre_5_gris {
  margin-bottom: 10px;
  font-size: 15px;
  color: #394144; }

.titre_6_gris {
  margin-bottom: 10px;
  font-size: 12px;
  color: #394144; }

.titre_1_gris_clair {
  margin-bottom: 20px;
  font-size: 30px;
  color: #737373; }

.titre_2_gris_clair {
  margin-bottom: 18px;
  font-size: 25px;
  color: #737373; }

.titre_3_gris_clair {
  margin-bottom: 15px;
  font-size: 20px;
  color: #737373; }

.titre_4_gris_clair {
  margin-bottom: 12px;
  font-size: 18px;
  color: #737373; }

.titre_5_gris_clair {
  margin-bottom: 10px;
  font-size: 15px;
  color: #737373; }

.titre_6_gris_clair {
  margin-bottom: 10px;
  font-size: 12px;
  color: #737373; }

.titre_1_rose {
  margin-bottom: 20px;
  font-size: 30px;
  color: #50afc6; }

.titre_2_rose {
  margin-bottom: 18px;
  font-size: 25px;
  color: #50afc6; }

.titre_3_rose {
  margin-bottom: 15px;
  font-size: 20px;
  color: #50afc6; }

.titre_4_rose {
  margin-bottom: 12px;
  font-size: 18px;
  color: #50afc6; }

.titre_5_rose {
  margin-bottom: 10px;
  font-size: 15px;
  color: #50afc6; }

.titre_6_rose {
  margin-bottom: 10px;
  font-size: 12px;
  color: #50afc6; }

.texte_gris_clair {
  color: #737373; }

.texte_rose {
  color: #50afc6; }

hr {
  height: 1px !important;
  margin: 10px 0px;
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/hr.gif) center top no-repeat;
  border: 0px !important;
  outline: 0px !important; }

#page_contenu .cms_bloc_text ul li {
  list-style-type: disc; }

#page_contenu .texte_gris_clair li {
  color: #737373; }

#page_contenu .texte_rose li {
  color: #50afc6; }

.paragraphe {
  display: block;
  text-indent: 20px;
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/fleche_paragraphe.gif) left 2px no-repeat; }

.justifie {
  text-align: justify; }

.centre {
  display: block;
  text-align: center; }


body {
  background: #eeeeee;
  color: #2c2c2c;
  text-align: center;
  font-size: 11px;
  font-family: Arial, Verdana, sans-serif; }

h1 {
  width: 954px;
  margin: 0px auto 0px auto;
  padding: 5px 24px 5px 22px;
  text-align: right;
  background: #eeeeee;
  color: #2c2c2c;
  font-size: 11px;
  font-weight: normal; }

.ovo_contener {
  width: 954px;
  margin: 0px auto 0px auto;
  padding: 0px 24px 0px 22px;
  position: relative;
  text-align: left;
  background: #eeeeee; }

#page {
  position: relative;
  background: #fff;
  padding-top: 120px; }

a#btn_accueil {
  display: block;
  width: 290px;
  position: absolute;
  left: 15px;
  top: 9px;
  z-index: 90;
  text-decoration: none;
  transition: all 0.4s ease-in-out; }
  @media only screen and (max-width: 900px) {
    a#btn_accueil {
      width: 200px;
      top: 50px; } }

a#btn_accueil:hover {
  transform: scale(1.1); }

a#btn_accueil img {
  width: 100%; }

/* Spectacle : mise en avant */
.spectacle_mise_en_avant {
  position: relative;
  float: left;
  width: 251px;
  height: 108px;
  margin-right: 5px;
  margin-bottom: 3px;
  overflow: hidden;
  background: #2c2c2c;
  z-index: 1; }

.spectacle_mise_en_avant_last {
  margin-right: 0px; }

.spectacle_mise_en_avant .titre_spectacle {
  display: block;
  height: 27px;
  line-height: 13px;
  font-weight: bold;
  padding-left: 3px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff; }

.spectacle_mise_en_avant .contenu_spectacle {
  height: 79px;
  margin: 1px;
  background: #ffffff;
  font-size: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.spectacle_mise_en_avant .contenu_spectacle img {
  display: block;
  width: 54px;
  height: 80px;
  float: left; }

.spectacle_mise_en_avant .contenu_spectacle .description {
  display: block;
  position: relative;
  width: 131px;
  height: 63px;
  float: left;
  padding: 2px 5px 0px 5px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.spectacle_mise_en_avant .contenu_spectacle .description .titre_contenu_remontee {
  height: 30px;
  font-size: 11px;
  padding-bottom: 2px; }

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

#miseAvant-wrapper {
  position: relative; }

.spectacle_mise_en_avant a.lien_infos,
.spectacle_mise_en_avant a.lien_infos:visited {
  position: absolute;
  bottom: 2px;
  left: 60px;
  color: #50afc6;
  text-decoration: underline;
  cursor: pointer;
  z-index: 2;
  overflow: visible; }

.spectacle_mise_en_avant .contenu_spectacle a.lien_infos:hover {
  text-decoration: none;
  cursor: pointer; }

.spectacle_mise_en_avant .contenu_spectacle .date {
  display: block;
  width: 49px;
  _width: 47px;
  padding: 3px 2px 1px 2px;
  _padding: 3px 1px 1px 1px;
  margin-right: 1px;
  _margin-right: 2px;
  float: left;
  background: #ffffff;
  position: relative;
  z-index: 1; }

.spectacle_mise_en_avant .contenu_spectacle .date span {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 22px; }

.spectacle_mise_en_avant .contenu_spectacle .date .date_mois {
  color: #737272; }

.spectacle_mise_en_avant .contenu_spectacle .date .date_jour {
  color: #db3070;
  font-weight: bold;
  font-size: 40px;
  line-height: 32px; }

.spectacle_mise_en_avant .contenu_spectacle .date .date_annee {
  color: #737272; }

/* EOF Spectacle : mise en avant */
/* Liens en bas de page */
#liens_bas {
  padding-top: 35px;
  font-size: 13px; }

.bloc_liens_bas {
  position: relative;
  float: left;
  width: 168px;
  padding-right: 12px;
  padding-left: 10px; }

.bloc_liens_bas_last {
  padding-right: 0px; }

.bloc_liens_bas .bloc_liens_bas_puce {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 15px;
  height: 7px;
  overflow: hidden; }

.bloc_liens_bas .titre_liens_bas {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 14px; }

.bloc_liens_bas a,
.bloc_liens_bas a:visited {
  color: #737373;
  text-decoration: none;
  line-height: 23px; }

.bloc_liens_bas a:hover {
  color: #2c2c2c;
  text-decoration: underline; }

.bloc_liens_bas a.lien_bas_desactive,
.bloc_liens_bas a.lien_bas_desactive:hover {
  color: #cccccc;
  text-decoration: none;
  line-height: 16px;
  cursor: default; }

/* EOF Liens en bas de page */
/* Footer */
#footer {
  height: 37px;
  padding-top: 28px; }

#footer form#form_inscription_newsletter {
  color: #2c2c2c;
  font-size: 13px; }

#footer form#form_inscription_newsletter input.input_text_newsletter {
  width: 120px;
  margin-right: 3px;
  background: #2c2c2c;
  color: #efefef;
  font-size: 10px;
  padding: 2px 3px 2px 3px;
  border: 1px solid #949494; }

#footer form#form_inscription_newsletter input.btn {
  background: #d73068;
  color: #ffffff;
  border: 0px;
  cursor: pointer;
  font-size: 10px;
  padding: 1px 3px 1px 3px; }

#footer #bloc_logos_footer {
  position: absolute;
  left: 0;
  top: 23px; }

#footer #bloc_logos_footer img {
  margin-left: 35px; }

#footer #bloc_btn_footer {
  position: absolute;
  right: 23px;
  top: 17px; }

#footer #bloc_btn_footer a.btn_footer {
  display: block;
  float: left;
  width: 33px;
  height: 33px;
  margin-right: 2px;
  text-decoration: none; }

#footer #bloc_btn_footer a#btn_blog {
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/sprite_btn_footer2.png) 0px 0px no-repeat; }

#footer #bloc_btn_footer a#btn_forum {
  width: 32px;
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/sprite_btn_footer2.png) -34px 0px no-repeat; }

#footer #bloc_btn_footer a#btn_presse {
  width: 35px;
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/sprite_btn_footer2.png) -67px 0px no-repeat; }

#footer #bloc_btn_footer a#btn_twitter {
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/sprite_btn_footer2.png) 0px -34px no-repeat; }

#footer #bloc_btn_footer a#btn_facebook {
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/sprite_btn_footer2.png) -34px -34px no-repeat; }

#footer #bloc_btn_footer a#btn_rss {
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/sprite_btn_footer2.png) -67px -34px no-repeat; }

/* EOF Footer*/
/* BOF Divers */
img.img_preload {
  display: none; }

/* BOF Divers */
/* BOF Popup stylisée */
.popup_onvaou_fond {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/popin/fond.png) left top repeat;
  z-index: 99; }

.popup_onvaou {
  position: absolute;
  width: 468px;
  height: 145px;
  padding: 40px 14px 48px 9px;
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/popin/background.png) left top repeat;
  z-index: 100; }

.popup_onvaou .popup_onvaou_contenu {
  position: relative;
  width: 468px;
  height: 145px;
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c; }

.popup_onvaou .popup_onvaou_logo {
  position: absolute;
  left: 35px;
  top: 0px;
  width: 54px;
  height: 145px; }

.popup_onvaou .popup_onvaou_logo_erreur {
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/popin/erreur.png) right 40% no-repeat; }

.popup_onvaou .popup_onvaou_logo_confirmation {
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/popin/validation.png) right 40% no-repeat; }

.popup_onvaou .popup_onvaou_logo_interrogation {
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/popin/interrogation.png) right 40% no-repeat; }

.popup_onvaou .popup_onvaou_logo_exclamation {
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/popin/exclamation.png) right 40% no-repeat; }

.popup_onvaou .popup_onvaou_texte {
  position: absolute;
  left: 98px;
  top: 0px;
  width: 329px;
  height: 95px;
  padding: 10px 25px 10px 15px;
  text-align: center; }

.popup_onvaou .popup_onvaou_texte table,
.popup_onvaou .popup_onvaou_texte table td {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  color: #2c2c2c;
  font-weight: normal; }

.popup_onvaou .popup_onvaou_btn {
  position: absolute;
  left: 0px;
  top: 115px;
  width: 467px;
  padding: 0px;
  text-align: center; }

.popup_onvaou a.popup_onvaou_btn_close {
  float: none;
  margin: 0px auto; }

.popup_onvaou a.popup_onvaou_btn_valider {
  margin-left: 80px; }

.popup_onvaou a.popup_onvaou_btn_annuler {
  margin-left: 20px;
  background: #ffffff;
  color: #db3470; }

/* EOF Popup stylisée */
/* BOF Grande Popup stylisée */
.gpopup_onvaou {
  position: absolute;
  left: 100px;
  top: 100px;
  width: 679px;
  padding: 0px;
  z-index: 100; }

.gpopup_onvaou_haut {
  padding-top: 39px;
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/popin/bg_haut.png) left top no-repeat; }

.gpopup_onvaou_bas {
  padding-bottom: 39px;
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/popin/bg_bas.png) left bottom no-repeat; }

.gpopup_onvaou .gpopup_onvaou_contenu {
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/popin/bg_middle.png) left top repeat-y;
  padding-left: 6px;
  padding-right: 11px; }

.gpopup_onvaou .gpopup_onvaou_texte {
  padding: 20px 20px 10px 20px;
  text-align: center;
  font-size: 12px;
  color: #2c2c2c;
  overflow-y: auto; }

.gpopup_onvaou .gpopup_onvaou_btn {
  padding: 10px 20px 10px 20px;
  text-align: center; }

.gpopup_onvaou .gpopup_onvaou_btn a {
  display: block;
  width: 70px;
  line-height: 14px;
  padding: 4px 0px 4px 0px;
  margin: 0px auto;
  background: #db3470;
  border: 1px solid #db3470;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none; }

/* EOF GrandePopup stylisée */
/* BOF Calendrier de dates */
.dates_calendrier {
  position: relative; }

.dates_calendrier .bloc_dates_calendrier {
  display: none;
  position: relative;
  width: 130px;
  height: 120px;
  overflow: hidden; }

.dates_calendrier .bloc_dates_calendrier_affiche {
  display: block; }

.dates_calendrier .bloc_dates_calendrier .entete_dates_calendrier {
  position: relative;
  background: #394144;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  height: 20px;
  line-height: 20px; }

.dates_calendrier .bloc_dates_calendrier .entete_dates_calendrier a.btn_mois_precedent,
.dates_calendrier .bloc_dates_calendrier .entete_dates_calendrier a.btn_mois_suivant {
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid; }

.dates_calendrier .bloc_dates_calendrier .entete_dates_calendrier a.btn_mois_precedent {
  left: 3px;
  top: 4px;
  border-width: 6px 7px 6px 0;
  border-color: transparent #ffffff transparent transparent; }

.dates_calendrier .bloc_dates_calendrier .entete_dates_calendrier a.btn_mois_suivant {
  right: 3px;
  top: 4px;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #ffffff; }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier {
  position: relative;
  height: 97px;
  padding-top: 3px; }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier a.btn_jour {
  display: block;
  width: 16px;
  height: 17px;
  line-height: 17px;
  background: #394144;
  color: #fff;
  text-align: center;
  float: left;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  margin-right: 3px;
  margin-bottom: 3px; }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier a.btn_jour_fin {
  margin-right: 0px; }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier a.btn_jour:hover,
.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier a.btn_jour_selected {
  color: #50afc6; }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier a.btn_jour_passe,
.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier a.btn_jour_passe:hover {
  color: #fff;
  cursor: auto;
  background: rgba(57, 65, 68, 0.3); }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier .heures_dates_calendrier {
  display: none;
  width: 63px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-weight: bold;
  color: #db3470;
  overflow: hidden;
  text-align: center; }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier .heures_dates_calendrier_affiche {
  display: block; }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier .heures_dates_calendrier a.btn_heure_precedent,
.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier .heures_dates_calendrier a.btn_heure_suivant {
  display: block;
  width: 6px;
  height: 11px;
  position: absolute;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer; }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier .heures_dates_calendrier a.btn_heure_precedent {
  left: 0px;
  top: 3px;
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/sprite_calendrier_dates.gif) 0px -12px no-repeat; }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier .heures_dates_calendrier a.btn_heure_suivant {
  right: 0px;
  top: 3px;
  background: url(https://billetterie.webgazelle.net/default/CMS/css/common/../../images/billetterie/sprite_calendrier_dates.gif) -8px -12px no-repeat; }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier .heures_dates_calendrier .heure_dates_calendrier {
  display: none; }

.dates_calendrier .bloc_dates_calendrier .jours_dates_calendrier .heures_dates_calendrier .heure_dates_calendrier_affiche {
  display: inline; }

#ui-datepicker-div .ui-widget-header,
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default {
  color: #50afc6; }

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-focus {
  background: #50afc6;
  border: 1px solid #50afc6;
  color: #fff; }

/* EOF Calendrier de dates */
/* BOF Loader à la connexion/inscription */
#contener_loader_connexion,
#contener_loader_inscription {
  position: relative;
  width: 0px;
  height: 0px; }

#loader_connexion,
#loader_inscription {
  display: none;
  position: absolute;
  left: 130px;
  bottom: 50px;
  padding: 10px;
  text-align: center;
  background: #ffffff;
  color: #2c2c2c;
  border: 1px solid #db3470; }

#loader_connexion {
  bottom: 0px; }

.cms_bloc_media img {
  max-width: 100%; }

/* EOF Loader à la connexion/inscription */

html, body {
  background: #ffffff;
  text-align: center; }

#header {
  width: 976px;
  height: 72px;
  padding-top: 8px;
  padding-bottom: 17px;
  margin: 0px auto;
  position: relative;
  background: url(https://billetterie.webgazelle.net/default/CMS/css/tpl14/../../images/billetterie/vente_sur_place/header_blanc.gif) left 8px no-repeat;
  text-align: left; }

#header a#lien_retour {
  width: 210px;
  height: 72px;
  position: absolute;
  left: 0px;
  top: 8px;
  overflow: hidden;
  text-decoration: none; }

#page {
  width: 976px;
  height: 644px;
  position: relative;
  padding: 0px;
  margin: 0px auto;
  background: #cccccc; }

#bloc_encart_connecte {
  display: none; }


.contener_aide {
  position: relative; }

.bloc_aide {
  width: 177px;
  height: 149px;
  position: absolute;
  top: -30px;
  left: 20px;
  z-index: 99;
  padding-left: 30px;
  padding-right: 16px;
  background: url(https://billetterie.webgazelle.net/default/css/../../default/CMS/images/billetterie/popup/fond_g.png) left top no-repeat; }

.bloc_aide .bloc_aide_contenu {
  width: 163px;
  height: 95px;
  padding: 7px;
  text-align: justify;
  color: #ffffff;
  font-size: 11px;
  overflow-y: auto; }

.bloc_aide .bloc_aide_titre {
  width: 177px;
  line-height: 27px;
  height: 27px;
  font-size: 14px;
  color: #ffffff;
  text-align: center; }

/*BOF Sélecteur de nombre de places (input avec boutons +/-)*/
.bloc_nbTickets {
  margin: 0px auto;
  width: 65px;
  height: 18px; }

.bloc_nbTickets input {
  display: block;
  float: left;
  width: 25px !important;
  height: 20px;
  line-height: 20px;
  margin: 0px;
  text-align: center;
  border: 1px solid #2c2c2c;
  border-radius: 0;
  color: #2c2c2c;
  font-size: 11px; }

.bloc_nbTickets a.btn_nbTickets {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #2c2c2c;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #474747; }

.bloc_nbTickets a.btn_nbTickets_minus {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0px;
  /*background:#E53330;*/ }

.bloc_nbTickets a.btn_nbTickets_minus:hover {
  background: #D2322D; }

.bloc_nbTickets a.btn_nbTickets_plus {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0px;
  /*background:#47A447;*/ }

.bloc_nbTickets a.btn_nbTickets_plus:hover {
  background: #3C933C; }

/*
--- VERSION avec boutons ronds
.bloc_nbTickets{
	width:90px;
	height:20px;
	position:relative;
}

.bloc_nbTickets input{
	margin:2px auto 0px auto;
	text-align:center;
	border:1px solid #2c2c2c;
	color:#2c2c2c;
	font-size:11px;
	width:40px !important;
}

.bloc_nbTickets a.btn_nbTickets{
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	text-decoration:none;
}

.bloc_nbTickets a.btn_nbTickets_minus{
	position:absolute;
	left:16px;
	top:2px;
	width:16px;
	height:16px;
	background:url(https://billetterie.webgazelle.net/default/css/../../default/CMS/images/billetterie/choisir_places/btn_minus.png) left top no-repeat;
}
.bloc_nbTickets a.btn_nbTickets_minus:hover{
	background:url(https://billetterie.webgazelle.net/default/css/../../default/CMS/images/billetterie/choisir_places/btn_minus.png) left -16px no-repeat;
}

.bloc_nbTickets a.btn_nbTickets_plus{
	position:absolute;
	right:14px;
	top:0px;
	width:20px;
	height:20px;
	background:url(https://billetterie.webgazelle.net/default/css/../../default/CMS/images/billetterie/choisir_places/btn_plus.png) left top no-repeat;
}
.bloc_nbTickets a.btn_nbTickets_plus:hover{
	background:url(https://billetterie.webgazelle.net/default/css/../../default/CMS/images/billetterie/choisir_places/btn_plus.png) left -20px no-repeat;
}*/
/*EOF Sélecteur de nombre de places (input avec boutons +/-)*/


#page {
  padding-top: 200px;
  height: 444px; }

#form_connexion {
  display: block;
  width: 288px;
  height: 113px;
  padding: 15px 30px;
  background: #ffffff;
  margin: 0px auto;
  text-align: left; }

#form_connexion h2 {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #2c2c2c;
  text-align: left; }

#form_connexion table.table_connexion {
  width: 100%; }

#form_connexion table.table_connexion td {
  border: 0px;
  padding-bottom: 11px; }

#form_connexion table.table_connexion td.libelle {
  color: #737373;
  font-size: 11px;
  text-align: right;
  padding-right: 10px; }

#form_connexion table.table_connexion td.valeur {
  text-align: right; }

#form_connexion table.table_connexion td.valeur input {
  width: 160px;
  border: 1px solid #2c2c2c;
  color: #2c2c2c;
  font-size: 11px; }

#form_connexion table.table_connexion td.btn {
  padding-left: 10px; }

#form_connexion input.btn_submit {
  padding: 0px 5px 1px 5px;
  border: 0px;
  background: #da2f6d;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  cursor: pointer;
  z-index: 1; }

/* Bloc connecte */
#bloc_connecte {
  width: 348px;
  margin: 0px auto 0px auto;
  padding: 0px 0 0px 0;
  font-weight: bold;
  font-size: 11px;
  text-align: left; }

#bloc_connecte .nom_connecte {
  color: #db3470; }

/*BOF SELECT Evénement*/
form#form_select_evenement {
  display: block;
  width: 268px;
  height: 103px;
  position: relative;
  padding: 40px 40px 0px 40px;
  background: #ffffff;
  margin: 7px auto 0px auto;
  text-align: left;
  font-size: 11px; }

form#form_select_evenement .phrase_choix_evenement {
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: bold;
  color: #2c2c2c;
  text-align: left; }

form#form_select_evenement .select_evenement {
  width: 286px;
  height: 18px;
  border: 1px solid #000000;
  overflow: hidden;
  background: white url(https://billetterie.webgazelle.net/default/css/vente-sur-place/../../../images/billetterie/fond_select_evenement.gif) 266px 3px no-repeat;
  z-index: 5; }

form#form_select_evenement .select_evenement_ouvert {
  height: auto;
  overflow-y: auto; }

form#form_select_evenement .select_evenement a.lien_select_evenement {
  display: block;
  line-height: 18px;
  height: 18px;
  padding-right: 0px;
  line-height: 14px;
  text-decoration: none;
  cursor: pointer; }

form#form_select_evenement .select_evenement a.lien_select_evenement:hover {
  background: #cccccc; }

form#form_select_evenement .lien_select_evenement .contenu_lien_select_evenement {
  padding: 2px 8px;
  line-height: 18px;
  cursor: pointer;
  background: none; }

/*form#form_select_evenement .select_evenement_ouvert a.lien_select_evenement:hover .contenu_lien_select_evenement{
	background:#cccccc;
}*/
form#form_select_evenement .select_evenement .lien_select_evenement .date_evenement {
  color: #db3470; }

/*EOF SELECT Evénement*/
input#btn_submit {
  display: block;
  width: 348px;
  padding: 7px 0px;
  margin: 20px auto;
  border: 0px;
  background: #da2f6d;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  z-index: 1; }