#login_page{
	position:absolute;
	width:50%;
	top:50%;
	transform: translate(50%,-50%);
}

#content{
	margin-top:75px;
}
.hidden{
	display:none !important;
}
.tab-content{
	padding:20px;
	margin-bottom:20px;
}
a.btn{
	background-color: #ddd;
}
a.inactif{
	color:#BBBBBB;
}
#debug{
	text-align: center;
}


.question {
    position: absolute;
    display: inline;
    text-align: center;
    width: 174px;
    height: 78px;
    font-size: 13px;
    line-height: 1.5em;
    background: url('../images/bubble.png') left top no-repeat;
    padding: 10px 0 0 0;
    text-shadow: 0px 1px 0px #fff;
    margin-left: -7em;
    margin-top: -6em;
    opacity: 0;
}

.yes{
    margin-top: .5em;
    margin-right: .5em;
    cursor: pointer;
    display: inline-block;
    width: 63px;
    height: 21px;
    color: #434d17;
    text-shadow: 0px 1px 0px #fff;
    background: url('../images/buttony.png') left top no-repeat;
}
.cancel {
    margin-top: .5em;
    margin-right: .5em;
    cursor: pointer;
    display: inline-block;
    width: 63px;
    height: 21px;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
    background: url('../images/buttonn.png') left top no-repeat;
}