@import 'home.css';
@import 'formation.css';
@import 'myaccount.css';
@import 'planning.css';

/* PANEL */
#user-login {
	margin-bottom: 12px;
}

#user-login label {
	color: #666;
	margin-left: 2px;
	font-weight: bold;
}

#user-login a.logout {
	float: right;
	font-size: 0.9em;
	margin: 0 8px;
}

#id_username,
#id_password {
	background: #fff no-repeat 4px 50%;
	border: 1px solid #ccc;
	font-size: 0.8em;
	height: 18px;
	padding: 1px 4px 1px 24px;
	width: 128px;
}

#id_username {
	background-image: url(./images/icons/user.png);
}

#id_password {
	background-image: url(./images/icons/key.png);
}

#panel {
	padding: 8px;
}

#panel p {
	margin: 0;
}

#panel ul {
	list-style-type: none;
	padding: 2px;
	text-align: right;
}

#panel li {
	background-color: #333;
	display: inline;
	padding: 4px 6px;
	-moz-border-radius: 0.5em;
}

#panel li a {
	background: no-repeat 0;
	color: #ccc;
	padding-left: 20px;
}

#panel li.cart a {
	background-image: url(./images/icons/cart.png);
}

#panel li.help a {
	background-image: url(./images/icons/help.png);
}

#panel li.account a {
	background-image: url(./images/icons/user.png);
}

#panel li.register a {
	background-image: url(./images/icons/register.png);
}

#panel li.logout a {
	background-image: url(./images/icons/logout.png);
}

#panel li.order a {
	background-image: url(./images/icons/order.png);
}

/* CONTENT */
table {
	border-spacing: 0;
}

table th {
	text-align: left;
}

ul.ChildLinks ul{
	padding: 0.5em 2em;
	list-style-type: square;
}

ul.ChildLinks {
	margin: 0 1em;
	list-style-type: square;
}

sup {
	color: #F00;
}

