/* Feuille de style de l'application Prestation Rentes */
/* Définition du body des documents - attention, le fond de page n'est pas standard*/
/* thème : 
	fonds page 			= gris moyen	#cccccc
	fonds tableau infos = gris foncé	#999999
	fonds tableau data 	= rose 			#e1d9e1
	fonds ligne pair 	= gris clair	#e5e5e5
	fonds ligne impair	= jaune			#ffffcc
	cadre tab + cellule	= bleu			#0066ff
	lien 				= bleu			#0066ff
	lien visité			= rouge			#990000
	titre liste + label = rouge			#990000
*/

/*STYLE DU TEXTE EN 10 PIXELS*/
.textefont12 {
    color: black;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    }

/* TEXTE A METTRE EN EVIDENCE */
.texteEvidence {
    color: #E03E39;
	font-weight: bold;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    }

/* ENCADRE DES PRESTATIONS */

.encadre {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	color: black;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;			
}

/* TITRE DE PAGE */
.titrePage {
	font-family: arial; 
	font-size: 16px;
	font-weight: bold;
}

/* SOUS-TITRE */
.subTitle {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

/* HEADINGS */
H4 {
    color: black;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
		
}

.footer {
	font-family: Arial; 
	font-style: normal;  
	color: #333366; 
	text-decoration: none; 
	font-size: 10px; 
	letter-spacing: 0.5px; 
	font-weight: normal 
}

.legende {
				font-family: Arial;
				font-size: 11px;
				color: #009999;
				text-decoration: none;
}

 
