﻿.LoggedZone, .CUSTOMERMenu {
	background-color: #47505a;
	font-size: 12px;
	padding: 0px;
	width: auto;
	min-width: 180px;
	right: -45px;
    position: relative;
}
.CUSTOMERMenuMain {position:absolute;
	top:45px;
	z-index:100;}
.LoggedZone, .CUSTOMERMenu a:link, .LoggedZone, .CUSTOMERMenu a:visited, .LoggedZone, .CUSTOMERMenu a:hover, .LoggedZone, .CUSTOMERMenu a:active {
	color: #fff; font-size: 12px;
}
#customerM {
	text-align: left;
}
.LoginCustomer_Title {
	height: 34px;
	line-height: 34px;
	background-color: #6366c9;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.LoggedZone_Main {
	margin: 15px 10px 5px 10px;
	background-color: #F6F6F6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px
}
.LoggedZone_Main .LoggedInCustomer_Text_Left {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}
.LoggedZone_Main .LoggedInCustomer_Name {
	display: block;
	font-size: 10px;
}
table.MainMenu {
	margin: 0px;
	padding: 10px;
	background-color: #000;
	cursor: pointer;
	color: #acacac;
	text-transform: uppercase;
	display: inline-block;
}
.UpArrow {
	background-image: url('/imagesPortal/fr/localisation/194222/images/icon-menuarrows.png');
	background-repeat: no-repeat;
	background-position: 0 -17px;
}
.DownArrow {
	background-image: url('/imagesPortal/fr/localisation/194222/images/icon-menuarrows.png');
	background-repeat: no-repeat;
	background-position: 0 -1px;
}
#_Informations table, #_History table {
	background-color: #47505a;
}
#_Informations a, #_History a, #_Delivery a {
	display: inline-block;
	padding: 10px; width: 100%;
}
#_Informations a:hover, #_History a:hover, #_Delivery a:hover {background: #f5f5f6; color: #47505a; text-decoration: none;}
.btnDeco {
	text-align: center; padding: 10px;
}
.btnDeco input {
	margin: 10px auto;
}


/* FIX FOR QUEST #38541 */
.CUSTOMERMenu#PoolManager a.MenuClient {display: inline-block; padding: 10px 5px; background-color: #df1e2f; border: 1px solid #df1e2f; color: #fff; margin: 5px 5px; text-align: center; font-size: 11.5px; width: 185px;}
.CUSTOMERMenu#PoolManager a.MenuClient:hover {background: transparent; border: 1px solid #df1e2f; color: #df1e2f; text-decoration: none;}