/* ---[ UserAccount.css ]----------------------------------------

DESCRIPTION:
Tout les éléments composant l'interface compte utilisateur (UserAccount = UA)

CONTENT:
- Panels
- Disposition du contenu de la page Login
- Tabs
- Form Input Style
- Tables Profile
- Texts - Commun
- Texts - Mise en forme boite profil
- ToolTips
- Alert Messages

----------------------------------------------------------------- */


/* ---[ Panels ]------------------------------------------------- */

.UA_Panel {
	width:466px;
	border:solid 1px #aaa;
	margin:0;
	padding:0;
	background-color:#eee;
}

.UA_PanelHeader {
	background-color:#666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	padding:7px;
}

.US_PanelTab {
	margin-top: 15px;
	padding-left: 9px;
	background-image: url(../images/common/menu/tab-background.gif);
	background-repeat: repeat-x;
	background-position: 0 21px;
}

.UA_PanelBody {
	background-color: #fff;
	width: 448px;
	padding: 18px 9px;
	color:#666;
}

.UA_PanelBody div {
	height:auto;
	width:auto;
	overflow:visible !important;
}

.UA_PanelFooter {
	border-top:solid 1px #aaa;
	padding:9px;
	text-align:right;
}


/* ---[ Disposition du contenu de la page Login ]---------------- */

#UA_PageLogin {
	float:left;
	height:auto;
	margin-bottom:12px;
	margin-left:9px;
	width:636px;
}

*html #UA_PageLogin {
	margin-left:5px;
}

#UA_PageLogin_CreateAccount {
	width:344px;
	float:left;
}

.UA_Panel_Login {
	width:280px;
	float:right;
	border:solid 1px #aaa;
}

.UA_PanelBody_Login {
	background-color: #fff;
	width: 278px;
	padding: 10px 2px 0 0;
	color:#666;
}


/* ---[ Tabs ]--------------------------------------------------- */

