
.container{
	margin-bottom:70px;
	margin-top:60px;
}

.header{
	border-bottom:1px solid #dddddd;
	background:#ffffff;
	position:fixed;
	width:100%;
	z-index:1;
	top:0;
}

.sous-header{
	margin-right:auto;
	margin-left:auto;
	max-width:1140px;
	padding:10px 0;
	height:51px;
}

.footer{
	border-top:1px solid #dddddd;
	background:#ffffff;
	position:fixed;
	width:100%;
	z-index:1;
	bottom:0;
}

.sous-footer{
	padding:10px 15px;
	margin-right:auto;
	margin-left:auto;
	max-width:1140px;
	height:58px;
}


#div-loader{
	background:rgba(255, 255, 255, 0.5);
	position:fixed;
	display:none;
	height:100%;
	width:100%;
	z-index:2;
	top:0;
}

#div-loader img{
	right:calc(50% - 18px);
	top:calc(50% - 18px);
	position:absolute;
	width:36px;
}

.sortable-chosen{
	background:#edf6ff;
}