/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  background-color: #fff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #3a3a3a;
}

/* Règles génériques */

h1 {
  color: #e20026;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

h6 {
  font-size: 12px;
  color: #e20026;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #8c8c8c;
  padding-top: 20px;
  margin-bottom: 20px;
}

hr {
  background-color: #8c8c8c;
  color: #8c8c8c;
  height: 1px;
  margin: 16px 0;
  border: 0;
  clear: both;
}

img {
  border: 0;
}

img.left {
  float: left;
  margin: 0 28px 28px 0;
}

img.right {
  float: right;
  margin: 0 0 28px 28px;
}
#table_Espacepersos img.left {
  float: left;
  margin: 0 10px 10px 0 ;
}

.clear {
  clear: both;
}

.centrer {
  text-align: center;
}

.right {
  text-align: right;
}

.fright {
  float: right;
}

img.fright {
  margin: 0 0 10px 10px;
}

.fleft {
  float: left;
}

img.fleft {
  margin: 0 10px 10px 0;
}

.red {
  color: #e20026;
}

.bold {
  font-weight: bold;
}

.actuHome .red {
  font-size: 11px;
}

.uppercase {
  text-transform: uppercase;
}

span.small {
  font-size: 11px;
}

input[type=text],
input[type=password],
textarea{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  display: block;
  color: #3a3a3a;
  padding: 11px 13px;
  background-color: #eee;
  border: 1px solid #a5a5a5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.logout {
  color: #e20026;
  text-transform: uppercase;
  text-decoration: underline;
}

a.toggler,
a.togglerSolo {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 13px;
  background: transparent url('../img/btn_coches_rouges.png') no-repeat 0 0;
  background-position: 0 0;
}

a.toggler.open,
a.togglerSolo.open {
  background-position: -12px 0;
}

.toggled,
.toggledSolo {
  /*display: none;*/
}

.toggled.open,
.toggledSolo.open {
  display: block;
}

select.jour {
  width: 30px;
}

select.mois {
  width: 68px;
}

select.annee {
  width: 40px;
}


/* Zone restreinte à la largeur du site */

.inColonne {
  width: 950px;
  margin: 0 auto;
}

/* En-tête */

#header {
  background: transparent url('../img/header_bg.jpg') repeat-x 0 0;
}

#header .inColonne {
  height: 250px;
}

a#btn_acceder_au_site {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  background: transparent url('../img/btn_acceder_au_site.png') no-repeat center center;
  width: 136px;
  height: 32px;
  text-align: center;
  padding: 2px 0 0 30px;
}

/* Choix langue */

#langue {
  background: transparent url('../img/langue_bg.png') no-repeat center center;
  width: 764px;
  height: 34px;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  line-height: 34px;
  padding-right: 16px;
}

a#btn_acceder_au_site, #langue {
  display: inline-block;
  vertical-align: top;
}

/* Drapeaux langue */

a.flag {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 16px;
  text-indent: -999px;
  background-image: url('../img/flags.jpg');
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  top: -2px;
}

a.flag.fr {
  background-position: 0 -16px;
}

a.flag.fr.active,
a.flag.fr:hover {
  background-position: 0 0;
}

a.flag.uk {
  background-position: -24px -16px;
}

a.flag.uk.active,
a.flag.uk:hover {
  background-position: -24px 0;
}

a.flag.es {
  background-position: -48px -16px;
}

a.flag.es.active,
a.flag.es:hover {
  background-position: -48px 0;
}

/* Logo */

#logo {
  text-align: center;
  position: relative;
  top: -3px;
  height: 219px;
}

/* Fil d'Ariane */

#breadcrumb {
  background: transparent url('../img/breadcrumb_bg.jpg') repeat-x 0 0;
  height: 32px;
  line-height: 32px;
  font-size: 11px;
  color: #fff;
}

#breadcrumb .inColonne {
  padding-left: 20px;
}

#breadcrumb a {
  color: #fff;
  text-decoration: underline;
}

#breadcrumb a.active {
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#breadcrumb .top {
  padding-left: 22px;
}

/* Wrapper */

#main {
  width: 931px;
  margin: 0 auto;
}

/* Menu */

#menu {
  min-height: 46px;
  margin-bottom: 20px;
}

#menu ul {
  list-style: none;
  font-size: 0;
}

#menu li {
  display: inline;
}

#menu span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  text-align: center;
  width: 100%;
}

