html, body {
    background-position: 50% 0;
    background-repeat: no-repeat;
    display: block;
    font-family: Helvetica Neue,Helvetica,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

body {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.erreur_connexion{
	display:inline-block;
	border : 2px solid #0760A4;
	padding : 5px;
	margin : 15px;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
	color : #FF0000;
	font-weight : bold;
	text-align : center;
	background-color : #FFFFFF;
}

.container{
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background-color:#B1BECD;
  	text-align : center;
}

.ajout_application{
	bottom: 14px;
    left: 50%;
    line-height: 1.2em;
    margin-left: -145px;
    overflow: hidden;
    position: absolute;
   	font-weight : bold;
	text-align : center;
	background-color : #FFFFFF;
    width: 270px;
    border : 2px solid #0760A4;
	padding : 5px;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
}

.bottomArrow{
	background: url("../images/bottomArrow.png") no-repeat scroll center center transparent;
    bottom: 0;
    height: 15px;
    left: 50%;
    position: absolute;
    width: 22px;
    margin-left : -10px;
}

input{
	height : 50px;
	width : 270px;
	margin-top: 10px;
}

strong{
}

/** Modal RGPD **/
#masque{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}
#masque:target{
    display: block;
}
.fenetre-modale{
    background: #e0eafe;
    border: 3px solid #0760A4;
    position: relative;
    margin: 35% auto;
    width: 90%;
    font-size: 16px;
    text-align: justify;
}
.fenetre-modale p{
    padding: 24px 24px;
}
.bt_delete{
    cursor:pointer;
    background : url(../images/icons.png) no-repeat scroll 0 0 transparent;
    width: 20px;
    height: 20px;
    margin: 10px; 
}
.bt_delete:hover{
    background : url(../images/icons.png) no-repeat scroll -21px 0 transparent;
}

/* Captcha */
#captcha_reload{
    background-color: rgba(227, 203, 226, 0.7);
    display: inline-block;
    height: 50px;
    width: 50px;
    bottom: 22px;
    border-radius: 10px;
}

#captcha_reload img{
    margin-top: 10.5px
}

#captcha{
    border-radius: 15px;
}

.sstitre{
    font-weight : bolder;
    font-size : 16px;
    color : #000000;
}