/*
/* CSS du bloc inclu d'identification
/* Pages :
/*  - OrderAuthentification
/*  - AuthentificationError
/**/
/*****************/
/* Corps de page */
#div_main {
	padding-top: 0px; 
}
/*****************/
/*********************/
/* Colonne de gauche */
#div_informations {
	background-image: url("skin/rub_achatsecu.png");
	background-repeat: no-repeat;
	float: left;
	height: 797px;
	margin-bottom: 30px;
	width: 211px;
}
/* Colonne de gauche */
/*********************/
/*********************/
/* Colonne de droite */
#div_asYouWant {
	float: left;
	padding-left: 35px;
	width: 730px;
}
#div_asYouWant h1 {
	margin-bottom: 30px;
	margin-top: 30px;
}
/* Colonne de droite */
/*********************/

#div_authentification {
	height: 238px;
	width: 739px;
}
#div_authentification label, #div_authentification p {
	color: black;
}
div.authentification {
	height: 208px;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 30px;
	text-align: left;
	width: 286px;
}
div.authentification span.title {
	color: #340700; 
	display: block;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
#div_alreadyRegistered, #div_recoverPwd {
	background-image: url("skin/authentification_left_block_bg.png");
	background-repeat: no-repeat;
	float: left;
}
#div_alreadyRegistered label, #div_recoverPwd label {
	display: block;
}
#div_alreadyRegistered input, #div_recoverPwd input {
	display: block;
	margin-bottom: 6px;
}
#a_passwordLost {
	background-image: url("skin/dot.png");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#a_validate {
	background-image: url("skin/bt_valider.png");
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	margin: auto;
	margin-top: 10px;
	width: 114px;
}
#a_validate:hover {
	background-position: left -33px;
}
#a_validate span {
	display: none;
}
#div_accountCreation {
	background-image: url("skin/authentification_right_block_bg.png");
	background-repeat: no-repeat;
	float: right;
}
#div_accountCreation p, #div_recoverPwd p {
	margin-bottom: 10px;
}
#a_create {
	background-image: url("skin/button_create_account.png");
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	margin: auto;
	margin-top: 10px;
	width: 177px;
}
#a_create:hover {
	background-position: left -33px;
}
#a_create span {
	display: none;
}