/***** clearfix *****/
.clear {clear: both; height: 0; line-height: 0;}

/* Panel Tab/button */
.tab {
	border-top:2px solid #0a367f;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 22px;
	width: auto;
  	font-weight: bold;
	line-height: 22px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 12px;
	text-align: center;
}
#toggle{margin:0 0px 0 0; }
#toggle a{background: #0a367f; height:22px;}
.tab ul.login li.left {
  	background: url(../images/commun/fond_lien_client.png) no-repeat left 0;
  	height: 22px;
	width: 19px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	height: 22px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
	display: block;
	float: left;
	height: 22px;
}

.tab ul.login li a {
	color: #FFF;
	font-size:10px;
	text-decoration:underline;
}

.tab ul.login li a:hover {
	text-decoration:none;
}

.tab .sep {color:#fff; background: #0a367f; height:22px; padding:0 6px;}
.tab .panier{padding:0 0 0 25px; background: url(../images/commun/fond_lien_panier.png) no-repeat right 0; width:140px;}
.tab .panier a{margin:0 0 0 15px;}
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
}


/* sliding panel */
#toppanel {
    position: absolute;   /* Le panneau passe au dessus du contenu */
    /*position: relative;*/   /* Le panneau déplace le contenu */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 40px;
	color: #999999;
	background: #0a367f;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration:underline;
	color: #fff;
}

#panel a:hover {
	color: white;
	text-decoration: none;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
	font-size: 12px;
}

#panel .content .left {
	width: 780px;
	float: left;
	padding: 0 15px;
}

#panel .content .right {
	border-right: 1px solid #fff;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	padding-top: 8px;
	width: 280px;
	color:#fff;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #fff;
	margin-right: 5px;
	margin-top: 4px;
	width: 150px;
	color: #000;
	height: 16px;
}

#panel .content input:focus.field {
	background: #fff;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	color:#fff;
	height: 18px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
}

#panel .content input.bt_login {
	background: #0a367f;
}
.bt_login_click{color:#9cbbd7;}

#panel .lost-pwd {
	display: inline;
	clear: right;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	font-size: 12px;
	border-left:1px solid #fff;
}
#panel .first-lost-pwd {
	display: inline;
	clear: right;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	font-size: 12px;
	border-left:none;
}


