Artifact ab8f8769caca74dfba2ee3efcbf075e86c1b4135:


body {
	background-position: -180px 0px;
	background-attachment: scroll;
	font-size: 11pt;
}

.header h1 {
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	margin: .3em 0;
}

.header .menu {
	background: none !important;
	position: relative;
	margin: 0;
	width: auto;
	padding: 0;
}

.header .menu > li {
	margin: .1em 0;
}

.header .menu a {
	font-weight: normal;
	padding: 0;
	display: inline;
	padding: .2em;
	color: black;
	border-radius: 0 .5em .5em 0;
}

.header .menu a:hover {
	background: none;
}

.header .menu > li a {
	color: white;
	display: inline-block;
	padding: .2em .5em .2em .2em;
}

.header .menu > li > a:active {
	color: #000;
}

.header .menu a b {
	float: left;
	font-size: 1.1em;
	margin: 0 .3em 0 0;
	width: 1.2em;
	text-align: center;
	color: inherit;
}

.header .menu a small {
	float: none;
}

.header .menu li li, .header .menu li ul {
	display: inline;
}

.header .menu li li a {
	padding: .2em;
	font-size: .9em;
}

.header .menu li.current > a {
    background: rgb(217, 134, 40);
    background: rgba(217, 134, 40, 0.5);
    background: rgba(var(--gSecondColor), 0.5);
	color: #000;
}

.header .menu li li.current > a {
	border-radius: .5em;
	padding: .2em .4em;
}

main {
	margin: 0;
	padding: .1em;
}

ul.actions {
	padding: 0;
	border: none;
	font-size: .8em;
	text-align: center;
	margin: .3em 0;
}

ul.actions li a {
	margin: .1em;
	border-radius: .5em;
}

.filterCategory, .searchMember {
	width: auto;
	float: none;
}

pre.sql_schema, .wikiChildren, fieldset.wikiMain, fieldset.wikiRights, fieldset.wikiEncrypt {
	float: none;
	width: auto;
}

dl.describe dt, dl.describe dd {
	float: none;
	width: auto;
	text-align: center;
}

/* Petits écrans (smartphones) */
@media screen and (max-width:600px) {
	table.list td, table.list th {
		display: inline-block;
		border-left: 1px solid #999;
		width: auto !important;
	}

	colgroup {
		/* Hack pour désactiver les largeurs de colonnes */
		display: none;
	}

	table.list td:first-child, table.list th:first-child {
		border-left: none;
	}

	.infos_asso {
		float: none;
		width: auto;
	}

	input[type=text], textarea, input[type=password], input[type=email], input[type=url], input[type=tel], select {
		min-width: 3em;
		width: 95%;
	}
}