/* feuille de style pour le contenu des pages courantes - sans l'habillage header footer marge gauche */


/* texte courant */
p   { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #333333 }
td   { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #333333 }

/* texte courant justifié*/
.textjust   { font-family: arial, helvetica, sans-serif; font-size: 12px; text-align: justify; color: #333333 }

/* pour le titre de la page , ex : "disponibilité et prix TTC" */
.titretxt { font-family: georgia, times, serif; font-size: 18px; font-weight: bold; font-style: italic; color: #FF6600 }

/* pour titre de chapitre de texte */
.chapitre { font-family: arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #ff6600 }

/* pour citation (italique simple) */
.citation   { font-family: georgia, times, serif; font-size: 12px; font-weight: normal; font-style: italic; color: #333333 }

/* pour phrase en exergue (italique gras) */
.exergue   { font-family: georgia, times, serif; font-size: 15px; font-weight: bold; font-style: italic; color: #333333 }

/* ------- TABLEAUX d'OFFRES */
/* pour les titres de colonnes des tableaux d'offres */
.titrtabl { font-family: arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #333333 }

/* texte normal pour le contenu des tableaux d'offres */
.tabgros { font-family: arial, helvetica, sans-serif; font-size: 11px; font-weight: normal; font-style: normal; color: #333333 }

/* texte petit pour le contenu des tableaux d'offres */
.tabpetit { font-family: arial, helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #333333 }