#menu a {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 22px;
  margin-right: 1px;

  -moz-box-shadow: 3px 3px 3px #c1c1c1;
  -webkit-box-shadow: 3px 3px 3px #c1c1c1;
  box-shadow: 3px 3px 3px #c1c1c1;

  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;


  transition-property: height 0.5s ease, line-height 0.5s ease;
  -webkit-transition: height 0.5s ease, line-height 0.5s ease;
  -moz-transition: height 0.5s ease, line-height 0.5s ease;
  -ms-transition: height 0.5s ease, line-height 0.5s ease;
  -o-transition: height 0.5s ease, line-height 0.5s ease;

  background: #da0025; /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhMDAyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDAwMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #da0025 0%, #840016 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da0025), color-stop(100%,#840016)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #da0025 0%,#840016 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #da0025 0%,#840016 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #da0025 0%,#840016 100%); /* IE10+ */
  background: linear-gradient(to bottom, #da0025 0%,#840016 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da0025', endColorstr='#840016',GradientType=0 ); /* IE6-8 */
}

#menu a:hover,
#menu a.active {
  height: 46px;
  line-height: 46px;
  transition-property: height 0.5s ease, line-height 0.5s ease;
  -webkit-transition: height 0.5s ease, line-height 0.5s ease;
  -moz-transition: height 0.5s ease, line-height 0.5s ease;
  -ms-transition: height 0.5s ease, line-height 0.5s ease;
  -o-transition: height 0.5s ease, line-height 0.5s ease;
}

/* Sous-menu */

#submenu {
  margin-bottom: 18px;
}

#submenu h4 {
  color: #e20026;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px;
  border-bottom: 1px solid #e20026;
}

#submenu > div {
  font-size: 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e20026;  
}

#submenu a {
  font-size: 13px;
  padding: 5px 6px;
  border-left: 1px solid #e20026;
  color: #aaadb1;
  text-transform: uppercase;
  text-decoration: none;
}
#submenu.submenu-2l a {
  padding: 5px 20px;
  display: inline-block;
  text-align: center;
  margin: -5px 0 -5px 0;
}

#submenu a.active,
#submenu a.hover {
  color: #e20026;
}

#submenu a.first {
  padding-left: 30px;
  border-left: 0;
}

#submenu a.last {
  padding-right: 20px;
}

/* Zones principales */

#middle {
  font-size: 0;
}

#left, #right {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

#left {
  width: 643px;
}

#right {
  width: 253px;
  padding-left: 35px;
}

/* Contenus */

#content {
  padding-bottom: 20px;
}
#content p {
  margin-bottom: 20px;
}

#content a {
  color: #3A3A3A;
}

#content.annuaire h1 {
  margin-bottom: 40px;
}

#content.annuaire p {
  margin-bottom: 8px;
}
#content.annuaire span.titre {
  color: #E20026;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#left h2 {
  color: #e20026;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e20026;
  margin-bottom: 18px;
}

#left h2 .small {
  font-size: 14px;
}

#left h1 .small {
  font-size: 16px;
}

#left h4 .small {
  font-size: 14px;
}


#left .retour,
#left .retour2{
  float: right;
  position: relative;
  top: -2px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px 5px 23px;
  background: #e20026 url('../img/picto_coche_blanche.png') no-repeat 7px center;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#left .infos {
  background-color: #efefef;
  text-align: right;
  text-transform: uppercase;
  padding: 9px;
  position: relative;
  top: -18px;
  font-size: 11px;
}

#left .attachment {
  margin: 20px 0 20px;
}

#left .attachment h3 {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 9px;
  background-color: #efefef;
  font-weight: normal;
  position: relative;
  top: 1px;

  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;

  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#left .attachment .content {
  background-color: #efefef;
  border: 1px solid #dadada;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 9px 17px;
}

#left .attachment p {
  margin: 0;
}

#left .attachment a {
  color: #e20026;
  text-decoration: none;
}
#left .attachment a:hover {
  color: #e20026;
  text-decoration: underline;
}

#left .attachment img {
  vertical-align: middle;
  margin-right: 8px;
}

/* Actualités */

