/*
	Name: Sliding Login Panel with jQuery 1.3.2
	Author: Jeremie Tisseau
	Author URI: http://web-kreation.com/
	Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
	Date: March 26, 2009
	Version: 1.0
	
	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/
	
*/ 

* body  {margin: 0; 
	background :none repeat scroll 0 0 #fff4f2;
	font-family: comic Sans MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
}



.EntrebordureArrondi .open, .EntrebordureArrondi .close {
	border: 0px solid yellow;
	height: 20px;
	cursor: pointer;
	width: 140px;
	position : relative;
	text-align:left;
	float:left;
}

.close ,.open,.refdeconn
{
	color:yellow;
}
.close:link .open:link,.refdeconn:link
{
	color:yellow;
}

.close:hover,.open:hover,.refdeconn:hover{text-decoration: none; color: orange; /*font-weight:bold;*/}
/*
	.EntrebordureArrondi a.open {background: url(../images/bt_open.png) no-repeat right 0; }
	.EntrebordureArrondi a.close {background: url(../images/bt_close.png) no-repeat right 0;}
	.EntrebordureArrondi a:hover.open {background: url(../images/bt_open.png) no-repeat right -19px;}
	.EntrebordureArrondi a:hover.close {background: url(../images/bt_close.png) no-repeat right -19px;}
*/

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;	
    z-index: 800;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	background-color: #B3609E;
    height: 10px;	
	min-width: 1200px;
	display:none;
}


#panel {
	margin-left: 25%;
	margin-right: 25%;
	height: 0px;
	color: #999999;
	/* ab background: #330033;*/
	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;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

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

#panel a {
	text-decoration: none;
	color: #15ADFF;
}


#panel a:hover {
	color: white;
}

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

#panel .content {
	width: 100%;
	border : 0px solid red;
	text-align: left;
	font-size: 0.97em;
}

#panel .content .BordureDroite {
    border: 0px solid red;
    float: left;
    height: 351px;
	width:17px;
	background: transparent url(../images/cote_login_droit_fuschia_1.png) repeat-y top left;
	
}

#panel .content .BordureGauche {
    border: 0px solid red;
    float: left;
    height: 351px;
	width:17px;
	background: transparent url(../images/OK_Cote_Login_Gauche_Fuschia.png) repeat-y top left;
	
}

#olvidarclave
{	
	font-size: 0.8em;
}

.invite
{
	color : white;
	text-align: center;
	float:left;
}

.baslogin {
    border: 0px solid blue;
    overflow:hidden;
    height: 351px;
	background: #330033;
	
}


.BordureGaucheArr{
	margin-left: 25%;
    border: 0px solid green;
    float: left;
    height: 80px;
	width:75px;
	background: transparent url(../images/Bord_Arrondi_Gauche.png) repeat 0 0;
}


.EntrebordureArrondi{
	
    border: 0px solid green;
    float: left;
    height: 80px;
	width: 138px;
	background: transparent url(../images/Entre_Deux_Bords_Arrondis.png) repeat 0 0;
	
    
}


.BordureDroiteArr{
	
	/* ab margin-left: 25%;*/
    border: 0px solid green;
    float: left;
    height: 80px;
	width:75px;
	background:  url(../images/OK_Bord_Arrondi_Droit.png) repeat 0 0;
}

.bt_register_login,
.bt_login_login {
	
}

.bt_register_login_1
{
	background: none repeat scroll 0 0 purple;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    margin-top: 10px;
    text-align: center;
    
}

.bt_login_login_1 {
	background: none repeat scroll 0 0 #9E1E61;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    margin-left: 153px;
    margin-top: -23px;
	border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    text-align: center;
}

.bt_register_login:hover input, 
.bt_login_login:hover input {
    background-position: 0 -28px;
}


#panel .content .left {
	width: 220px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
	background: #330033;
	overflow:hidden;
	height:351px;
}


#panel .content .right {
	border-right: 0px solid #333;
	overflow:hidden;
	background: #330033;
	height:351px;
}

#panel .content form {
	
	border-left-width: 0;
	margin-top: 0px;
	padding-left: 15px;
	
}


#panel .content label {	
	padding-top: 1px;
	font-size: 12px;
	width: 250px;
	display: block;
	color:#3C3C3C;
}


#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;	
	margin-top: 1px;
	width: 162px;
	color: white;
	height: 16px;
	font-size: 11px;
}

.captcha {
	background: none repeat scroll 0 0 white;
	border: medium none;
	color: black;
	font-size: 13px;
	height: 20px;
	margin-left: 17px;
	margin-top: 1px;
	padding-left: 0;
	width: 89px;
	
}




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

#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}


#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#IdMessageErreur
{	
	background-color: #B1FF61;
	border: 0.2em outset #666666;
	color: purple;
	float: left;
	font-size: 0.97em;
	margin-top: 12em;
	padding: 1em;
	position: relative;
	text-align: center;	
}

#idMailOublie
{
    background: none repeat scroll 0 0 white;
    border: 1px solid white;
    color: black;
    margin-right: 5px;    
	height: 20px;
    visibility: visible;
    width: 240px;
}

#bordpanel
{
	background-color:purple;
}


#idcontra
{
	border-bottom-width: 0;
	margin-bottom: 9px;
	margin-top: 0;
	padding-top: 0;
	width: 103px
	padding-bottom: 0;
	padding-left: 102px;
	height: auto;
}

#debbook
{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: white;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	color: PowderBlue;
	display: block;
	margin-bottom: 4px;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	width: 191px;
}

#book
{
	display: block;
	margin-bottom: 7px;
	margin-left: 0;
	text-align: center;
	width: 176px
}

#plabtlogin {
	border: 0 solid pink;
	color: pink;
	float: left;
	height: 28px;
	padding-top: 3px;
	width: 72px;
}

#buttonokcgu {
	background: url('../images/OK_Aceptocgu.png') no-repeat scroll left top transparent;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	height: 28px;
	margin-top: 10px;
	text-align: center;
	width: 160px;
}

#buttonkocgu {
	background: url('../images/OK_Noaceptocgu.png') no-repeat scroll left top transparent;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	height: 28px;
	margin-top: 10px;
	text-align: center;
	width: 160px;
}


#buttonkocgu:hover  {
	background-position: 0 -28px;
}
