label{
	margin-top:5px;
	margin-bottom:2px;
	padding-top:0px;
	padding-bottom:0px;
}

.test{
	border:1px red solid;
}

.datatable td{
	font-size:0.8em;
}

body.boxed-layout .wrapper {
	max-width: 100%;}

.separator{
	margin:10px 30px;
	
	
	width:100%;
	height:10px;
	border-bottom:1px solid #999;
}

.h-150 tbody{
	max-height:150px;
	overflow-y:auto;
	width:100%;
	display:block;
}
.h-150 thead{
    display:table;
    width:100%;
    table-layout:fixed;
}	
.h-150 tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
.bold{
	font-weight:700; 
	background-color:#fff8d0;
}
.couleur{
	font-weight:700; 
	color:#FF4081;
}

.strong{
	
	font-weight:700!important;
	
}

a{
	text-decoration:none;
}