.last_news h3,
.salon h3 {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 7px 9px;
  background-color: #efefef;
  font-weight: normal;
  position: relative;
  top: 1px;

  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;

  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.salon {
  margin: 50px 0 0 0;
}

.salon a.retour2 {
  margin: -23px 0 0 0;
}

.last_news_main,
.salon_main {
  background-color: #efefef;
  border: 1px solid #dadada;
  padding: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.last_news_content,
.salon_content {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 19px 10px 29px 10px;
}
.salon_content {
  text-transform: uppercase;
}
.salon_content span {
  color: #e20026;
}
.salon_content li {
  overflow: hidden;
  height: auto !important;
  height: 16px;
  margin: 2px 5px 0 0;
  padding: 4px 5px 3px;
  background-color: #414141;
  color: #fff;
  cursor: default;
  border: 1px solid #cbcbcb;
  font-size: 11px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  white-space: nowrap;
  text-transform: none;
}

.last_news_content h4,
.salon_content h4 {
  color: #e20026;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.last_news_content p,
.salon_content p {
  margin-bottom: 22px;
}

.last_news_image,
.salon_image {
  float: left;
  margin: 0 10px 10px 0;
}

.last_news_more,
.salon_more {
  margin: 16px 0 10px 0;
}
.salon_more div.uploader{
  background: #FFF;
  width: 400px;
  margin: 0 5px 0 0;
}
.salon_more div.uploader .filename{
  width: 270px;
}
.salon_more h4{
  text-transform: uppercase;
  color: #e20026;
  border-bottom: 1px solid #95969a;
  margin: 0 0 10px 0;
}

.last_news_more img,
.home_edito_attachment img,
.salon_more img {
  vertical-align: middle;
}

.last_news_more a,
.salon_more a {
  float: right;
}

/* Blocs pied de contenu */

.left_bloc {
  width: 304px;
  display: inline-block;
  vertical-align: top;
}

.left_bloc:nth-child(even) {
  margin-left: 32px;
}

#espace_perso .left_bloc {
  width: 311px;
}
#espace_perso .left_bloc:nth-child(even) {
  margin-left: 0px;
  margin-right: 15px;
}

#espace_perso_mdp div.input.text {
  display: block;
  width: 100%;
}

#espace_perso_mdp label {
  width: 170px;
}

#infos_contact label {
  width: 150px;
}

#infos_contact .input.text.email {
  width: 440px;
}

#infos_contact input#UserEmailpro,
#infos_contact input#UserEmailperso {
  width: 250px;
}

.left_bloc .picto {
  margin-right: 5px;
}

/* Pied de page */

#footer {
  background: transparent url('../img/footer_bg.png') repeat-x 0 0;
  height: 61px;
  line-height: 61px;
  color: #fff;
  font-size: 11px;
}

#footer .inColonne {
  padding-left: 20px;
}

#footer a {
  color: #fff;
}

/* Blocs */

.bloc {
  margin-bottom: 18px;
}

.bloc_content {
  padding: 18px 13px 10px;
  font-size: 11px;
}

.bloc_footer {
  height: 10px;
}

.bloc h3 {
  height: 31px;
  line-height: 31px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 45px;
}

.bloc.espace_perso .bloc_content {
  background: transparent url('../img/bloc_gris_bg.png') repeat-y 0 0;
}

.bloc.espace_perso .bloc_footer {
  background: transparent url('../img/bloc_gris_footer.png') repeat-y 0 0;
}

.bloc.espace_perso h3 {
  background: transparent url('../img/bloc_espace_perso.png') no-repeat 0 0;
}

.btn_espace_perso {
  margin: 18px 0 12px;
}

.bloc.recherche h3 {
  background: transparent url('../img/bloc_recherche.png') no-repeat 0 0;
}

.bloc.recherche h4 {
  color: #e20026;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 8px;
  clear: both;
}

.bloc.recherche .togglerSolo {
  float: right;
}

.bloc.recherche .toggledSolo {
  margin-bottom: 20px;
}

.bloc label {
  text-transform: uppercase;
  color: #8c8c8c;
  font-size: 12px;
  position: relative;
  top: 6px;
}

.bloc.recherche .bloc_content {
  background: transparent url('../img/bloc_blanc_bg.png') repeat-y 0 0;
}

.bloc.recherche .bloc_footer {
  background: transparent url('../img/bloc_blanc_footer.png') repeat-y 0 0;
}

.bloc.recherche input[type=text] {
  width: 198px;
  margin: 18px 0;
}

.bloc.acces_rapide {
  padding: 19px 8px 6px;
  background-color: #efefef;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.bloc.acces_rapide .acces_bloc {
  padding: 0 0 7px;
}

.bloc.acces_rapide h4 {
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 12px;
  font-weight: normal;
  clear: both;
  margin-bottom: 8px;
}

.bloc.acces_rapide h4 a {
  display: inline-block;
  width: 12px;
  height: 13px;
  background: transparent url('../img/btn_coches_rouges.jpg') no-repeat 0 0;
  background-position: 0 0;
  position: relative;
  top: 1px;
}

.bloc.acces_rapide h4 a.open {
  background-position: -12px 0;
}

