/*
 * Copyright (c) 2014 AQUILAB
 * Update on 2014/10/2 by thomasg
 */

/* La barre de status */
#topbar {
	color: white;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 0 5px #999999;
	font-size: 14px;
}

#topbar ul li {
	display: block;
	float: left;
	position: relative;
}

#topbar .topbarLink.topbarMainLink {
	font-size: 17px;
	margin-right: 10px;
}

#topbar .topbarLink {
	padding: 10px 17px;
	color: white;
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
}

#topbar .topbarLink .fa {
	font-size: 15px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 3px;
}

#topbar .topbarLink:hover {
	cursor: default;
}

#topbar a.topbarLink:hover, #topbar a.topbarLink.active {
	text-decoration: none;
	cursor: pointer;
}

/**
 * Quand clik sur son nom
 */
#topbar UL LI UL {
	display: none;
	background: white;
	position: absolute;
	right: 0;
	min-width: 160px;
	float: left;
	top: 36px;
	padding: 5px 0;
	border: 1px solid #f5f7fc;
	border-radius: 0 0px 4px 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#topbar UL LI.isOpen .fa.fa-caret-down, #topbar UL LI .fa.fa-caret-up {
	display: none;
}

#topbar UL LI.isOpen .fa.fa-caret-up {
	display: inline !important;
}

#topbar UL LI.isOpen UL {
	display: block;
}

#topbar UL LI UL LI {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
}

#topbar UL LI UL .topbarLink {
	color: #333333;
	padding: 8px 20px;
	text-align: left;
	white-space: nowrap;
	display: block;
	line-height: 15px;
}

#topbar UL LI UL .topbarLink:hover {
	background: #f5f7fc;
}

#topbar UL LI UL LI.divider {
	border-top: 1px solid #f5f7fc;
	height: 1px;
	margin: 4px 0;
}

/* --------------------- */

#banner {
	text-align: right;
	position: relative;
}