/*CSS Offres*/
.tablebg { 
background-image: url("images/offre_fond.jpg"); 
background-repeat: no-repeat;
background-size: contain;
/*background-attachment:fixed;*/
background-position:center center;
}
.tbgfetes { 
background-image: url("images/bg_fetes.png"); 
background-repeat: no-repeat;
background-size: contain;
/*background-attachment:fixed;*/
background-position:bottom center;
}
.tbgcover {
  background-image: url("images/bgcover.png"); 
  background-repeat: no-repeat;
  background-size: contain;
  background-position:center center;
}
.pensees {
  font-size: 1.2em;
  line-height: 1.3em;
}
.suite {
   font-style: italic;
   font-size: 0.8em;
   line-height: 90%;
  /*color: #183a8d;*/
}
.savoir {
	font-weight: bold;
	font-size: 0.9em;
	color: #ED7731;
}
.collection {
	font-family: "Times New Roman",Times,serif;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	/*line-height: 1.8em;*/
	text-decoration: none;
}
.titre {
	font-weight: bold;
	font-size: 1.2em;
	color: #EB773B;
}
.offre {
	font-size: 1.3em;
}
.offre2 {
	font-size: 1.5em;
}
.prix {
	font-size: 1.3em;
	font-weight: bold;
	color: #8B0000;
	line-height: 1.5em;
}
.prix2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #8B0000;
	line-height: 1.8em;
}
.prix3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #8B0000;
}
.texte {
	font-size: 1.1em;
	line-height: 1.1em;
}
.info {
	font-size: 0.9em;
	line-height: 1.0em;
}

/*CSS Thématique*/
.tablebg3 { 
background-image: url("images/theme_fond_1a.jpg");
background-repeat: no-repeat;
/*background-attachment:fixed;*/
background-position:center center;
background-size: contain;
}

.titre_white {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #ffffff;
}
.titre_white_2 {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2em;
	/*color: #FF8C00;*/
	color: #ffffff;
}
.txtviolet {
    color: #663366;
    font-weight: bold;
}
.tbgmauve{
    background: #ffccff;
}

/*CSS Bible*/
.tbgbible { 
  background-image: url("images/bg_bible.png"); 
  background-repeat: no-repeat;
  background-size: contain;
  /*background-attachment:fixed;*/
  background-position:center bottom;
}
.tbgbiblet2 { 
  background-image: url("images/bg_biblet2.png"); 
  background-repeat: no-repeat;
  /*background-size: contain;*/
  /*background-attachment:fixed;*/
  background-position: center left;
}
.tbgbible2 { 
  background-image: url("images/bg2_bible.png"); 
  background-repeat: no-repeat;
  /*background-size: contain;*/
  /*background-attachment:fixed;*/
  background-position:center left;
}
/*CSS Nature*/
.tbgnature { 
  background-image: url("images/bg_nature.jpg"); 
  background-repeat: no-repeat;
  background-size: contain;
  /*background-attachment:fixed;*/
  background-position:center bottom;
}
.tbgnature1 { 
  background-image: url("images/f_grass_1.png"); 
  background-repeat: no-repeat;
  background-size: contain;
  /*background-attachment:fixed;*/
  background-position:center bottom;
}

/*CSS Découvrir*/
.tbgdec_g { 
  background-image: url("images/bg_oeuvre_g.png"); 
  background-repeat: no-repeat;
  background-size: contain;
  background-position:left center;
 }
 .tbgdec_d { 
  background-image: url("bg_oeuvre_d.png"); 
  background-repeat: no-repeat;
  background-size: contain;
  background-position:right center;
 }
 /*CSS Pierre Précieuse*/
 .tbgpierre1 { 
  background-image: url("images/p_gems_1.png"); 
  background-repeat: no-repeat;
  background-size: contain;
  /*background-attachment:fixed;*/
  background-position: center bottom;
}
.tbgpierre2 { 
  background-image: url("images/p_gems_2.jpg"); 
  background-repeat: no-repeat;
  background-size: contain;
  /*background-attachment:fixed;*/
  background-position:center bottom;
}
.tbgpierre3 { 
  background-image: url("images/p_gems_3.png"); 
  background-repeat: no-repeat;
  background-size: contain;
  /*background-attachment:fixed;*/
  background-position:right bottom;
}
.txtmauve {
    color: #735299;
    font-size: 1.1em;
}
/*CSS Fleur*/
.txtvert {
    color: #337A16;
    font-size: 1.1em;
}
.txtvertbold {
    color: #337A16;
    font-weight: bold;
}
.tbgfleur1 { 
  background-image: url("images/f_fleur_4.png"); 
  background-repeat: no-repeat;
  background-size: contain;
  /*background-attachment:fixed;*/
  background-position:center bottom;
}
.tbgfleur2 { 
  background-image: url("images/f_papillon_2.png"); 
  background-repeat: no-repeat;
  background-size: contain;
  /*background-attachment:fixed;*/
  background-position:right bottom;
}
    