.bloc.acces_rapide .acces_texte {
  display: none;
  padding: 9px 6px;
  margin-top: 8px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.bloc.agenda h3 {
  background: transparent url('../img/bloc_agenda.png') no-repeat 0 0;
}

.bloc.agenda .bloc_content {
  background: transparent url('../img/bloc_blanc_bg.png') repeat-y 0 0;
  padding: 9px 3px 10px;
}

.bloc.agenda .bloc_footer {
  background: transparent url('../img/bloc_blanc_footer.png') repeat-y 0 0;
}

.bloc.agenda .bloc_content {
  text-align: center;
  position: relative;
  min-height: 155px;
}

.bloc.agenda .throbber {
  position: absolute;
  left: 107px;
  top: 80px;
}

#agenda .mois {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

#agenda .mois .switch a {
  color: #333;
  text-decoration: none;
}

#agenda .mois .switch.fleft {
  padding-left: 10px;
}

#agenda .mois .switch.fright {
  padding-right: 10px;
}

#agenda table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 8px;
}

#agenda table th,
#agenda table td {
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  height: 20px;
  vertical-align: middle;
}

#agenda table th {
  color: #e20026;
}

#agenda td,
#agenda td a {
  color: #333;
  text-decoration: none;
}

#agenda table td.notCurrentMonth,
#agenda table td.notCurrentMonth a {
  color: #999;
}

#agenda table td.currentWeek {
  background-color: #efefef;
}

#agenda table td.currentDay {
  font-weight: bold;
}

/* Pictogrammes */

.picto {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 22px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../img/pictos.png');
  position: relative;
  top: -2px;
}

.picto.livre {
  background-position: 0 0;
}

.picto.info {
  background-position: -24px 0;
}

.picto.sacoche {
  background-position: -48px 0;
}

.picto.annuaire {
  background-position: -72px 0;
}

.picto.visio {
  background-position: -96px 0;
}

.picto.photo {
  background-position: -120px 0;
}

/* Résumés */

.resume_image {
  margin: 0 10px 10px 0;
}

.resume_rubrique {
  font-size: 16px;
  color: #e20026;
  text-transform: uppercase;
  border-bottom: 1px solid #e20026;
  font-weight: bold;
  margin-bottom: 15px;
}

.resume_rubrique .picto {
  margin-right: 10px;
}

.resume_infos {
  font-size: 10px;
  color: #95969a;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.resume_titre ,
.resume_titre a {
  font-size: 11px;
  color: #e20026;
  text-transform: uppercase;
  text-decoration: none;
}

.resume_texte {
  font-size: 10px;
  color: #3a3a3a;
}

/* Authentification */

.authentification {
  margin: 40px 0;
}

.authentification .message {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0;
  width: 260px;
}

#auth_langue {
  text-transform: uppercase;
}

#auth_langue .flag {
  margin-left: 16px;
}

#auth_login, #auth_email {
  background: #eee url('../img/picto_login.png') no-repeat 276px center;
}

#auth_pass {
  background: #eee url('../img/picto_pass.png') no-repeat 272px center;
}

#mdp_oublie {
  display: none;
}

/* Mini bloc */

.mini_bloc {
  width: 318px;
  margin: 10px auto;
  font-size: 12px;
  background-color: #efefef;
  border: 1px solid #dadada;
  padding: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 6px #efefef;
}

.mini_bloc_content {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 18px 10px;
  font-size: 11px;
}

.mini_bloc h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 17px;
}

.mini_bloc img {
  margin-top: 14px;
}

.mini_bloc input[type=text],
.mini_bloc input[type=password] {
  background-color: #eee;
  border: 1px solid #a5a5a5;
  border-radius: 2px 2px 2px 2px;
  color: #3a3a3a;
  display: block;
  font-family: Arial,Verdana,sans-serif;
  padding: 8px 4px;
  width: 290px;
  font-size: 12px;
  margin: 4px 0 14px 0;
}

.mini_bloc .submit {
  text-align: right;
  margin-top: 10px;
}

/* Onglets */

.onglets {
  margin-bottom: 20px;
}

.onglet_titre {
  background-color: #fff;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  padding: 7px 9px;
  position: relative;
  text-transform: uppercase;
  top: 1px;
  cursor: pointer;
}

.onglet_titre.active {
  background-color: #EFEFEF;
}

.onglet_main {
  background-color: #EFEFEF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  padding: 9px;
}

.onglet_main > p {
  margin-top: 10px;
}

.onglet_content {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 0 10px 20px;
}

/* Formulaire recherche */

.input.myradio div.radio,
.input.checkbox div.checker {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.input.checkbox table div.checker {
  float: left;
  display: inline;
}

.input.myradio label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: 1px;
  color: #8c8c8c;
  text-transform: uppercase;
}

.input.myradio table label {
  display: block;
  margin-left: 28px;
  top: 4px;
}

.recherche_avancee div.radio,
.recherche_avancee div.checker {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.recherche_avancee div.checker {
  position: relative;
  top: -4px;
}

.recherche_avancee table div.checker {
  float: left;
  display: inline;
}

.recherche_avancee label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: 1px;
  color: #8c8c8c;
  text-transform: uppercase;
}

