h1{
	margin-top: 0;
}

h2{
	color: white;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-left:20px;
}

.fond{
	background:url("/images/top.png");
	background-repeat:no-repeat;
	background-size: 100%;
}

.separator{
	background:url("/images/separateur.png");
	background-repeat:no-repeat;
	background-size: 900px 1px;
	height: 10px;
	width: 900px;
	margin: 10px auto;
	margin-bottom: 0px;
}

.logokaza{
	background:url("/images/kazabox.png");
	background-repeat:no-repeat;
	background-size: 110px;
	height: 100%;
	width: 40%;
	float: left;
}

.list{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}	

.list li{
	float:left;
	width: 25%;
	height: 100%;
	vertical-align: middle;
	padding-top: 8px;
	text-align: center;
}

.list li a{
	font-size: 20px;
	color: white;
	font-weight: bold;
	text-decoration:none;
}

.list li a:hover, .list li a:active, .active{
	color:#33aa39 !important;
}

.choix_periode{
	padding-left: 25px;
	margin-bottom: 20px;
	font-size: 18px;
	color: white;
}

.corps{
	background:url("/images/FOND.png");
	background-repeat:no-repeat;
	background-size: 100%;
}

.menu{
	background:url("/images/menu.png");
	background-repeat:no-repeat;
	background-size: 100%;
	height: 50px;
}

.menu div:first-child{
	width:80%;
}

.menu div:last-child{
	width:19%;
}

.menu div:last-child li{
	width:100%;
}

.col{
	width:15%;
	margin-left:23px;
	margin-right:23px;
}

.content{
	margin-top:20px;
}

.button_green{
	background:url("/images/compta.png");
	background-repeat:no-repeat;
	background-size: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color:White;
}

.w997{
	width:997px;
	margin:0 auto;
}

.h100{
	height:100px;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.cb{
	clear:both;
}

.copyright{
	color:white;
	font-size:10px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.contenu_auth{
	width: 50%;
	margin: 0 auto;
	color: white;
	border: 1px solid white;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

#popup_magasin{
	position: fixed;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../images/transparent.png");
}

#popup_magasin div{
	margin: 185px auto;
	margin-left: 35%;
	width: 30%;
	background-color: white;
	height: 90px;
	padding: 10px;
	border-radius: 10px;
}

#popup_magasin div select{
	width: 70%;
}

#popup_magasin div p{
	font-size: 18px;
	font-weight: bold;
}

.nombase{
	width: 40%;
	height: 100px;
	float: right;
}

.nombase p{
	color:white;
	font-size:20px;
	float:right;
	font-weight:bold;
	margin-top: 40px;
}

.transparent_show {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #222222B4;
	width: 100vw;
	height: 100vh;
	color: white;
	display: flex !important;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	font-weight: bold;
}
