/***********************************************************
	Mise en forme de la barre de login
***********************************************************/
#barre_login p{
	margin:				5px;
}

#barre_login > p > a{
	color:				#fff;
}

/********************************************
	Mise en forme générale de l'écran de login
*********************************************/

#ecran_login{

	position:			fixed;
	top:				10px;
	left:				10px;
	display:			none;

}

#ecran_login_masque{

	position:			fixed;
	top:				0px;
	left:				0px;
	background:			url("images/login/fondmasque.gif");
	display:			none;

}

#ecran_login .form_group_top{

	width:				400px;
	height:				7px;
	background:			url("images/login/bordhg.jpg") no-repeat;
	margin:				15px auto 0 auto;

}

#ecran_login .form_group_top > div{

	width:				393px;
	height:				7px;
	background:			url("images/login/bordhd.jpg") no-repeat top right;
	margin:				0 0 0 7px;

}
#ecran_login .form_group_top > div > div{

	width:				386px;
	height:				7px;
	border-top:			solid 1px #cacaca;
	background-color:	#fff;
	margin:				0 7px 0 0;

}

#ecran_login .form_group_center{

	width:				400px;
	margin:				0 auto;
	border-style:		none solid;
	border-width:		1px;
	border-color:		#cacaca;
	background-color:	#fff;
	overflow:			auto;

}

#ecran_login .form_group_center p{

	width:				300px;
	margin:				10px auto;

}


#ecran_login .form_group_center .boutons{

	text-align:			center;
	margin-top:			20px;

}

#ecran_login .form_group_center .boutons input{

	width:				200px;
	background:			url(images/login/bouton.jpg) repeat-x;
	border:				none;
	height:				30px;

}

#ecran_login .form_group_center p label:first-child{

	display:			block;
	width:				120px;
	float:				left;
	font-weight:		bold;
	color:				#777;
	line-height:		20px;

}

#ecran_login .form_group_center p input{

	width:				170px;
	border:				solid 1px #aaa;
	background:			url(images/login/fondChamp.jpg) repeat-x;
	height:				20px;

}

#ecran_login .form_group_center h2{

	text-align:			center;
	font-size:			1.2em;
	color:				#555;
	margin-bottom:		30px;
	padding:			0;
	margin-top:			0;

}
#ecran_login_quit{

	float:				right;
	margin-right:		10px;
	cursor:				pointer;
	
}

#ecran_login .form_group_bottom{

	width:				400px;
	height:				7px;
	background:			url("images/login/bordbg.jpg") no-repeat;
	margin:				0 auto 30px auto;

}

#ecran_login .form_group_bottom > div{

	width:				393px;
	height:				7px;
	background:			url("images/login/bordbd.jpg") no-repeat top right;
	margin:				0 0 0 7px;

}
#ecran_login .form_group_bottom > div > div{

	width:				386px;
	height:				7px;
	border-bottom:		solid 1px #cacaca;
	background-color:	#fff;
	margin:				0 7px 0 0;

}
