/* *************************** Redéfinition des marqueurs ***************************** */
.TableBC {
	width:755px;
	display: none;
}

ul
{
	margin-top:0px;
	margin-bottom:0px;
}

li
{
  list-style-image: url(/com/images/puce_redactionnel.gif);
  list-style-position:outside;
  
}
P 
{   
  margin:0px;
  border:0px solid red;
}

.LiensNeutres
{
	text-decoration:none;
	color: #FF6600;
}

/* *************************** Layout setup ***************************** */
.TABLEPage
{
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
}

.TABLETitre {
	width: 100%;
	margin: 10px 0px 5px 10px;
}

.TDTitre {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color:#FF6600;
	background-image:url(/com/images/fond_accueil_soustitre.jpg);
	background-position: 0px 4px;
	background-repeat:no-repeat;
	height: 40px;
	vertical-align:middle;
	padding:0px 0px 0px 40px;
}


/* 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: 755px; 
	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 #FB6700;
	background-color: #FFE6BA; 
}

/* Cellule Client */
.TDTitreClient
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #FB6700;
	padding: 10px 0px 5px 5px;
}
.TableIdentifiant
{
	margin-top: 15px;
	margin-left: 100px;
}
.LibelleIdentifiant
{
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	text-align:right;
	padding-right: 5px;
	color: #565656;
}
.TexteFieldIdentifiant
{
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #565656;
	padding: 0px 5px 0px 5px;
	width: 150px;
	height:13px;
	margin: 1px;
	border: 1px solid #565656;
	background-color: #F5F5F5;

}
.BtnOk
{
	padding-top:5px;
}

.TableMotDePasse
{
	margin-top: 10px;
	margin-bottom: 5px;
}

.TDDemandeMDP
{
	font-family:Arial;
	font-size:11px;
	color: #FF6600;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.TDDemandeMDP A
{
	text-decoration:none;
	color: #FF6600;
}
.TDDemandeMDP A:HOVER
{
	text-decoration:underline;
	color: #FF6600;
}
.LostMDP
{
	font-family:Arial;
	font-size:11px;
	color: #FF6600;
	padding-left: 85px;
}
.LostMDPP A
{
	text-decoration:none;
	color: #FF6600;
}
.LostMDP A:HOVER
{
	text-decoration:underline;
	color: #FF6600;
}
/********* 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;
}
.td_message_erreur
{
	padding: 5px 10px 5px 10px;
}
.spanErreur
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#CC0000;

}
.spanRapport
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

.spanErreurLigne
{
	display: block;
	float:left;
	background:url("/com/images/picto_erreur2.jpg") 5px 0px no-repeat;
	height: 22px;
	width:27px;
	border:0px solid red;
}