
/**************** CSS DU POPUP�***************************/
#fade {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.popup_block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 20px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px #000000;
    display: none;
    float: left;
    font-size: 1.2em;
    left: 50%;
    padding: 20px;
    position: fixed;
    top: 50%;
    z-index: 99999;
}
img.btn_close {
    float: right;
    margin: -55px -55px 0 0;
}
.poplight {
    color: #FFFFFF;
    text-decoration: none;
}
#ks_titre{
height:30px;
text-align:center;
color:#fff;
border-top:0px #000000 solid;
border-bottom:0px #000000 solid;
padding-top:5px;
}

#mode_paiement_form input[type="text"]{
	max-width:200px;
}

.btn{
	background-color:#3F97A0;
	border:0px solid 3F97A0;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-weight:bolder;
}

.btn-primary[type="button"]{
	width:30%;
}

.scheduler-border{
	color:#FFFFFF;
	}

#backoffice_admin{
background-color:#EAEEF1;
height:100%;
background-size:container;
padding-bottom:10%;
margin-top:-20px;
}
#backoffice_admin_2 div{
margin:1%;
}
#tableau_de_bord{
	color:#FFFFFF;
	font-weight:bolder;
	background-color:#3A3A3A;
	width:100%;
	padding:10px;
}
#backoffice_admin_2 div:hover{
margin:1%;
}

#header_index2{
background-color:#3F97A0;
font-weight:bolder;
color:#FFFFFF;
}

#header_index2 a#acc{
color:#FFFFFF;
}