/* ----------------------------------------------------------------------- */
/* --------------------------- DEBUT des imports ------------------------- */
/* ----------------------------------------------------------------------- */

@import url("boutonsNavigation.css");

/* ----------------------------------------------------------------------- */
/* ---------------------------- FIN des imports -------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------- DEBUT Popup ---------------------------- */
/* ----------------------------------------------------------------------- */

body {
	font-family: arial, helvetica, sans-serif;
    background-color: #ffffff;
    min-width: 0px;
}

#contenuPopup{
	padding: 20px 15px;
}

td {
	font-size: 0.75em; 
	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;
}

a,a:hover {
    color: #00426F;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.rounded {
    font-size: 1.05em;
    padding: 8px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
}

.rounded h2 {
    font-size: 1.5em;
    padding-bottom: 2px;
    margin-bottom: 12px;
    margin-top: 0px;
    color: #666666;
}

.rounded h2 span {
    color: black;
}

.sousTitrePopup {
    color: #014181;
    background-color: #F7F8F8;
    text-align: left;
    font-style: italic;
    letter-spacing: 0.05em;
    border: 3px solid #F3F3F3;
    border-left: 0px;
    border-right: 0px;
    margin: 0px 0px 10px 0px;
}

.sousTitrePopup td{
    font-size: 0.85em;
    font-weight: bold;  
}

.texteItaliqueBleu {
    color:#00688A; 
    font-style:italic;
    font-weight:normal;
    font-size: 0.8em; 
    font-family: Arial, Helvetica, sans-serif;
}


/* ********* 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: 12px;
	color: #000000; 
	font-family: arial, helvetica, sans-serif;
}
.cssTitreSecondaireRouge {
    font-weight: bold; 
    font-size: 11px;
    color: red; 
    font-family: arial, helvetica, sans-serif;
}

/* texte */
.cssTextePrincipal {
	font-weight: normal; 
	font-size: 12px; 
	color:  #000000; 
	font-family: arial, helvetica, sans-serif;
	text-align:justify;
}

.cssTexteEncart {
	background-color:#CCCCCC;
	padding:10px;
	font-size: 13px;  
	font-family: arial, helvetica, sans-serif;
	text-align:left;
	margin-top:1%;
	margin-bottom: 1%;
}

.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;
}
.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; 
}

.texteGris {
	color: #666666; 
	font-size: 9px; 
}

/* 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;
}
/**lien*/

a.lien{
color:#003399; 
	font-style:normal;
	font-weight:normal;
	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) */
tr.invisible {
    display: none;
}
table.affiche{
display:block;
background-color:#ebf5de;
}
/** @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;
}

.titleBlue18 {
    font-weight: bold;
    font-size: 18px;
    color: #003399;
    font-family: arial, helvetica, sans-serif;
    text-align: justify;
}

.titleBlue15 {
    font-weight: bold;
    font-size: 15px;
    color: #003399;
    font-family: arial, helvetica, sans-serif;
    text-align: justify;
}

.textGras11{
    font-weight: bold;
}
