/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27 févr. 2015, 09:26:40
    Author     : thibaudvidal
*/
ul {
	list-style-type: none;
}

.nav-up {
	
	top: -58px;
}

div#topcontrol {
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 1;
	cursor: pointer;
	background: #78645D;
}

.nav-up-bar {
	top: -100px;
	width: 100%;
	position: fixed;
	transition: top 0.2s ease-in-out;
	z-index: 4;
}

.wrapper {
	z-index:4;
	position: fixed;
	top: 100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	transition: top 0.2s ease-in-out;
}

#nav {
/* 	width: 707px;
 */
 	width:100%;
 	margin: 0 auto;
}
/* perso menu bar client logIn */
ul#navigationlogin {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0px;
 	/* 	position: relative;
 */ border-left : 1px solid #c4dbe7;
	border-right: 1px solid #c4dbe7;
	border-top: 1px solid #c4dbe7;
    border-bottom: 2px solid #c4dbe7;
	position: absolute;
	background-color: #78645D;
/* 	background-color: white;
 */}

ul#navigationlogin li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
/* 	border-top: 1px solid #c4dbe7;
	border-bottom: 2px solid #c4dbe7;
 */}

ul#navigationlogin li a {
	padding: 10px 25px;
	color: #616161;
	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	display: inline-block;
	border-right: 1px solid #fff;
	border-left: 1px solid #C2C2C2;
	border-top: 1px solid #fff;
	background: white;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

ul#navigationlogin li a:hover {
	background: #f8f8f8;
	color: #282828;
}

ul#navigationlogin li:hover>a {
	background: #F1E5D7;
}

/* Drop-Down Navigation */
ul#navigationlogin li:hover>ul {
	visibility: visible;
	opacity: 1;
}

ul#navigationlogin ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	z-index: 99999;
	width: 180px;
	background: #f8f8f8;
	box-shadow: 1px 1px 3px #ccc;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
	-moz-transition: opacity 0.2s linear, visibility 0.2s linear;
	-o-transition: opacity 0.2s linear, visibility 0.2s linear;
	transition: opacity 0.2s linear, visibility 0.2s linear;
}

ul#navigationlogin ul {
	top: 43px;
	left: 1px;
}

ul#navigationlogin ul li ul {
	top: 0;
	left: 181px;
}

ul#navigationlogin ul li {
	clear: both;
	width: 180px;
	border: 0 none;
	border-bottom: 1px solid #c9c9c9;
}

ul#navigationlogin ul li a {
	background: none;
	padding: 7px 15px;
	border: 7px;
	color: #616161;
	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	display: inline-block;
	border: 0 none;
	float: left;
	clear: both;
	width: 150px;
}
.none{
	right: 5%;
}
ul#navigationlogin li a.first {
/* 	border-left: 0 none;
 */     border-left: 1px solid #C2C2C2;
 }

ul#navigationlogin li a.last {
/* 	border-right: 0 none;
 */	border-right: 1px solid #c4dbe7;
}

/* perso menu bar client logOut */
ul#navigation {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
 	padding: 0px;
/*  	border-left: 1px solid #c4dbe7;
	border-right: 1px solid #c4dbe7;
 */
  	margin-top: 0px;	
/* 	border-top: 1px solid #c4dbe7;
    border-bottom: 2px solid #c4dbe7;
 */	position: absolute;
/* 	background-color: #0b6ba8;
 *//* 	background-color: white;
 */  
}

ul#navigation li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
/* 	border-top: 1px solid #c4dbe7;
	border-bottom: 2px solid #c4dbe7;
 */}

ul#navigation li a {
/* 	margin-left: 10px;
 */    text-decoration: none;
/*     width: 25%;
 */    font-size: 14px;
    text-transform: uppercase;
    color: #0B6BA8;
    font-weight: 700;
    
	padding: 10px 25px;
