@import url('css/font-awesome.css');

* {
    padding: 0;
    margin: 0;
}

body {
    background: #FCFCFC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #55585D;
}

.bg_body {
    background: url(img/bg/bg_body.jpg) #FCFCFC;
}

div#entete_generale {
    width: 100%;
    background: url(img/bg/bg_header.jpg) repeat-x;
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    height: 50px;
    position: fixed;
    z-index: 1000000;
    left: 0px;
    top: 0px;
    font-size: 12px;
    color: #444444;

}

div#entete_generale .logo {
    padding-left: 5px;
    float: left;
    padding-top: 3px;
    margin-right: 10px;
}

div#entete_generale .logo img {
    border: none;
}

div#entete_generale .menu_top {
    background: url(img/bg/bg_menu_top.jpg) repeat-x;
}

.client_connecter {
    float: right;
}

div#footer_copyright .data_top {
    position: absolute;
    font-size: 14px;
    top: 10px;
    left: 15px;
    line-height: 13px;
    text-align: right;
}

div#footer_copyright .data_top p {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

div#footer_copyright .data_top strong {
    color: #FF0000;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 7px 15px;

    /* Styles */
    background: #ffffff;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after {
    /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    max-height: 400px;
}

/* user profile button */
a.btn-profile, a.btn-profile:hover {
    margin-top: 4px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 28px;
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.name-user {
    margin-top: 5px;
    margin-right: 10px;
    display: block;
    float: left;
    font-size: 13px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.30);
    color: #666666;
}

.avatar {
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    margin-top: -1px;
}

.avatar img {
    width: 29px;
    height: 29px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    display: block;
}

a.btn-profile .fleche {
    margin-top: 13px;
    margin-left: 10px;
    float: left;
    border-top: 4px solid #16408a;
}

