﻿.DivAccountNewTextTitre
{   
    color: #f74213;
    font-size: 18px;
    font-family: Rockwell;
    margin-bottom:25px;
}
.DivAccountNewImgTitle
{
    width: 20px;
    height:24px;
    background-image: url(../../../img/TemplatePublic/MenuLeftMyAccount.png);
    background-size: 20px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left:31px;
    margin-right:10px;
}
.TableInfoAccount
{
    margin-left:100px;
    color: #323232;
    font-family: Times New Roman;
    font-size: 14px;
    border-spacing: 0px;
}
.TableInfoAccountStar 
{
	color: #f74213;
}
.TableInfoAccountHeader 
{
	color: #323232;
    font-size: 16px;
    font-family: Rockwell;
    text-align: right;
    padding-right: 20px;
	height: 20px;
}
.TableInfoAccountHeaderWidth 
{
	width: 151px;
}
.TableInfoAccountBody 
{
	color: #323232;
    font-family: Times New Roman;
    font-size: 14px;
    width: 500px;
}
.InputFormAccountNew 
{
    width: 250px;
    height: 20px;
    border: 2px solid #3e3e3e
}
#LbFormeJuridiqueFormAccountNew 
{
    height: 25px;
    border: 2px solid #3e3e3e
}
.TableInfoAccountTdBt 
{
	padding-left: 189px;
}
.TableInfoAccountBt 
{
	background-color:#cadcea;
	display:inline-block;
	cursor:pointer;
	color: #323232;
	font-family: Rockwell;
    font-size: 14px;
	padding:6px 6px 6px 6px;
	border: 2px solid #3e3e3e;
	height: 35px;
}
.TableInfoAccountBt:hover 
{
	background-color:#f96429;
}
.TableInfoAccountBt:active 
{
	position:relative;
	top:1px;
}
a.TableInfoAccountBt:link  
{  
 text-decoration:none;  
}  
.TableInfoAccountMsg 
{
	color: #f74213;
	font-family: Rockwell;
    font-size: 14px;
    text-align: left;
    vertical-align: text-top;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}