/* 	color: #616161;
 */	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	display: inline-block;
	border-right: 1px solid #fff;
	border-left: 1px solid #C2C2C2;
	border-top: 1px solid #fff;
	background: white;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

ul#navigation li a:hover {
	background: #f8f8f8;
	color: #282828;
}

ul#navigation li:hover>a {
	background: #F1E5D7;
}

/* Drop-Down Navigation */
ul#navigation li:hover>ul {
	visibility: visible;
	opacity: 1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	z-index: 99999;
	width: 180px;
	background: white;
	box-shadow: 1px 1px 3px #ccc;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
	-moz-transition: opacity 0.2s linear, visibility 0.2s linear;
	-o-transition: opacity 0.2s linear, visibility 0.2s linear;
	transition: opacity 0.2s linear, visibility 0.2s linear;
}

ul#navigation ul {
	top: 43px;
	left: 1px;
}

ul#navigation ul li ul {
	top: 0;
	left: 181px;
}

ul#navigation ul li {
	clear: both;
	width: 180px;
	border: 0 none;
	border-bottom: 1px solid #c9c9c9;
}

ul#navigation ul li a {
	background: none;
	padding: 7px 15px;
	border: 7px;
/* 	color: #616161;
 */	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	display: inline-block;
	border: 0 none;
	float: left;
	clear: both;
	width: 150px;
}

ul#navigation li a.first {
	/* border-left: 0 none;
     */border-left: 1px solid #C2C2C2;
    }

ul#navigation li a.last {
border-right: 1px solid #c4dbe7;
}

/* perso menu bar Admin */
ul#navigationAdmin {
	/*     margin:0px auto;
 */
margin-left: auto;
	margin-right: auto;
	width: 100%;
 	padding: 0px;
 	/* 	position: relative;
 */ border-left : 1px solid #c4dbe7;
	border-right: 1px solid #c4dbe7;
	border-top: 1px solid #c4dbe7;
    border-bottom: 2px solid #c4dbe7;
/* 	position: absolute;
 */	background-color: #f5f5f5;}

ul#navigationAdmin li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
/* 	border-top: 1px solid #c4dbe7;
	border-bottom: 2px solid #c4dbe7;
 */}

ul#navigationAdmin li a {
	padding: 10px 25px;
	color: #616161;
	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	display: inline-block;
	border-right: 1px solid #fff;
	border-left: 1px solid #C2C2C2;
	border-top: 1px solid #fff;
	background: #f5f5f5;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

ul#navigationAdmin li a:hover {
	background: #f8f8f8;
	color: #282828;
}

ul#navigationAdmin li:hover>a {
	background: #fff;
}

/* Drop-Down Navigation */
ul#navigationAdmin li:hover>ul {
	visibility: visible;
	opacity: 1;
}

ul#navigationAdmin ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	z-index: 99999;
	width: 180px;
	background: #f8f8f8;
	box-shadow: 1px 1px 3px #ccc;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
	-moz-transition: opacity 0.2s linear, visibility 0.2s linear;
	-o-transition: opacity 0.2s linear, visibility 0.2s linear;
	transition: opacity 0.2s linear, visibility 0.2s linear;
}

ul#navigationAdmin ul {
	top: 43px;
	left: 1px;
}

ul#navigationAdmin ul li ul {
	top: 0;
	left: 181px;
}

ul#navigationAdmin ul li {
	clear: both;
	width: 180px;
	border: 0 none;
	border-bottom: 1px solid #c9c9c9;
}

ul#navigationAdmin ul li a {
	background: none;
	padding: 7px 15px;
	border: 7px;
	color: #616161;
	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	display: inline-block;
	border: 0 none;
	float: left;
	clear: both;
	width: 150px;
}

ul#navigationAdmin li a.first {
/* 	border-left: 0 none; */
     border-left: 1px solid #C2C2C2;
}

ul#navigationAdmin li a.last {
	border-right: 0 none;
}