.pointer {
	cursor: pointer;
}

.groupHeader {
	padding: 0.3em 0.2em 0.2em 0.3em;
}

.groupContent {
	padding: 0.3em 0.2em 0.2em 0.3em;
}

/* Boîte de dialogue non fermables. */
.notCloseableDialog button.ui-dialog-titlebar-close {
	display: none;
}

/* Matérialise un lien "collapsible". */
.collapsible.collapsible-with-arrow:after {
	/* essential for enabling glyphicon */
	font-family: 'Glyphicons Halflings';
	/* symbol for "opening" panels */
	content: "\e114"; /* taken from bootstrap.css */
	float: right;
}
.collapsible.collapsible-with-arrow.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080"; /* taken from bootstrap.css */
}