/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import url(charte.css);

/* styles globaux
*********************/
*{
  margin: 0;
  padding: 0;
  }
.clearer{
  clear: both;
  }
a img{
  border: none;
  }
a:active,
a:focus{
  outline: none;
  }

#contenuTexte .semicol{
  width: 220px;
  margin: 0 20px 0 0;
  float: left;
  }

/* typographie
*********************/
/* typo > headlines
*********************/
#contenuTexte h1{
  margin: 0px 0 10px;
  font: 18px Arial, Helvetica, sans-serif;
  color: #166f66;
  letter-spacing: 0.1em;
  }
#contenuTexte h2{
  margin: 10px 0;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #d90566;
  }
#contenuTexte h3{
  margin: 10px 0;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #d90566;
  }

/* typo > blocs
*********************/
#contenuTexte p{
  font: 11px/16px Arial, Helvetica, sans-serif;
  text-align: justify;
  margin: 0 0 16px;
  }
#contenuTexte li{
  font: 11px/16px Arial, Helvetica, sans-serif;
  text-align: justify;
  margin: 0 0 8px 16px;
  }
hr{
  clear: both;
  height: 1px;
  background: #166f66;
  border: none;
  }

/* typo > liens
*********************/
#contenuTexte a{
  color: #f29400;
  font-weight: bold;
  text-decoration: none;
  }
#contenuTexte a:hover{
  text-decoration: underline;
  }

/* typo > emphases
*********************/
#contenuTexte strong{
  font-weight: bold;
  color: #d90566;
  }
#contenuTexte .mdm strong{
  color: #000000;
  font-size: 11px;
  line-height: 8px;
  }



/* listing produits
*********************/
#contenuTexte .item_listing{
  width: 219px;

  padding: 10px;
  float: left;
  }
#contenuTexte .item_listing{        background: url(../images/charte/list_item_bck.png) no-repeat;        }
#contenuTexte .item_listing.ccoeur{ background: url(../images/charte/list_item_ccoeur_bck.png) no-repeat;   }
#contenuTexte .item_listing.promo{  background: url(../images/charte/list_item_promo_bck.png) no-repeat;    }
#contenuTexte .item_listing.new{    background: url(../images/charte/list_item_new_bck.png) no-repeat;   }
#contenuTexte .item_listing h1{
  font: bold 12px Arial, Helvetica, sans-serif;
  margin: 0;
  }
#contenuTexte .item_listing h1 a{
  color: #0F4C46;
  }
#contenuTexte .item_listing p{
  margin: 0 0 7px;
  text-align: left;
  }
#contenuTexte .item_listing p,
#contenuTexte .item_listing p a{
  font: bold 10px/14px Arial, Helvetica, sans-serif;
  color: #333;
  }
#contenuTexte .item_listing p.prix{
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #0F4C46;
  }
#contenuTexte .item_listing p.prix del{
  font: bold 10px/14px Arial, Helvetica, sans-serif;
  color: #333;
  }
#contenuTexte .item_listing img{
  float: right;
  border: 1px solid #009492;
  margin: 0 10px;
  }
#contenuTexte .item_listing a.plus{
  color: #FFF;
  padding: 1px 2px;
  background: #009492;
  text-decoration: none;
  }
#contenuTexte .item_listing a.plus:hover{
  text-decoration: underline;
  }

/* listing produits
/* > declin bio
*********************/
#contenuTexte .item_listing.bio{        background:url(../images/charte/list_item_bio_bck.png) no-repeat;         }
#contenuTexte .item_listing.bio_ccoeur{ background: url(../images/charte/list_item_ccoeur_bio_bck.png) no-repeat; }
#contenuTexte .item_listing.bio_promo{  background: url(../images/charte/list_item_promo_bio_bck.png) no-repeat;  }
#contenuTexte .item_listing.bio_new{    background: url(../images/charte/list_item_new_bio_bck.png) no-repeat;    }
#contenuTexte .item_listing.bio h1 a{
  color: #6c193f;
  }
#contenuTexte .item_listing.bio p.prix{
  color: #6c193f;
  }
#contenuTexte .item_listing.bio img{
  border: 1px solid #6c193f;
  }
#contenuTexte .item_listing.bio a.plus{
  background: #6c193f;
  }
#contenuTexte .item_listing.bio a.plus:hover{ /* cascade reflow */
  text-decoration: underline;
  }

/* revue de presse
*********************/
#contenuTexte .bloc_presse{
  float: left;
  margin: 0 8px 15px 0;
  width: 152px;
  }
#contenuTexte .bloc_presse a{
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  padding: 5px;
  background: #21A597;
  border: 1px solid #105C54;
  position: relative;
  }
#contenuTexte .bloc_presse a:hover{
  background: #45BEB1;
  }
#contenuTexte .bloc_presse a img{
  position: absolute;
  clip: rect(0 140px 140px 0);
  }
#contenuTexte .bloc_presse p{
  text-align: center;
  line-height: 12px;
  margin: 5px 0 0;
  }

/* fiche produit
*********************/
#contenuTexte #rail{
  margin: -10px 0 15px;
  font: 10px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  }
#contenuTexte #rail a{
  color: #166f66;
  text-decoration: underline;
  }
#contenuTexte #rail a:hover{
  text-decoration: none;
  }
#contenuTexte #img_prod{
  width: 270px;
  float: left;
  text-align: center;
  }
#contenuTexte #img_prod img{
  background: #45BEB1;
  border: 1px solid #21A597;
  padding: 2px;
  }
#contenuTexte #desc_prod{
  width: 180px;
  float: left;
  margin: 0 20px 0 0;
  }
#contenuTexte #desc_prod .prix{
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #0F4C46;
  }
#contenuTexte #desc_prod .prix del{
  font: 10px Arial, Helvetica, sans-serif;
  color: #333;
  }
#contenuTexte #desc_prod form{
  text-align: center;
  }
#contenuTexte #desc_prod label{
  color: #666;
  font: 11px Arial, Helvetica, sans-serif;
  }
#contenuTexte #desc_prod #qte{
  width: 20px;
  font: 11px Arial, Helvetica, sans-serif;
  border: 1px solid #21A597;
  }
#contenuTexte #desc_prod form img{
  display: block;
  margin: 5px 0 0;
  }
/************ pour  la  page forum **********/
#phpbb{
	width:600px;
}

/************* pour  la pagination listing des produits ******************/

#pagination {
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin:20px 0 30px 95px;
	text-align:center;
	color: #d90566;
	vertical-align:middle;
}

.flesh_left{ 
	float:left;
	width:20px;
}

.flesh_right{
	float:left;
	width:20px;
}

.pages {
	float:left;
	text-align:center;
	width:200px;
	}
	
#pagination a:visited, #pagination a:link{
	margin:0 5px 0 5px;
	color:#166f66;
	text-decoration:underline;
}

#pagination a:hover {
	margin:0 5px 0 5px;
	color: #166f66;
	text-decoration:none;
}


/**************************************************************************/

.h1_produit{
float:left;
width:130px;}

/**************************************************************************/

#bloc_avis {
	width:480px;
}

#bloc_avis #wrapper {
	width:460px;
	margin: 5px 10px;
}

#bloc_avis #wrapper .titre {
	font-variant:small-caps;
	font-size:14px;
	font-weight:bold;
	float:left;
	color:#000000;
}

#bloc_avis #wrapper img {
	float:right;
}

#bloc_avis #wrapper p {
	color:#666666;
}
