#global {
  margin-left: auto;
  margin-right: auto;
  width: 800px; /* largeur obligatoire pour être centré */
  }
body {
    background: url('../images/008BGR.jpg');
	font-family: 'Ubuntu', sans-serif;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container {
  padding-right: auto;
  padding-left: auto;
  margin-right: auto;
  margin-left: auto;
  }
 h2 { font-size:40px; line-height:48px; color:#a70101; font-weight:normal; font-style:italic;  text-shadow:#cc7b7b 0px 0px 3px;}
.h2-line { 
  border-bottom:#d6d6d6 1px solid; 
  padding-bottom:5px;
  }
  [class*="col"] { margin-bottom: 2px;}
  .form-inline { margin-top: 2px}
  
  
  .img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.inline-form input {
            display: inline-block;
            width: 100px;
}
body, html, .container-fluid {
     height: 100%;
}
#success_message{ display: none;}