.btn-group.open .btn-profile.btn.dropdown-toggle {
    border: 1px solid #DDD;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    background: #E5E5E5;
    background: -moz-linear-gradient(top, #F9F9F9 0%, #E5E5E5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #E5E5E5));
    background: -webkit-linear-gradient(top, #F9F9F9 0%, #E5E5E5 100%);
    background: -o-linear-gradient(top, #F9F9F9 0%, #E5E5E5 100%);
    background: -ms-linear-gradient(top, #F9F9F9 0%, #E5E5E5 100%);
    background: linear-gradient(top, #F9F9F9 0%, #E5E5E5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#E5E5E5', GradientType=0);

}

.clear_ul {
    margin: 0;
    list-style: none;
}

#prof_dropdown {
    margin-top: 2px;
    position: absolute;
    right: 0px;
    *z-index: 99;
}

#prof_dropdown ul {
    position: relative;
    left: 20px;

}

.item_m {
    height: 34px;
    width: 20px;
    background: #fff;
    display: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    float: right;
    margin-top: -30px;
    margin-right: 15px;
    z-index: 99999;
    position: relative;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.item_m .fleche {
    margin-top: 8px;
    margin-left: 6px;
    float: left;
    border-top: 4px solid #16408a;
}

.open > #prof_dropdown ul {
    display: block;
    z-index: 40;
    float: right;
}

.open > #prof_dropdown .item_m {
    display: block;
}

div#contenu_general {
    padding: 60px 0 100px 0;
    position: relative;
    overflow: hidden;
}

.separateur {
    background: url(img/bg/separateur_c_gauche.png) repeat-y center bottom;
    position: absolute;
    left: 180px;
    width: 50px;
    margin-left: 2%;
    top: 0;
    bottom: 0;
    min-height: 100%;
}

.pagination .liste_paginate {
    text-align: center;
}

.pagination {
    margin-top: 12px;
    margin-bottom: 12px;
}

.pagination .liste_paginate li {
    display: inline-block;
    list-style: none;
}

.pagination .liste_paginate li {
    display: inline-block;
    line-height: 20px;
    color: #333;
    text-shadow: 0px 1px 0px #FFF;
    border: solid 2px #FFF;
    background-color: #E0E0E0;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffe9e9e9, EndColorStr=#ffdddddd);
    background-image: -moz-linear-gradient(top, #E9E9E9 0, #DDDDDD 100%);
    background-image: -ms-linear-gradient(top, #E9E9E9 0, #DDDDDD 100%);
    background-image: -o-linear-gradient(top, #E9E9E9 0, #DDDDDD 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E9E9E9), color-stop(100%, #DDDDDD));
    background-image: -webkit-linear-gradient(top, #E9E9E9 0, #DDDDDD 100%);
    background-image: linear-gradient(to bottom, #E9E9E9 0, #DDDDDD 100%);

    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    color: #333;

    font-size: 11px;
    font-weight: normal;
    margin: 0 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pagination .liste_paginate li.selected {
    background: #DCDCDC;
    font-weight: bold;
    -moz-box-shadow: inset 0 1px 2px #AAA;
    -webkit-box-shadow: inset 0 1px 2px #AAA;
    box-shadow: inset 0 1px 2px #AAA;
}

.pagination .liste_paginate li a {
    color: #333333;
    text-decoration: none;
}

.pagination .liste_paginate li a:hover {
    color: #666666;
}

#c_gauche .bloc_lien_gauche {
    padding: 2px;
    border: 1px solid #cacaca;

    /* CSS 3 */

    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);

    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 100%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(255, 255, 255)),
            color-stop(1, rgb(241, 241, 241))
    );
    width: 214px;
    margin: 0 0 0 8px;
}

.menu_gauche {
    border: 1px solid #cacaca;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.menu_gauche li {
    list-style: none;
}

.menu_gauche li:first-child a {
    border-top: 0;

    /* CSS 3 */

    -webkit-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.menu_gauche li:last-child a, .menu_gauche li .menu_accoridion li:last-child a {
    border-bottom: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.menu_gauche li a {
    display: block;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #cacaca;
    background: url(img/icons/bg_li_menu_gauche.png) right no-repeat #fdfdfd;
    padding: 10px 15px;
    font-size: 11px;
    color: #444444;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    -o-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 1);
}

.menu_gauche li a:hover {
    background: url(img/icons/bg_li_menu_gauche.png) right no-repeat #eeeeee;
}

.menu_gauche li a.active {
    background: url(img/icons/bg_li_menu_gauche_active.png) right no-repeat #eeeeee;
}

.menu_gauche li .menu_accoridion {
    -webkit-box-shadow: inset #dfdfdf 0 0 5px 0;
    -moz-box-shadow: inset #dfdfdf 0 0 5px 0;
    box-shadow: inset #dfdfdf 0 0 5px 0;
    color: #7c7c7c;

}

.menu_gauche li .menu_accoridion li a {
    background: #f9f9f9;
    border-top: 1px solid #dfdfdf;
}

.menu_gauche li .menu_accoridion li a:hover {
    background: #f5f5f5;
}

.menu_gauche li .menu_accoridion li.active a {

    background: #eef1f3;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #dedede 100%);
    background: linear-gradient(top, #FFFFFF 0%, #dedede 100%);

    text-shadow: 0 1px 0 #ffffff;
    font-weight: bold;

}

.menu_accoridion li a {
    border-top: none !important;
    padding-left: 25px !important;
}

body .menu_accoridion li:last-child a {
    border-bottom: 1px solid #dfdfdf !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body .menu_accoridion li:first-child a {

    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.menu_gauche li .icon_menu_g {
    position: relative;
    top: 1px;
    left: -5px;
}

.menu_gauche li .icon_menu_g img {
    border: none;
}

.toolTip {
    /* This is the hook that the jQuery script will use */
    background: url(img/icons/infos_bulle.png) no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: help;
    position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */
}

.toolTipWrapper {
    /* The wrapper holds its insides together */
    width: 175px;
    position: absolute; /* Absolute will make the tooltip float above other content in the page */
    top: 25px;
    z-index: 1000;
    display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
    color: #fff;
    text-shadow: 1px 1px #91bb15;
    font-weight: bold;
    font-size: 9pt; /* A font size is needed to maintain consistancy */
}

.toolTipMid {
    /* Middle section of the tooltip */
    padding: 8px 15px;
    background: #A1D40A;
}

div#contenu_principal {
    padding: 0 10px;
    min-height: 800px;
}

div#contenu_principal .menu_rapide {
    display: inline-block;
    height: 31px;
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 0 0 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 89%;

}

div#contenu_principal .menu_rapide .def_rubrique {
    float: left;
}

div#contenu_principal .menu_rapide .def_rubrique li {
    font-size: 12px;
    background: url(img/icons/fleche_sep.png) right no-repeat;
    list-style: none;
    float: left;
    display: block;
    padding: 8px 12px 5px 5px;
}

div#contenu_principal .menu_rapide .def_rubrique li img {
    border: none;
}

div#contenu_principal .menu_rapide .def_rubrique li a {
    color: #0099FF;
    text-decoration: none;
}

div#contenu_principal .menu_rapide .def_rubrique li a:hover {
    color: #0033FF;
}

