/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/* Login Panel */
#top {
	width: 880px;
	text-align: left;
	overflow: hidden;
	height: 19px;
}

#top ul.login {
	position: fixe;
	clear: both;
	height: 20px;
	width: 884px;
	text-align: left;
	float: right;
	display: block;
	margin: 0;
}


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

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

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 880;
	color: #732500;
	overflow: hidden;
	position: relative;
	height: 26px;
	background-color: #F0F0F0;
	font-weight: lighter;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_onglet.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 4px;
	display: block;
}
#login_c {
	width: 860px;
	height: 26px;
	background-image: url(../images/conn_bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#login a {
	text-decoration: none;
	color: #006699;
	font-weight: lighter;
}

#login a:hover {
	color: #666666;
	font-weight: lighter;
}

#login .loginContent {
	width: 880px;
	height: 26px;
	padding-top: 0px;
	font-size: 0.85em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#login .loginContent form {
	height: 28px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

#login .loginContent input.field {
	border: 1px solid #D6D6D6;
	margin-right: 2px;
	margin-top: 2px;
	color: #742600;
	height: 10px;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	background-color: TRANSPARENT;
}

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


#login .loginContent input.button_login {
	width: 47px;
	height: 18px;
	cursor: pointer;
	border: none;
	background-image: url(../images/button_login.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: TRANSPARENT;
}

#login .loginClose {
	display: block;
	position: absolute;
	top: 1px;
	width: 40px;
	font-size: 0.8em;
	height: 27px;
	left: 836px;
}
#login .loginClose a {
	display: block;
	width: 30px;
	height: 20px;
	padding-right: 10px;
	border: none;
	font-size: 10px;
	color: #742600;
	background-image: url(../images/button_close.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}

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