
#login {
	text-align: center;
}
	
input#file {
	color: #888888;
}

.green  {
	color: green;
	font-weight: bold;
}
	
xmp {
	font-size: 12px;
	color: red;
	padding: 0px;
	margin: 0px;
}

#username {
	text-align: center;
	font-weight: bold;
	color: white;
	}

#logout {
	text-align: right;
}

.bouton {
	width: 100px;
}

table#tabladmin {
    background-color: #111111;
    border: solid #000000 2px;
    border-collapse:collapse;
	font-size: 11px;
}

table#tabladmin td, table#tabladmin th {
    margin: 0px;
    padding: 2px;
    border: solid #000000 1px;
	text-align: center;
}



/*  	table des pistes pour un album	*/

#formulaire_pistes {
	border: 1px solid grey;
	height: 330px;
	overflow: auto;
}

table#pistes th {
	font-size: 12px;
}
.textarea_pistes {
	font-size: 17px;
}

/*  	--------------------------------------	*/
/*  	affichage de la partie admin GROUPES	*/
/*  	--------------------------------------	*/
.conteneur_bordure {
	border: 1px solid #434242;	
	padding: 3px;
	width: 680px;
}
.bloc_gauche {
	float: left;
	width: 320px;
	height: 85px;
	border: 1px solid #434242;
	padding: 3px;
	margin: 5px;
	text-align: center;
}


/*  	--------------------------------------	*/
/*  	affichage de la partie admin CONCERTS	*/
/*  	--------------------------------------	*/
.cadre_gauche {
	float: left;
	border: 1px solid #434242;
	padding: 3px;
	margin: 5px;
	text-align: center;
}



/*  	--------------------------------------	*/
/*  	affichage de la partie admin UPGRADE	*/
/*  	--------------------------------------	*/

#parchemin {
	background: url("/images/arcane/parchment.png") no-repeat;
	text-align: center;
	font-size: 16px;
	font-family: Monotype Corsiva;
	color: black;
	width: 346px !important; /* moz margin */
	width: 426px; /* IE margin */
	padding: 50px 40px 50px 40px;
	height: 468px !important; /* moz margin */
	height: 568px; /* IE margin */
	overflow: auto;
}