div#contenu_principal .menu_rapide .def_rubrique li.no_separation {
    background: none;
}

div#contenu_principal .details_res {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}

div#contenu_principal .no_margin_bloc {
    width: 50%;
    margin: 0;
    float: left;
}

div#contenu_principal .bg_blanc {
    background: #FFFFFF;
    overflow: hidden;
}

#table_reservation {
    /*clear:both;*/
}

div#contenu_principal .details_res .bg_blanc {
    background: #FFFFFF;
    padding: 5px;
}

div#contenu_principal .details_res .bg_blanc .login {
    /*	height:208px;*/
    overflow: auto;
    width: auto;
}

.lien_client {
    color: #8da821;
    font-weight: normal;
    font-size: 11px;
    background: url(img/icons/edit_small.png) right no-repeat;
    padding-right: 12px;
    text-decoration: none;
}

.lien_client:hover {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.lien_renvoye {
    color: #8da821;
    font-weight: normal;
    font-size: 11px;
    background: #FFFFFF url(img/icons/icon_renvoye.png) right no-repeat;
    padding: 4px 26px 4px 10px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.lien_renvoye:hover {
    background: #f9f9f9 url(img/icons/icon_renvoye.png) right no-repeat;
}

body .no_borde {
    border: none;
}

.details_res .titre_h3 {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 0px 0px #fff;
    line-height: 18px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    text-shadow: 0 1px 0 #ffffff;
    position: relative;
}

.details_res .titre_h3_no_slide {
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 0px 0px #fff;
    line-height: 18px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed', GradientType=0);
    margin: 0;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #ffffff;
    position: relative;
}

.h2_slide {
    cursor: pointer;
    position: relative;
    padding-right: 32px !important;
}

.details_res .left_h2 {
    font-size: 14px;
    font-weight: bold;
}

.details_res .left_h2 .a_droite {
    float: right;
    font-size: 11px;
    font-weight: normal;
}

.bloc_central {
    width: 80% !important;
    float: none;
    margin: 1% auto 0 8% !important;
    display: block;
    overflow: hidden;
}

/*alertMessage*/

.info_connect {
    display: block;
    padding: 10px 0;
    margin: 8% auto;
    text-align: center;
    font: bold 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    width: 60%;
    border: 1px solid #DC5D00;
    text-shadow: 0px 1px 0px #DC5D00;

    /*Shadows*/
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);

    /*Gradient*/
    background: #ffd34c; /* Old browsers */
    background: -moz-linear-gradient(top, #ffd34c 0%, #e66c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd34c), color-stop(100%, #e66c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffd34c 0%, #e66c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffd34c 0%, #e66c00 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffd34c 0%, #e66c00 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd34c', endColorstr='#e66c00', GradientType=0); /* IE6-9 */
    background: linear-gradient(top, #ffd34c 0%, #e66c00 100%); /* W3C */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#alertMessage {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px 15px 45px;
    position: fixed;
    text-align: center;
    width: auto;
    z-index: 100001;
    cursor: pointer;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    background-color: #C2E3F0;
    color: #34667A;
    text-shadow: 1px 1px 1px #C8EBFB;
    display: none;
    right: -20px;
    text-transform: uppercase;
    bottom: 45px;
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: url(img/info.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.alertMessage {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px 15px 45px;
    width: auto;
    cursor: pointer;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    background-color: #C2E3F0;
    color: #34667A;
    text-shadow: 1px 1px 1px #C8EBFB;
    text-transform: uppercase;
    margin-bottom: 15px;
    background-image: url(img/info.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

#alertMessage span, .alertMessage span {
    border-left: 1px #488eaa solid;
    border-right: 1px #efefef solid;
    margin-right: 10px;
    padding: 5px 0px;
}

#alertMessage.error, .alertMessage.error {
    background-color: #fc4a48;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #E64040;
    background-image: url(img/error.png);
    border: 1px #a93a25 solid;
}

#alertMessage.error span, .alertMessage.error span {
    border-left: 1px #7a0202 solid;
    border-right: 1px #f08c8a solid;
    margin-right: 10px;
    padding: 5px 0px;
}

#alertMessage.success, .alertMessage.success {
    background-color: #9bc652;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #5c9201;
    background-image: url(img/checkmark2.png);
    border: 1px solid #69a44d;
}

.alertMessage.success span {
    border-left: 1px #688901 solid;
    border-right: 1px #d0e4a7 solid;
    margin-right: 10px;
    padding: 5px 0px;
}

#alertMessage.warning, .alertMessage.warning {
    background-color: #fcdb72;
    color: #987402;
    text-shadow: 1px 1px 1px #e7b104;
    background-image: url(img/help.png);
}

#alertMessage.warning span, .alertMessage.warning span {
    border-left: 1px #987402 solid;
    border-right: 1px #fff0c2 solid;
    margin-right: 10px;
    padding: 5px 0px;
}

.text_success {
    font-size: 14px;
    text-align: center;
    margin: 0px 0 35px 0;
    line-height: 25px;
    position: absolute;
    left: 50%;
    width: 420px;
    top: 50%;
    z-index: 50;
    margin-left: -215px;
    text-transform: uppercase;
    padding: 20px 0px;
    margin-top: -100px;
    display: none;
}

.text_success img {
}

.text_success span {
    display: block;
    padding: 10px;
    color: #CCC;
}

#preloader {
    background: url(img/ajax_loader.gif) top no-repeat;
    font-size: 11px;
    height: 30px;
    text-align: center;
    left: 50%;
    line-height: 20px;
    padding: 10px 0 0 10px;
    margin: -20px 0 0 -45px;
    position: fixed;
    text-align: left;
    text-indent: 36px;
    top: 420px;
    width: 90px;
    z-index: 1209;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #666666;
    text-shadow: none;
    display: none;
}

