.tweenerlogout {
margin-top:60px;
text-align:center;
float:center;
width:600px;
}

.tweenerlogin {
margin-top:5px;
text-align:center;
float:center;
width:600px;
}

.error_red{color:#ff0000;}

/* Login Panel */
#top {
  	background: url('../../images/login/login_top.jpg') repeat-x 0 0;
	height: 38px;
	width:100%;

	position: relative
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 70px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url('../../images/login/login_r.jpg') no-repeat right 0;
	padding-right: 45px
}

#top ul.login li.left {
  	background: url('../../images/login/login_l.jpg') no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left
}

#top ul.login li {
 	text-align: left;
  	display: block;
	float: left;
	height: 38px;
  	background: url('../../images/login/login_m.jpg') repeat-x 0 0;; padding-left:6px; padding-right:6px; padding-top:0; padding-bottom:0
}

#top ul.login li a {
	color: #33CCCC;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/

#sectionlogin {
	font-size: 0.85em;
	
	margin-top:20px;
	margin-left:70px;
}

#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 590px;
	height:60px;
	margin: 0 auto;

	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	width: 140px;
	float: left;
	padding-left: 55px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 322px;
	text-align: right;
	padding-left: 98px;
	font-size: 0.95em;
	padding-top:8px;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 50px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 63px;
	height: 20px;
	cursor: pointer;
	border: medium none;
	background: url('../../images/login/connexion.jpg') no-repeat 0 0;
}


#login .loginContent input.button_passPerdu {
	width: 63px;
	height: 20px;
	cursor: pointer;
	border: medium none;
	background: url('../../images/login/envoyer.jpg') no-repeat 0 0;
}
#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	margin-top:-6px;
	display: block;
	width: 100%;
	height: 20px;
	background: url('../../images/login/button_close.jpg') no-repeat right 0;
	padding-right: 10px;
	border: medium none;
	font-size: 0.9em;
	color: white
}

#login .loginClose a:hover {
	background: url('../../images/login/button_close.jpg') no-repeat right -20px;
}
