/* couleur d'arrière plan de la page */
BODY.green {
   background-color: #FAFFFF;
  }


/* LOGOS */
/* affiché sur les pages de l'application */
.JLdsLogo {
    position : relative;
    background-image : url('JLdsLogo.gif');
    width : 347px;
    height : 59px;
}

.JLdsLogoStamp {
    position : relative;
    background-image : url('JLdsLogo.gif');
    width : 347px;
    height : 59px;
}
.JLdsLogoPage {
    position : relative;
    background-image : url('JLdsLogo.gif');
    width : 347px;
    height : 59px;
}
.JLdsLogoLink {
    position : relative;
    background-image : url('JLdsLogo.gif');
    width : 347px;
    height : 59px;
}
.JLdsLogoState {
    position : relative;
    background-image : url('JLdsLogo.gif');
    width : 347px;
    height : 59px;
}
.JLdsLogoTreeSearch {
    position : relative;
    background-image : url('JLdsLogo.gif');
    width : 347px;
    height : 59px;
}
.JLdsLogoTreeItem {
    position : relative;
    background-image : url('JLdsLogo.gif');
    width : 347px;
    height : 59px;
}


/* Texte ne changeant pas de taille  : page de login */
.TexteFixe {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 12px;
	color: #000000;
}

/* Texte utilisant les tailles abosules */
.texte {
	font-family: Tahoma, Arial, "Times New Roman";
    font-size: small;
	color: #000000;
}

/* Texte utilisé pour la recherche d'images */
.TexteVert {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: small;
	font-weight: bold;
	color: #006a6b;
	background-color: #FAFFFF;
	text-align: right;
}

/* Texte utilisé pour donner un titre à la page de changement de mot de passe */
.TitrePage {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: medium;
	color: #006A6B;
	font-weight: bold;

}

/* Texte utilisé pour mettre un titre dans une boîte de dialogue */
.TitreDlg{
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}

/* Couleur des liens dans les cellules de titres */
.lien {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}	
	
	
/* Tableaux */	

/* Cellule contenant du texte */
.TabBordure {
border-style:solid; 
border-width:1px; 
border-color: #338889;
}

/* Cellule de titre */
.TabTitre {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	border-style:solid;
	border-width:1px;
	border-color: #338889;
	background-image: url(fond_tableaux.gif);
}

/* Cellule contenant du texte */
.TabTexte {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-style:solid; 
    border-width:1px;
    border-color: #338889;
}

/* Tableaux de messages d'erreurs */
.TabBordureError {
	border: 1px double #66A6A6;
}

/* Tableaux de bordure 1px */
.TabCharte {
	background-color: #006A6B;
}

/* Cellules du tableau de la page "envoi par fax" */
.TabEnvoi {
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	}