.UA_PaneTab {
	background-image:url(../images/common/menu/tab-right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#333;
	font-size:11px;
	font-weight:normal;
	height:21px;
	margin-top:1px;
	padding-right:4px;
	padding-left:0px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.UA_PaneTab1 {
	background-image:url(../images/common/menu/tab-left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:3px;
}

.UA_PaneTab2 {
	background-image:url(../images/common/menu/tab.gif);
	background-position:top left;
	background-repeat:repeat-x;
	cursor:pointer;
	height:13px;
	overflow:hidden;
	padding:4px 8px 4px 5px;
	text-align:center;
	white-space:nowrap;
}

.UA_PaneTabSelected {
	background-color:#F6F6F6;
	background-image:url(../images/common/menu/tab-selected-right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#333;
	cursor:hand;
	font-weight:bold;
	height:21px;
	margin-top:1px;
	padding-right:4px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.UA_PaneTabSelected1 {
	background-image:url(../images/common/menu/tab-selected-left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:3px;
}

.UA_PaneTabSelected2 {
	background-image: url(../images/common/menu/tab-selected.gif);
	background-position: top left;
	background-repeat: repeat-x;
	cursor: pointer;
	font-weight: bold;
	height: 13px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	padding:3px 8px 5px 5px ;
}

.UA_PaneTabHover {
	background-color:#F6F6F6;
	background-image:url(../images/common/menu/tab-hover-right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#333;
	cursor:hand;
	font-weight:normal;
	height:21px;
	margin-top:1px;
	padding-right:4px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.UA_PaneTabHover1 {
	background-image:url(../images/common/menu/tab-hover-left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:3px;
}

.UA_PaneTabHover2 {
	background-image:url(../images/common/menu/tab-hover.gif);
	background-position:top left;
	background-repeat:repeat-x;
	cursor:pointer;
	height:13px;
	overflow:hidden;
	padding:4px 8px 4px 5px;
	text-align:center;
	white-space:nowrap;
}


/* ---[ Form Input Style ]--------------------------------------- */

.UA_Input_Login { 
	width:128px;
}

.UA_Input_Login_Small {
	width:80px;
}

.UA_Input_Login_Medium {
	width:170px;
}

.UA_Input_Login_Large {
	width: 230px;
}

.UA_Input_Login_ExtraLarge {
	width:275px;
}

.UA_Input_Login_Text, .UA_Input_Login_Text Input {
	font-size:11px;
	color:#333333;
}


/* ---[ Tables Profile ]----------------------------------------- */

.UA_TableProfile table {
	margin-bottom: 5px;
}

.UA_TableProfile_Error table {
	margin-bottom:5px;
	background-color:#fff4f4;
	border: #ff0000 2px solid;
}

.UA_TableProfileNewsletter {
	margin-top: 10px;
	margin-bottom: 15px;
}

.UA_TableProfileNewsletter label {
	margin:0px;
}

.UA_TableProfileLeft {
	font-size:11px;
	font-weight:bold;
	width:130px;
	padding-top:7px;
}

.UA_Panel_ViewProfile .UA_TableProfileLeft {
	padding-top:4px;
}

.UA_TableProfileRight {
	width:304px;
}

.UA_TableProfileRight Input {
	margin-bottom:1px;
}

.UA_TableProfileRight img {
	margin-left:3px;
}

.UA_TableProfileRightInfo {
	background-color:#e8eef4;
	font-size:10px;
	padding:2px;
	color:#555;
	margin-top:1px;
	width:290px;
}

.UA_TableProfileRightWarning {
	background-color:#ffe9e9;
	font-size:10px;
	padding:2px;
	color:#FF0000;
	margin-top:1px;
	width:290px;
	clear:both;
}

.UA_ProfileSeparator {
	width: 410px;
	height: 2px;
	margin: 10px 20px 15px 20px;
	font-size: 0px;
	clear: both;
	border-top: #CCC 1px solid;
}


/* ---[ Texts - Commun ]----------------------------------------- */

.UA_TextLogin {
	font-size:12px;
	font-weight:bold;
}

.UA_profilecategory {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:15px;
	color:#555;
}

.UA_NewsletterTittle {
	font-weight: bold;
	text-transform: uppercase;
	font-size:11px;
}

.UA_NewsletterFrequency {
	font-weight: normal;
	text-transform: lowercase;
	font-size: 10px;
	color:#777;
}

.UA_TextNextSteps {
	background-color: #E8EEF4;
	padding: 8px;
	color:#555;
	font-size:11px;
}

.UA_TextNextSteps ol li {
	list-style-position: outside;
	list-style-type: decimal;
	padding-top:5px;
	padding-bottom:5px;
}

.UA_TextNextStepsTitle {
	font-size:13px;
	font-weight:bold;
}

.UA_TextUserEmail {
	font-size:16px;
	font-weight:bold;
	clear:both;
	margin-top:5px;
	margin-bottom:10px;
}

.UA_TextBiography {
	background-color: #EEEEEE;
	position: relative;
	padding:10px 15px;
	margin-left:15px;
}


/* ---[ Texts - Mise en forme boite profil ]--------------------- */

.UA_ProfileName {
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
	padding-left:14px;
	display:block;
	width:130px;
	overflow:hidden;
}

.UA_ProfileIcon {
	background-image: url(../images/common/profile-small.gif);
	background-repeat: no-repeat;
	background-position: -3px 8px;
}

.UA_ProfileTitle {
	font-size: 10px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
	display: block;
	text-transform: uppercase;
}

.UA_ProfileItem {
	font-size: 10px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 0px;
	display: block;
	text-transform: lowercase;
	padding-left:15px;
	background-image: url(../images/common/puce.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
	width:130px;
	overflow:hidden;
}

.UA_ProfileItem a {
	color:#3F76AC;
}

.UA_ProfileInscriptionInfo {
	margin-top:-10px;
	margin-bottom:10px;
}


/* ---[ ToolTips ]----------------------------------------------- */

a.UA_Tooltip {
	cursor:help;
}

a.UA_Tooltip em {
    display:none;
}

a.UA_Tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}

a.UA_Tooltip:hover em {
	font-style: normal;
	display: block;
	position: absolute;
	bottom: 24px;
	left: -11px;
	padding: 5px;
	color: #525552;
	border: 1px solid #737573;
	width: 170px;
	overflow: visible;
	font-size: 11px;
	background: url(../images/common/tooltip-background.gif) #e7e7f7 repeat-x;
}

*html a.UA_Tooltip:hover em {
    bottom: 35px;
}

*+html a.UA_Tooltip:hover em {
    bottom: 28px;
}

a.UA_Tooltip:hover em span {
	position: absolute;
	bottom: -7px;
	left: 15px;
	height: 7px;
	width: 11px;
	background: url(../images/common/tooltip-bottom.gif) no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}

*html a.UA_Tooltip:hover em span {
	bottom:-13px;
}


/* ---[ Alert Messages ]----------------------------------------- */

.UA_AlertInformation {
	background-image:url(../Images/Common/SpecificComponents/alert_information.gif);
	width:411px;
	height:20px;
	padding-top:6px;
	padding-left:38px;
	color:#fff;
	font-size:12px;
	font-weight:700;
	overflow:hidden;
}

.UA_Panel .UA_AlertInformation {
	margin:10px 9px 5px;
}

.UA_PanelBody .UA_AlertInformation {
	margin:0 0 20px;
}

.UA_AlertInformationButton {
	background-image:url(../Images/Common/SpecificComponents/alert_information.gif);
	width:411px;
	height:50px !important;
	padding-top:6px;
	padding-left:38px;
	color:#fff;
	font-size:12px;
	font-weight:700;
	overflow:hidden;
	background-color:#3A8EFF;
	position:relative;
}

.UA_Panel .UA_AlertInformationButton {
	margin:10px 9px 5px;
}

.UA_PanelBody .UA_AlertInformationButton {
	margin:0 0 20px;
}

.UA_AlertInformationButton a {
	position:absolute;
	bottom:5px;
	right:5px;
}

.UA_AlertWarning {
	background-image:url(../Images/Common/SpecificComponents/alert_warning.gif);
	width:411px !important;
	height:20px;
	padding-top:6px;
	padding-left:38px;
	font-size:12px;
	font-weight:700;
	overflow:hidden;
	color:#fff !important;
	display:block;
}

.UA_Panel .UA_AlertWarning {
	margin:10px 9px 5px;
}

.UA_PanelBody .UA_AlertWarning {
	margin:0 0 20px;
}
