#loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100,100,100,0.5);
    z-index: 1000;
    background-image: url('/img/loading.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
body {
    background-color: #fff;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535548;
}
a, a:hover, a:visited, a:active {
    color: inherit;
}
.compulsory:after {
  color: #f00;
  content: " *";
  display: inline;
}
.center {
    text-align: center;
}
.clear {
    clear: both;
}
.error-js {
   font-size: 16px;
   font-weight: bold;
   background-color: #efc6c6;
   border: 1px solid red;
   color: red;
   padding: 20px;
}
.warning {
    background-color: #fcf8e3;
    border: 1px solid #ffe974;
    border-radius: 3px;
    padding: 15px;
}
.FormErrors {
    background-color: #f2dede;
    border: 1px solid #efc6c6;
    border-radius: 3px;
    padding: 10px;
    padding-bottom: 0;
    margin: 10px 0;
}
#tophead {
    background-color: #ddd;
    clear: both;
    min-height: 50px;
    line-height: 50px;
    color: #333;
}
td.SearchableTableLoading img {
    display:block;
    margin: auto;
}
.site-header {
    clear: both;
    padding-top: 20px;
    min-height: 110px;
    background-color: #fff;
    border-bottom: 5px solid #f9f9f9;
}
.titre-module {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    margin-left: 10%;
}
.connecte {
    float: right;
    font-size: 12px;
    line-height: 50px;
}
.connecte .user {
    font-weight: bold;
}
.logout {
    font-style: italic;
    margin-left: 20px;
}
.login-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.titre {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}
.points table td {
    padding: 4px !important;
    line-height: 26px !important;
}
.gmapform {
    height: 400px;
}

