/* CSS Document */
/* Style pour la page Login */
.TABLEGenerale
{
	padding: 0px;
	padding-top:10px; /* espacement du haut de la page */
	margin: 0px;
	margin-left: auto; /* pour centrer le tableau */
	margin-right: auto; /* pour centrer le tableau */
	width: 791px; 
	table-layout:fixed; /* pour fixer la largeur afin de ne pas casser le design */
}
.TableLogin
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px solid #005600;
	background-color: #CCDDCC; 
}
.TDTABLEFooter
{
	padding: 0 0 0 6px !important;
	padding: 0 0 0 0px !important!;
	padding: 0;
	vertical-align: top;
}
.TABLEFooter
{
	width: 774px;
	text-align: center;
	vertical-align:top;
	height: 12px;
	border-top: 1px solid #7E7E7E;
}

/* Cellule Client */
.TDTitreClient
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #005600;
	padding: 10px 0px 5px 5px;
}
.TableIdentifiant
{
	margin-top: 15px;
	margin-left: 100px;
}
.LibelleIdentifiant
{
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	text-align:right;
	padding-right: 5px;
	color: #005600;
}
.TexteFieldIdentifiant
{
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #005600;
	width: 150px;
	height:13px;
	margin: 1px;
	border: 1px solid #005600;
	background-color: #EDF3ED;

}
.BtnOk
{
	padding-top:2px;
	text-align:center;
}

.TableMotDePasse
{
	margin-top: 10px;
	margin-bottom: 5px;
}

.TDDemandeMDP
{
	font-family:Arial;
	font-size:11px;
	color: #005600;
	padding-left: 5px;
	padding-bottom: 5px;
}
.TDDemandeMDP A
{
	text-decoration:none;
	color: #005600;
}
.TDDemandeMDP A:HOVER
{
	text-decoration:underline;
	color: #005600;
}
.LostMDP
{
	font-family:Arial;
	font-size:11px;
	color: #005600;
	padding-left: 85px;
}
.LostMDPP A
{
	text-decoration:none;
	color: #005600;
}
.LostMDP A:HOVER
{
	text-decoration:underline;
	color: #005600;
}
/* Cellule Veto */
.TableVeto
{
	width: 500px;
	border-top: 1px solid #005600;
}

.TDTABLEFooter
{
	overflow:hidden;
	text-align:center;
	
}
.TDTABLEFooter .TABLEFooter
{
	width:774px;	
	
}
.LiensNeutres
{
	text-decoration:none;
	color: #005600;
}

/********* Pour les nouveaux contenus de ref dans la page d'identification **********/

.TitreBienvenue
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	text-align:center;
	border:0px solid red;
	display:block;
}
.Coordonnees
{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#666666;
	text-align:center;
	border:0px solid red;
	display:block;
	
}