/* -------------------------
BOITE GESTION DE COMPTE
--------------------------*/
.widgetLogin {
	line-height: 100%;
	height: 100%;
}
	.widgetLogin a{
    display:block;
    margin:0 10px 10px;
	}
	
	.widgetLogin a:hover{
		text-decoration:underline;
	}
	div.widgetLoginLinks{
	  margin:10px 0 0 0;
		text-align:right;
	}
	span.widgetLoginState{
		color:#000000;
		font-weight:bold;
		margin-right:5px;
	}
	span.widgetLoginUsername{
	}
	#header .widgetLogin .row,
	#header .widgetLogin label,
	#header .widgetLogin form,
	#header .widgetLogin .submit,
	#header .widgetLogin .widgetLoginLinks{
		display: inline;
	}
	#header .widgetLogin h4{
		display: none;
	}
	#header .widgetLogin fieldset{
		display:inline;
		width: auto;
	}
	#header .widgetLogin input{
		margin-right:10px;
	}
	#header .widgetLogin .submit input{
		background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center bottom , #E9E9E9 0%, #FFFFFF 100%);
    border-color: #ABABAB;
    color: #474747;
    text-shadow: 1px 1px 0 white;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    display: inline-block;
    padding: 5px 15px;
    color: #474747;
    text-shadow: 1px 1px 0 white;
	}
	#header .widgetLogin .submit input:hover{
    background-image: -moz-linear-gradient(center bottom , #FFFFFF 0pt, #E9E9E9 100%);
    color: #474747;
    cursor: pointer;
    opacity: 0.8;
	}
	
/* -------------------------
PERSONNALISATION DU COMPTE
--------------------------*/	
#authentification{
}
#accountActions{
}
#accountModify{
}
#accountChangePassword{
}
#accountAccesConfiguration{
}
#accountAddress{
}
#accountOrdersList{
}
#accountPendingOrders{
} 
#accountHistoryOrders{
}
#accountOrdersDetail{
}
#accountAuthentification{
}
#accountAuthentificationForm{
}
#accountAuthentificationSubscription{
}
#accountNewPassword{
}
#accountSubscription{
}
