/* Pages avec textes ou thumbs */

/* titre */
.clsTitre {
  font-family : Papyrus;
  font-size : 36px;
  text-align : center;
  font-weight : bold;
}

.clsSousTitre {
  font-family : Papyrus;
  font-size : 24px;
  font-weight : bold;
}

.clsTexte {
  font-family : Papyrus;
  font-size : 16px;
  font-weight : bold;
}

/*
Position de la flèche qui renvoie à l'accueil 
et des flèches prev et next
*/
div.clsPrev {position : absolute; top : 20 ; left : 20}
div.clsNext {position : absolute; top : 20 ; left : 50}
div.clsHome {position : absolute; top : 55; left : 1}
/*
Images sans bordures
*/
img.clsNoBo {border-style : none} 
