.btn-separateur {
	width: 100px;
	background-color: transparent;
}

.border-default {
	border: solid 2px #777 !important;
}

.border-primary {
	border: solid 2px #337ab7 !important;
}

.border-success {
	border: solid 2px #5cb85c !important;
}

.border-info {
	border: solid 2px #5bc0de !important;
}

.border-warning {
	border: solid 2px #f0ad4e !important;
}

.border-danger {
	border: solid 2px #d9534f !important;
}

.no-padding {
	padding: 0px !important;
}

.no-margin {
	margin: 0px !important;
}