.recherche_avancee table label {
  display: block;
  margin-left: 28px;
  top: 4px;
}

.recherche_avancee td {
  padding-bottom: 5px;
}

.recherche_avancee .input.text {
  font-size: 12px;
  /*padding: 9px 13px;*/
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

.recherche_avancee .input.text.keywords {
  width: 390px;
}

.recherche_avancee label.mini {
  text-transform: none;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.recherche_avancee .input.select > label,
.recherche_avancee .input.date > label {
  display: none;
}

.recherche_avancee .input.date,
.recherche_avancee .checkbox {
  display: inline-block;
}

.recherche_avancee #dateDay {
  width: 47px;
}

.recherche_avancee #dateMonth {
  width: 98px;
}

.recherche_avancee #dateYear {
  width: 65px;
}

.span4 .input label {
  width: 110px;
  margin-bottom: 10px;
}

.span4 .radio,
.span4 .checker {
  position: relative;
  top: -4px;
}

.recherche_avancee .input.text .mini {
  float: right;
  position: relative;
  top: 12px;
}

.recherche_avancee .nom_prenom div.input.nom {
  width: 330px;
}

.recherche_avancee .nom_prenom div.input.prenom {
  width: 260px;
}

.recherche_avancee .nom_prenom input {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}

/* Datatables */

.dataTables_wrapper {
  margin-top: 30px;
}

.dataTables_length {
  float: left;
  font-size: 11px;
  margin-bottom: 5px;
}

.dataTables_length select {
  width: 50px;
}

.dataTables_filter {
  float: right;
}

.dataTables_filter input {
  height: 20px;
  width: 268px;
  padding: 3px 5px;
  font-size: 12px;
  display: inline-block;
  /*background: #eee url('../img/picto_loupe.png') no-repeat 256px center;*/
}

.dataTable {
  clear: both;
}

table.dataTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.dataTable th {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
  background-color: #e20026;
  padding: 8px 4px 8px 4px;
}

.dataTable th.sorting,
.dataTable th.sorting_asc,
.dataTable th.sorting_desc {
  background-repeat: no-repeat;
  background-position: 2px center;
  padding-left: 14px;
  text-decoration: underline;
}

.dataTable th.sorting {
  background-image: url('../img/datatables_coches_sort.png');
}

.dataTable th.sorting_asc {
  background-image: url('../img/datatables_coches_sort_asc.png');
}

.dataTable th.sorting_desc {
  background-image: url('../img/datatables_coches_sort_desc.png');
}

.dataTable th select {
  width: 69px;
  text-transform: uppercase;
}

.dataTable th select.large {
  width: 120px;
}

.dataTable th option {
  background-color: #fff;
}

.dataTable tbody tr {
  border-bottom: 1px solid #95969a;
}

.dataTable tbody tr.odd {
  background-color: #fff;
}

.dataTable tbody tr.even {
  background-color: #f7f7f7;
}

.dataTable td {
  font-size: 11px;
  text-align: center;
  padding: 10px 0;
}

.dataTable td .table_content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
}

.dataTable .sorting_1 {
  background-color: #fef2f4;
}

.dataTables_paginate {
  margin: 28px 0;
}

.dataTables_info,
.dataTables_paginate a.first,
.dataTables_paginate a.last {
  display: none;
}

.dataTables_paginate a.previous,
.dataTables_paginate a.next {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 64px;
  height: 34px;
  font-size: 0;
}

.dataTables_paginate a.previous {
  background: transparent url('../img/datatables_page_prev.png');
}

.dataTables_paginate a.next {
  background: transparent url('../img/datatables_page_next.png');
}

.dataTables_paginate span a {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  padding-top: 6px;
  color: #7e7e7e;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  background: transparent url('../img/datatables_page_bg.png');
}

.dataTables_paginate span a.paginate_active {
  background: transparent url('../img/datatables_page_active_bg.png');
  color: #fff;
}

.dataTable td .table_content img {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.dataTable td h5 {
  font-weight: normal;
  font-size: 14px;
  color: #e20026;
  margin-bottom: -2px;
  text-transform: uppercase;
}

.dataTable td h5 a {
  color: #e20026;
  text-decoration: none;
}

#table_actualites td:nth-child(5) {
  text-align: left;
}

#table_actualites td:nth-child(2),
#table_actualites td:nth-child(3),
#table_actualites td:nth-child(4),
td.uppercase{
  text-transform: uppercase;
}

#tableau_recherche_rapide td:nth-child(3),
#tableau_recherche_rapide td:nth-child(4) {
  text-align: left;
}

