/* Gros titre de chaque page */
.titre1 {
	font-family: "Times New Roman";
	font-size: 48px;
	font-weight: bold;
	color: #000000;
}

/* fond d'écran de toutes les pages*/
.fondecran {
	background-color: #FFFFCC;
	background-position: top;
}
/* bord noir de toutes les pages */
.bordernoir {
	border: thin outset #FFFFFF;
}
/* fond écran du tableau des articles de presse */
.fondecranarticle {
	background-color: FFCC99;
	background-position: top;
}
/* fond écran du formulaire de contact */
.fondecrancontact {
	background-color: #FFFC91;
}
/* style de texte de la page index */
.textindex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
/* style du texte Retour Menu des pages expos et livres */
.tretourmenu {
	font-family: "Times New Roman";
	font-size: 14px;
	font-style: italic;
	color: #000000;
}

/* Page EXPOS */
/* styles de textes dans expositions pour "l'encre de sève" et "vierge noire"*/
.ttexteexpogras {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #000000;

}
/* styles de textes dans expositions*/
.ttextexposimple {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #000000;
}
/*style te texte arial dans expostions */
.ttextexpoarial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;

}
/* Page ARTICLES */
/* Styles dans articles de presse */
.texteartsimple {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
}

/* Styles utilisés pour les liens sur les articles de presse */
.texteartgras {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}

/* PAGE CONTACT */
/* style utilisé dans contact pour explication en italique */
.textecntit {
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
/* style utilisé dans contact pour les noms des livres du tableau */

.textecnttitre {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
/* style utilisé dans contact pour les prix du tableau */
.textecntprix {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
/*style utilisé dans contact pour les titres de colonnes du tableau */
.textecntttitretbl {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
    color: #000000;
}


/* PAGE LIVRES */
/* style des éléments du menus */
.tmenulivre {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/* style des éléments du menus contes (plus petits que les autres)*/
.tmenulivrecontes {
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/* style des chaptitres de livres : Romans, Poesie...*/
.ttypelivre {
	font-family: "Monotype Corsiva";
	font-size: 44px;
	font-weight: bold;
	color: #000000;
}
/* style des titres de livres*/
.ttitrelivre {
	font-family: "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
/* style des textes de livres */
.ttextelivre {
	font-family: "Times New Roman";
	font-size: 18px;
}

/* PAGE AUTEUR */
/*style pour le texte */
.textauteur {
	font-size: 18px;
	color: #000000;
}
/* style pour la phrase de l'auteur */
.textphauteur {
	font-family: "Monotype Corsiva";
	font-size: 48px;
	font-weight: bold;
	color: #000000;
}
