/* TD {
    FONT-SIZE: 11px; 
    FONT-FAMILY: arial, helvetica, sans-serif; 
}
TD.cssBarreTitre {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 11px; 
    COLOR: #ffffff; 
    FONT-FAMILY: arial, helvetica, sans-serif; 
    BACKGROUND-COLOR: #84ba39;
}
TD.cssBarreTitreCentre {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 11px; 
    COLOR: #ffffff; 
    FONT-FAMILY: arial, helvetica, sans-serif; 
    BACKGROUND-COLOR: #84ba39;
    TEXT-ALIGN: center;
} */

/* ********* pages d'écrans transverses ***********/
/* titre */
.cssTitrePrincipal {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 13px; 
    COLOR: #000000; 
    FONT-FAMILY: arial, helvetica, sans-serif;
}
.cssTitreSecondaire {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 11px;
    COLOR: #000000; 
    FONT-FAMILY: arial, helvetica, sans-serif;
}
.cssTitreSecondaireRouge {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 11px;
    COLOR: red; 
    FONT-FAMILY: arial, helvetica, sans-serif;
}
/* texte */
.cssTexteSouligne {
    text-decoration: underline;
    font-weight:normal;
    FONT-SIZE: 12px; 
    FONT-FAMILY: arial, helvetica, sans-serif; 
}

.cssTextePrincipal {
    FONT-WEIGHT: normal; 
    FONT-SIZE: 12px; 
    COLOR:  #000000; 
    FONT-FAMILY: arial, helvetica, sans-serif;
    text-align:justify;
}

.cssTexteEncart {
    padding:10px;
    FONT-SIZE: 13px;  
    FONT-FAMILY: arial, helvetica, sans-serif;
    text-align:left;
    margin-top:1%;
    margin-bottom: 1%;
    border: 1px solid #CCCCCC;
}

.cssTextePrincipalGros {
    FONT-WEIGHT: normal; 
    FONT-SIZE: 13px; 
    COLOR:  #000000; 
    FONT-FAMILY: arial, helvetica, sans-serif;
    text-align:justify;
}

.cssTextePrincipalNonJustifie {
    FONT-WEIGHT: normal; 
    FONT-SIZE: 12px; 
    COLOR:  #000000; 
    FONT-FAMILY: arial, helvetica, sans-serif;  
}

/* texte */
.cssTextePrincipalSouligne {
    FONT-WEIGHT: normal; 
    FONT-SIZE: 12px; 
    COLOR:  #000000; 
    FONT-FAMILY: arial, helvetica, sans-serif;
    text-align:justify;
    text-decoration:underline;
}

.texteBleu {
    FONT-WEIGHT: normal; 
    FONT-SIZE: 12px; 
    COLOR:  #003399;
    FONT-FAMILY: arial, helvetica, sans-serif;
    text-align:justify;
}
.texteBleuGras {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 12px; 
    COLOR:  #003399;
    FONT-FAMILY: arial, helvetica, sans-serif;
    text-align:justify;
}

.cssTexteBleuGrasEtGros {
    font-size : 13px; 
    font-family : arial, helvetica, sans-serif;
    color: #003399;
    font-weight:bold;
    padding: 4px;
}

.cssTexteBleuGrasEtTresGros {
    font-size : 24px; 
    font-family : arial, helvetica, sans-serif;
    color: #003399;
    font-weight:bold;
    padding: 4px;
}

.csstexteVert{
    FONT-WEIGHT: normal; 
    FONT-SIZE: 12px; 
    COLOR:  #84ba39;
    FONT-FAMILY: arial, helvetica, sans-serif;
    text-align:justify;
}
.csstexteVertGras {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 12px; 
    COLOR:  #84ba39;
    FONT-FAMILY: arial, helvetica, sans-serif;
    text-align:justify;
}

.cssTexteVertGrasEtGros {
    font-size : 13px; 
    font-family : arial, helvetica, sans-serif;
    color: #84ba39;
    font-weight:bold;
    padding: 4px;
}

.cssTexteVertGrasEtTresGros {
    font-size : 24px; 
    font-family : arial, helvetica, sans-serif;
    color: #84ba39;
    font-weight:bold;
    padding: 4px;
}

.cssTextePrincipalGras {
    font-size : 12px; 
    font-family : arial, helvetica, sans-serif;
    color: #000000;
    font-weight:bold;
    padding: 4px;
}
.cssTextePrincipalGrasEtGros {
    font-size : 13px; 
    font-family : arial, helvetica, sans-serif;
    color: #000000;
    font-weight:bold;
    padding: 4px;
}
.cssTextePrincipalItalique {
    font-size : 12px; 
    font-family : arial, helvetica, sans-serif;
    color: #000000;
    font-weight:normal;
    font-style:italic;
    padding: 4px;
}
.cssTextePrincipalNonJustifie {
    FONT-WEIGHT: normal; 
    FONT-SIZE: 12px; 
    COLOR:  #000000; 
    FONT-FAMILY: arial, helvetica, sans-serif;
}
.cssTextePrincipalRouge {
    FONT-WEIGHT: normal; 
    FONT-SIZE: 11px; 
    COLOR: red; 
    FONT-FAMILY: arial, helvetica, sans-serif; 
    text-align:justify;
}

.cssTextePrincipalRougeTaille12 {
    FONT-WEIGHT: normal; 
    FONT-SIZE: 12px; 
    COLOR: red; 
    FONT-FAMILY: arial, helvetica, sans-serif; 
    text-align:justify;
}

.cssTextePrincipalRougeNonJustifie {
    FONT-WEIGHT: normal; 
    FONT-SIZE: 11px; 
    COLOR: red; 
    FONT-FAMILY: arial, helvetica, sans-serif; 
}