#table_actualites td .table_content {
  width: 230px;
}

#espace_perso .input{
  display: inline-block;
  width: 100%;
}
#espace_perso .input.text,
#espace_perso .input.password{
  display: inline-block;
  width: 320px;
}
#espace_perso .input.text.big,
#espace_perso .input.password{
  display: inline-block;
  width: 350px;
}
#espace_perso .input.text.small,
#espace_perso .input.password{
  display: inline-block;
  width: 290px;
}
#espace_perso .input.textarea{
  display: inline-block;
  width: 640px;
}
#espace_perso input[type=text],
#espace_perso input[type=password]{
  display: inline-block;
  margin: 5px 0 0 0;
}
#espace_perso textarea{
  width: 617px;
  resize: none;
}
#espace_perso label{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: 1px;
  color: #8C8C8C;
  text-transform: uppercase;
}
#espace_perso .input.textarea label{
  display: block;
}
#espace_perso .input.text label:after{
  content: " : ";
}
#espace_perso .input.text label{
  min-width: 100px;
}
#espace_perso .input.file label{
  float: left;
}
#espace_perso .submit{
  text-align: right;
}
div.input.myradio {
  position: relative;
  float: none;
  display: block;
  margin: 0px 0 0 0;
}
div.radio {
  position: relative;
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#espace_perso .span5 .input label{
  width: 90px;
}
#espace_perso .span3 .input label{
  width: 175px;
}
.message{
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  width: 95%;
  margin: 0 0 20px 0;
  -moz-box-shadow: 3px 3px 3px #c1c1c1;
  -webkit-box-shadow: 3px 3px 3px #c1c1c1;
  box-shadow: 3px 3px 3px #c1c1c1;
  -webkit-border--radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #DA0025;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhMDAyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDAwMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #DA0025 0%, #840016 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DA0025), color-stop(100%,#840016));
  background: -webkit-linear-gradient(top, #DA0025 0%,#840016 100%);
  background: -o-linear-gradient(top, #DA0025 0%,#840016 100%);
  background: -ms-linear-gradient(top, #DA0025 0%,#840016 100%);
  background: linear-gradient(to bottom, #DA0025 0%,#840016 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da0025', endColorstr='#840016',GradientType=0 );
}

.recherche_avancee .input.myradio {
  display: inline-block;
}

div.uploader span.action {
  color: #fff;
}
div.uploader input {
  width: 500px;
}

div.uploader_mask {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  opacity: 0;
}

.input.file input {
  margin-top: 16px;
}

/* PEPITO */
.bloc.recherche div.checkbox {
  clear: both;
}

input.multiDelete {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #e20026;
  position: relative;
  top: -84px;
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  float: right;
}

/* Calendrier */

#submenu.submenu_visioconference h4 {
  padding-left: 0;
  margin-bottom: 0;
}

#submenu.submenu_visioconference > div {
  padding: 0;
}

#submenu.submenu_visioconference a {
  display: inline-block;
  width: 33%;
  height: 21px;
  padding: 5px 0 0 0;
  text-align: center;
}

.choix_salle {
  background-color: #efefef;
  border: 1px solid #dadada;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #e4e4e4;
  color: #e20026;
  padding: 10px 0 10px 6px;
  margin-bottom: 24px;
}

.choix_salle div.input {
  display: inline;
}

.choix_salle .bubuSelect {
  margin-right: 7px;
}

.choix_salle .bubuSelect select {
  font-size: 11px;
}

table.calendrier {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #fff;
}

table.calendrier a {
  color: #e20026;
  text-decoration: none;
  color: #3A3A3A;
}

table.calendrier .notCurrentMonth a {
  color: #999;
}

table.calendrier.semaine {
  width: auto;
}

table.calendrier th {
  font-weight: normal;
  color: #333;
  text-align: left;
  border: 1px solid #999;
}

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

table.calendrier td.notCurrentMonth {
  color: #999;
}

table.calendrier td.hasEvent {
  background-color: #faefef;
}

table.calendrier td.Sun {
  background-color: #f9f9f9;
}

table.calendrier th.today,
table.calendrier td.today {
  color: #e20026;
  font-weight: bold;
  text-decoration: none;
}

table.calendrier .cell {
  margin: 10px;
  position: relative;
}

table.calendrier td .cell {
  height: 115px;
}

table.calendrier.mois th {
  border: 1px solid #999;
}

table.calendrier.mois td {
  width: 86px;
  height: 135px;
  border: 1px solid #999;
}

table.calendrier.jour th,
table.calendrier.semaine th {
  width: 80px;
  text-align: center;
  border: 1px solid #ccc;
}

table.calendrier.jour td,
table.calendrier.semaine td {
  border: 1px solid #ccc;
}

table.calendrier.jour td.firstMinutes,
table.calendrier.semaine td.firstMinutes {
  border-bottom: 1px solid #f0f0f0;
}

table.calendrier td {
  height: 20px;
}

table.calendrier .event_wrapper {
  position: relative;
}

table.calendrier .event_box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #faefef;
  border-bottom: 1px solid #6D6D6D;
}

