a {
	color: #5a3463;
}

table {
	border-collapse: collapse;
	border: 1px solid #999;
	width: 100%;
	clear: both;
}

tr {
	vertical-align: top;
	border: 1px solid #999;
}

.tr0, tr:nth-child(even) {
	background-color: #ddded5;
}

thead tr {
	font-weight: bold;
	background-color: #333;
	color: #fff;
}

thead tr input {
	font-weight: normal;
	font-size: 0.9em;
}

thead tr .unite {
	font-weight: normal;
	font-size: 0.9em;
}

td {
	text-align: left;
	border-left: 1px solid #ccc;
	padding: 0.5em 1em;
}

tr td:nth-child(1), tr td:nth-child(7), tr td:nth-child(10), .text-right {
	text-align: right;
}

td em {
	color: #aaa;
}

body.minipres {
	padding: 1% 1% 5%;
}

body.minipage { /* SPIP 4.2  */
	display: block;
}

#minipres {
	width: 98%;
	padding: 20px 1%;
	overflow-x: scroll;
}

.minipage-bloc { /* SPIP 4.2  */
	margin: 1rem auto; 
	width: 98%;
}

img.favicon {
	float: left;
	width: 16px;
	height: 16px;
}

.logo_mutualisation {
	text-align: center;
}

.upgrade {
	text-align: center;
	padding: 0 .5em;
	display: inline;
}

form.upgrade {
	padding: 0.5em 0;
	margin: 0;
	display: block;
	width: 100%;
}

.upgrade div {
	display: inline;
}

.upgrade input, .upgrade button[type="submit"] {
	border: 2px solid red;
	color: red;
	background-color: #fff;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

.erreur {
	color: red;
	font-weight: bold;
}

.taille {
	text-align: right;
}

.loading {
	background: url(images/loading.gif) left center no-repeat
}

.liste-plugins {
	display: block;
}

form.upgrade + .liste-plugins {
	margin-top: 0.5em;
}

p {
	margin-top: 1em;
}

.toolbar {
	/* border-top: 2px solid #dfdfdf; */
	bottom: 0;
	clear: both;
	display: block;
	font-size: 0.9em;
	left: 0;
	margin: 0;
	min-height: 38px;
	padding: 0 5em;
	position: fixed;
	right: 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #dfdfdf 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dfdfdf 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfdfdf 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dfdfdf 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dfdfdf 0%, #ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

}

.toolbar .toolbar-block {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #dfdfdf;
	height: 38px;
	position: relative;
}

.toolbar .toolbar-block:hover {
	background-color: #ffffff;
}

.toolbar .toolbar-block .toolbar-icon {
	height: 28px;
	line-height: 28px;
	padding: 5px;
}

.toolbar .toolbar-block .toolbar-icon [class^=icon] {
	width: 28px;
	height: 28px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	float: left;
}

.toolbar .toolbar-block .toolbar-icon [class^=icon] + span {
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
}

.toolbar .toolbar-block .toolbar-info {
	display: none;
	bottom: 38px;
	position: absolute;
	width: 20em;
	padding: 10px;
	background-color: white;
}

.toolbar .toolbar-block .toolbar-info .toolbar-info-element {
	overflow: hidden;
	padding: 0.25em 0;
}

.toolbar .toolbar-block .toolbar-info .toolbar-info-element span {
	float: left;
	width: auto;
}

.toolbar .toolbar-block .toolbar-info .toolbar-info-element b {
	width: 10em;
	float: left;
	clear: left;
}

.icon-time {
	background-image: url(images/icon-time-grey-20.png);
}

.icon-memory {
	background-image: url(images/icon-memory-grey-20.png);
}

.icon-php_info {
	background-image: url(images/icon-php_info-grey-20.png);
}

.icon-plugins {
	background-image: url(images/icon-plugins-grey-20.png);
}