.cssTextePrincipalRougeGras {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 12px; 
    COLOR: red; 
    FONT-FAMILY: arial, helvetica, sans-serif; 
}

.cssTextePrincipalRougeItalique {
    font-style:italic;
    font-weight:normal;
    FONT-SIZE: 12px; 
    COLOR: red; 
    FONT-FAMILY: arial, helvetica, sans-serif; 
}

.textePetit {
    font-size: 9px; 
}

.texteEncadre {
    border: 2px solid #000;
    width: 650px;
    margin: auto;
    padding-bottom: 15px;
}

.texteEncadre p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* fond bleu identité cadre en haut a gauche*/
TD.cssInfoDossier {
    PADDING:0px 0px 0px 14px; 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 9px; 
    TEXT-TRANSFORM: uppercase; 
    COLOR: #1c5082; 
    FONT-FAMILY: arial, helvetica, sans-serif;
}
/* bas de page */
.cssBasGris { 
    color: #c9c9c9; 
    font-weight: normal; 
    font-size: 11px; 
    font-family: arial, helvetica, sans-serif; 
    background-color: #ffffff; text-align: center; 
}
.cssLienBarreDiv {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px; 
    TEXT-TRANSFORM: none; 
    COLOR: #ffffff; 
    FONT-FAMILY: tahoma, helvetica, sans-serif; 
    TEXT-ALIGN: left; 
    TEXT-DECORATION: none;
}
.cssLienBarreDiv:hover {
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10px; 
    TEXT-TRANSFORM: none; 
    COLOR: #ffffff; 
    FONT-FAMILY: tahoma, helvetica, sans-serif; 
    TEXT-ALIGN: left; 
    TEXT-DECORATION: none;
}

.texteItaliqueBleu {
    color:#00688A; 
    font-style:italic;
    font-weight:normal;
    font-size: 10pt; 
    font-family: Arial, Helvetica, sans-serif;
}
/**lien*/
a.lien{
color:#003399; 
    font-style:normal;
    font-weight:normal;
    font-size: 11px; 
    font-family: Arial, Helvetica, sans-serif;
}
/* fond */
/**Couleur vert foncé*/
.cssFond{
background-color: #84ba39;
}
/**Couleur vert clair*/
.cssFond3{
background-color:#ebf5de;
}
/**Couleur vert moyen*/
.cssFond1{
background-color:#C1DC9C;
}
/**Couleur vert moyen*/
.cssFondBlanc{
background-color:#FFFFFF;
}

TD.cssFondNavBas { 
    BACKGROUND-COLOR: #C1DC9C;
}

TABLE.cssFondNav TD.cssFondNavTitre {
    TEXT-TRANSFORM: none; 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 11px; 
    COLOR: #1c5082; 
    FONT-FAMILY: arial, helvetica, sans-serif; 
    BACKGROUND-COLOR: #C1DC9C; 
    TEXT-ALIGN: left;
}
/**pour les pages erreurs a modifier*/
.cssErreurBas {
    background-color: #fdfd8c;
    background-position: bottom left; 
    background-repeat:no-repeat;
}

.cssErreurFond {
    background-color: #ffffc5;
}

.cssErreurEntete {
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffc5;
    text-align : center;
    font-weight:bold;
    padding: 5px 0px 5px 0px;
}
.cssTexteStandard {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    
}
.cssTexteStandardSouligneGras {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:underline;
}

.cssTexteStandard {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    
}

.cssFormulaireFond {
    background-color: #E6F1D7;
}



.cssFondNavEspace {
    BORDER-RIGHT: #ffffff 0px; 
    BORDER-TOP: #ffffff 0px; 
    BORDER-LEFT: #ffffff 0px; 
    COLOR: #ffffff; 
    BORDER-BOTTOM: #ffffff 0px; 
    BACKGROUND-COLOR: #ffffff
}

.cssFormulaireFond {
    background-color: #E6F1D7;
}

.cssErreurTitre {
    font-size : 11pt; 
    font-family : arial, helvetica, sans-serif;
    font-weight: bold;
    color: #EA2626;
    padding-left:10px;
    background-color: #ffff32; 
    background-position: top right; 
    background-repeat:no-repeat;
}
table.invisible{
    display:none;
}
/** @req LFI2012 - Résumé - ajout de tr.invisible pour le RIB (CLEB) */
div.invisible {
    display: none;
}
table.affiche{
display:block;
}
/** @req LFI2012 - Nettoyage A/R - style pour le texte en gros sur la page de redirection (CLEB) */
.cssTextePrincipalGrasEtTresGros {
    font-size : 18px; 
    font-family : arial, helvetica, sans-serif;
    color: #000000;
    font-weight:bold;
    padding: 4px;
}
TD.texteNoirPetitItalique {
    color:#000000; 
    font-style:italic;
    font-weight:normal;
    font-size: 8pt; 
    font-family: Arial, Helvetica, sans-serif;
}

.encadreRouge {
    border: solid red 2px;
}

.buttonTeleir{
    color : #006666;
    font-weight:bold;
    font-family : arial, helvetica, sans-serif;
    background-color: #CCCCCC;
    border-style: outset;
    border-color: white black black white ;
    padding: 2px;
    padding-left : 10px;
    padding-right : 10px;
    border-width: 1px;
}

.buttonTeleir:hover{
    color : white;
    border-color:  black white white black ;
}

.lienBouton {
    cursor: pointer;
}


.infoRouge{
    color: red;
    padding: 5px 5px 5px 5px;
    margin-bottom: 20px;
    display: block;
}

/* bloc de message rouge */
.blocInfoRougePPP{
    margin-left: 8%;
    width: 85%;
    color : red;
    margin-bottom : 10px;
}