table.calendrier .event_box .point_info {
  position: absolute;
  top: 2px;
  right: 2px;
}

table.calendrier .cell .point_info {
  position: absolute;
  top: -6px;
  right: -6px;
}

table.calendrier .event{
  position: relative;
}

table.calendrier .event p,
table.calendrier .cell p {
  font-size: 10px;
  color: #666;
  font-weight: bold;
}

.cal_actions {
  margin-bottom: 15px;
}

.cal_actions .periode {
  font-size: 10px;
  position: relative;
  top: 2px;
  width: 150px;
  display: inline-block;
  *display: inline;
}

a.bouton {
  border: 1px solid #c5c5c5;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #f4f4f4 url('../img/btn_bg_off.png') repeat-x 0 0;
  height: 17px;
  padding-top: 5px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 1px 1px 1px #c1c1c1;
}

a.bouton.active {
  background: #efefef none;
  box-shadow: 1px 1px 1px #c1c1c1 inset;
}

a.bouton.today {
  width: 90px;
  font-size: 11px;
}

a.bouton.prev {
  margin-left: 18px;
  margin-right: 4px;
}

a.bouton.next {
  margin-right: 10px;
}

a.bouton.prev,
a.bouton.next {
  width: 28px;
}

a.bouton.jour,
a.bouton.semaine,
a.bouton.mois {
  width: 80px;
  float: right;
  margin-left: 8px;
}

/* Réservation */

.alerte_people_box span,
.alerte_people_box div {
  display: inline-block;
  vertical-align: middle;
}

.alerte_people_box span {
  width: 3%;
}

.alerte_people_box div {
  width: 96%;
}

.reservations_add label,
.resa_alerte .resa_rappel {
  color: #8C8C8C;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  vertical-align: top;
}

.resa_infos label {
  width: 200px;
  margin-top: 12px;
}

.resa_dates label {
  width: 38px;
  vertical-align: middle;
}

.resa_dates .input {
  margin-bottom: 10px;
}

.resa_dates .bubuSelect {
  vertical-align: middle;
}

.resa_infos input,
.resa_infos textarea {
  display: inline-block;
  vertical-align: top;
  width: 364px;
}

.resa_infos input {
  margin-bottom: 8px;
}

.resa_infos textarea {
  height: 84px;
  resize: none;
}

.resa_alerte > div {
  margin-top: -19px;
}

.resa_alerte .resa_rappel {
  width: 220px;
}

.resa_alerte div.input {
  margin-left: 220px;
  margin-bottom: 10px;
  clear: both;
}

.resa_alerte label {
  position: relative;
  top: 5px;
}

.resa_alerte .input.date label,
.resa_alerte .input.time label {
  width: 14px;
}

#rappel_dateMonth,
#resa_dateMonth {
  width: 100px;
}

#rappel_dateDay,
#resa_dateDay {
  width: 46px;
}

#rappel_dateYear,
#resa_dateYear {
  width: 60px;
}

#rappel_heureHour,
#rappel_heureMin,
#rappel_heureMeridian,
#resa_time_startHour,
#resa_time_startMin,
#resa_time_startMeridian,
#resa_time_stopHour,
#resa_time_stopMin,
#resa_time_stopMeridian {
  width: 46px;
}

.resa_contact label {
  width: 60px;
  vertical-align: middle;
}

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

.resa_contact input {
  width: 100px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 31px;
}

.resa_contact .tel input {
  margin-right: 0;
}

.reservations_add .mandatory_fields {
  position: relative;
  top: 26px;
  width: 50%;
}

.reservations_add .submit {
  text-align: right;
}

.reservations_add #throbber {
  vertical-align: top;
  margin-right: 10px;
}

.throbber {
  text-align: center;
}

#btn_reservation {
  float: right;
  position: relative;
  right: -4px;
}

#btn_voir_dispo {
  display: block;
  padding-top: 10px;
}

/* Modal */

.simplemodal-overlay {
  background-color: #8c8b8d;
}

.simplemodal-container {
  background-color: #fff;
}

.simplemodal-close {
  width: 200px;
  display: block;
  z-index: 9999;
  position: absolute;
  top: 8px;
  right: 15px;
  cursor: pointer;
  text-align: right;
  color: #333;
  text-decoration: none;
  font-size: 11px;
}