#pageload {
    background: #000000;
    font-size: 11px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -55px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 120px;
    z-index: 1006;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    text-shadow: none;
    display: none;
}

div#error_page {
    margin: 10% auto 0 auto;
}

div#footer_copyright {
    width: 100%;
    background: #FFFAF6;
    border-top: #dddddd solid 1px;
    height: 35px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    text-align: center;
    font-size: 11px;
    color: #444444;
    line-height: 35px;
    z-index: 2;
    -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
}

div#footer_copyright a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

div#footer_copyright a:hover {
    color: #666666;
}

.bleu_bg {
    background: #2f6490;
}

.rouge_bg {
    background: red;
}

.orange_bg {
    background: #ff850a;
}

.blue_bg {
    background: #3c73ba;
}

.light_blue_bg {
    background: #bddafa;
}

.violet_bg {
    background: #9933ff;;
}

a.ensemble_chambre {
    padding: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF !important;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 10%;
    float: left;
    margin: 2px;
}

a.ensemble_chambre:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

a.ensemble_chambre .icon_etat {
    display: inline-block;

}

a.ensemble_chambre span img {
    display: block;
    width: 36px;
}

a.ensemble_chambre .etat {
    color: #000000;
    padding: 3px 0;
}

a.ensemble_chambre .icon_etat {
    color: #93d12b;
    font-size: 30px;
}

a.ensemble_chambre .icon_etat i {
    margin-right: 0 !important;
    top: -2px;
    position: relative;
}

a.ensemble_chambre .icon-remove-sign {
    color: red;
}

a.ensemble_chambre .derniere_date {
    font-weight: bold;
}

span.blockReservation{

}
span.blockRoomingListe{

}
span.blockEtablissement{

}
span.blockStatistique{

}

