

div#disclaimer { 
        text-align:left; 
}

div#disclaimer-fond {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 2200px;
  background: rgba(0,0,0,0.8);
  opacity: 1;
  text-align: left;
  line-height: normal;
  clear: both;
}


div#disclaimer-conteneur { 
        position: absolute;
  z-index:1001; 
  width:100%; 
  text-align:center; 
  clear:both; 
}
div#disclaimer-cadre { 
        width:700px;
  margin-left:auto; 
  margin-right:auto; 
       margin-top:250px;
  text-align:center; 
  background-color:#FFF;
} 


div#disclaimer b {
font-family: "Roboto Slab", serif, serif;
font-weight: bold;
color: #ff3333;
margin-bottom: 10px;
font-size: 65px;
display: block;
}

div#disclaimer-texte { 
padding: 20px;
color: #000;
font:14px "Karla", sans-serif, serif;
line-height: 20px;
}

div#disclaimer-boutons { 
height: 65px;
}
div#bouton-entrer {
  float:left;
  margin-left: 130px;
}
div#bouton-entrer a{ 
cursor: pointer;
display: inline-block;
padding: 8px 15px;
border: none;
color: #FFF;
background: #ff3333;
text-decoration: none;
font-weight: bold;
margin-bottom: 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 38px;
}

div#bouton-sortir {
  float:right;
  margin-right: 130px;
}
div#bouton-entrer a:hover{
background: #aeaeae;
color: #FFF;
}

div#bouton-sortir a { 
 cursor: pointer;
display: inline-block;
padding: 8px 25px;
border: none;
color: #FFF;
background: #000;
text-decoration: none;
font-weight: bold;
margin-bottom: 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 38px;
}

div#bouton-sortir a:hover{
background: #aeaeae;
color: #FFF;
}