.simplemodal-close img {
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.simplemodal-data {
  background-color: #e7e6e6;
  margin: 30px 10px;
  padding: 16px 10px;
  border-radius: 4px;
}

.simplemodal-data h4 {
  color: #e20026;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.simplemodal-data ul {
  /*list-style-position: inside;*/
  margin-left: 20px;
}

#avanceeForm .input.text input#poste,
#avanceeForm .input.text input#titre{
  width: 574px;
}

a.lienTable,
a.lienTableTexte {
  text-decoration: none;
  color: #3a3a3a;
}
a:hover.lienTable{
  text-decoration: underline;
}
a.emptyForm{
  display: inline-block;
  width: 100%;
  text-align: right;
}

/* Tooltip */

.tooltip {
  cursor: pointer;
}

#tooltip {
  position: absolute;
  z-index: 9999;
  border: 1px solid #e20026;
  background-color: #FAEFEF;
  padding: 5px;
  line-height: 13px;
}

#tooltip h3, #tooltip div {
  margin: 0;
}

.ie10 #SalonfileViewForm .input.file,
.ie10 #SalonfileViewForm .submit
{
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
.ie10 #SalonfileViewForm .input.file input
{
  margin: 7px 0 0 0;
}
.ie10 #SalonfileViewForm .submit input
{
  margin: 0px 0 0 100px;
}
.uploading{
  color: #9eb029;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: right;
  margin: 10px 0;
  display: none;
}
.uploading img{
  vertical-align: middle;
}
#modalPix{
  padding: 0;
  margin: 30px 10px 10px 10px;
  background: #FFF;
}
#modalPix img{
  margin: 0 0 10px 0;
}

/* Photothèque */

#phototheque {
  font-size: 11px;
  width: 660px;
  margin: 20px 0;
  border-bottom: 1px solid #95969a;
}

.admin #phototheque {
  width: 930px;
}

#phototheque .titles a {
  color: #fff;
}

#phototheque .titles,
#phototheque .folder,
#phototheque .photo {
  font-size: 0;
}

#phototheque .folder > div,
#phototheque .photo > div {
  font-size: 11px;
}

#phototheque .titles > div {
  height: 40px;
  line-height: 40px;
  background-color: #e20026;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

#phototheque .titles .th_date {
  width: 100px;
  text-align: left;
  padding-left: 20px;
}

/*#phototheque .titles .th_date.order_ASC {
  background: #e20026 url("../img/datatables_coches_sort_asc.png") no-repeat 2px center;
}

#phototheque .titles .th_date.order_DESC {
  background: #e20026 url("../img/datatables_coches_sort_desc.png") no-repeat 2px center;
}*/

#phototheque .titles .th_nom {
  width: 355px;
  text-align: left;
}

.admin #phototheque .titles .th_nom {
  width: 625px;
}

#phototheque .titles .th_poids {
  width: 65px;
}

#phototheque .titles .th_apercu {
  width: 55px;
}

#phototheque .titles .th_charger {
  width: 65px;
}

#phototheque .folder_opener {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  background: transparent url('../img/folder_coche.png') no-repeat 0 0;
  cursor: pointer;
}

#phototheque .folder.open .folder_opener {
  background-position: -12px 0;
}

#phototheque .folder.close .folder_opener {
  background-position: 0 0;
}

#phototheque .folder.close .subFolders,
#phototheque .folder.close .photos {
  display: none;
}

#phototheque  .date,
#phototheque  .folderName,
#phototheque  .name,
#phototheque  .size,
#phototheque  .thumb,
#phototheque  .load {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
}

#phototheque  .thumb {
  width: 45px;
  text-align: center;
}

#phototheque  .load {
  width: 65px;
  text-align: center;
}

#phototheque img {
  vertical-align: middle;
}

#phototheque .folderName img {
  position: relative;
  top: -2px;
}

#phototheque .folder,
#phototheque .photo {
  border-top: 1px solid #95969a;
}

#phototheque .date {
  width: 100px;
  background-color: #fef2f4;
  margin: 0 10px;
  text-align: center;
}

#phototheque  .folderName {
  width: 527px;
}

.admin #phototheque .folderName {
  width: 797px;
}

#phototheque  .photo .name {
  width: 355px;
}

.admin #phototheque  .photo .name {
  width: 625px;
}

#phototheque  .folderName {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

#phototheque  .photo .name {
  text-transform: uppercase;
  margin-left: 60px;
}

#phototheque  .photo .size {
  width: 55px;
  padding-right: 10px;
  text-align: right;
}

#phototheque  .photo .thumb {
  width: 55px;
  text-align: center;
}

/*#phototheque  .subFolders {
  margin-left: 30px;
}*/