/* 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 "charte.css";

/* styles globaux
*********************/
*{
  margin: 0;
  padding: 0;
  }
a:focus, a:active{
  outline: none;
  }
a img{
  border: none;
  }
.clearer{
  clear: both;
  }
dl, dt, dd, ul, li{
  list-style-type:none;
  }

/* typographie
*********************/
/* typo > liens
*********************/
#texte a{
  text-decoration: none;
  }
#texte a:hover{
  text-decoration: underline;
  }

/* typo > headlines
*********************/
#texte h1.main{
  font: bold 17px/30px Arial, Helvetica, sans-serif;
  height: 41px;
  color: #282477;
  padding: 25px 0 0 70px;
  margin: 15px 0 0;
  font-variant: small-caps;
  background: url(../images/charte/bg_h1.png);
  }
#texte h2{
  font: bold 15px/18px Arial, Helvetica, sans-serif;
  color: #282477;
  margin: 15px 0 10px 30px;
  border-bottom: 1px solid #282477;
  }

/* typo > blocs
*********************/
#texte p{
  margin: 0 25px 9px 15px;
  font: 12px/18px Arial, Helvetica, sans-serif;
  text-align: justify;
  }
#texte li{
  list-style: square;
  margin: 0 25px 9px 30px;
  font: 12px/18px Arial, Helvetica, sans-serif;
  text-align: justify;
  }
#texte .center{
  text-align: center;
  }

/* typo > emphases
*********************/
#texte em{
  color: #A64E15;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  background: #EDEDDB;
  padding: 0 3px;
  }
#texte .smaller{
  font-size: 0.8em;
  }

/* listing acceuil
*********************/
#texte .listing_index{
  float: left;
  margin: 0 0 15px 10px;
  position: relative;
  }
#texte .listing_index .prod{
  padding: 4px;
  border: 1px solid #969561;
  background: #EDEDDB;
  }
#texte .listing_index .watermark{
  position: absolute;
  top: 0;
  left: 0;
  }
#texte .listing_index div{
  margin: 4px 0 0;
  width: 240px;
  height: 55px;
  background: #CACAB0;
  }
#texte .listing_index .prix{
  width: 60px;
  height: 45px;
  padding: 0 5px;
  float: left;
  text-align: right;
  border-right: 1px solid #FFF;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #C25108;
  }
#texte .listing_index .prix .promo{
  display: block;
  font-size: 9px;
  color: #545337;
  }
#texte .listing_index .info{
  margin: 0 0 0 75px;
  padding: 5px 0 0;
  width: auto;
  height: auto;
  font: 12px Arial, Helvetica, sans-serif;
  color: #545337;
  }

/* listing
*********************/
#texte #filtre{
  width: 620px;
  height: 25px;
  margin: 0 0 10px 10px;
  padding: 5px 0 0 120px;
  background: url(../images/charte/filtre_bck.png);
  }
#texte .listing{
  float: left;
  margin: 0 0 15px 10px;
  position: relative;
  }
#texte .listing .prod{
  padding: 4px;
  border: 1px solid #969561;
  background: #EDEDDB;
  }
#texte .listing .watermark{
  position: absolute;
  top: 0;
  left: 0;
  }
#texte .listing div{
  margin: 4px 0 0;
  padding: 0 5px;
  width: 130px;
  background: #CACAB0;
  }
#texte .listing .prix{
  padding: 5px 0;
  border-bottom: 1px solid #FFF;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #C25108;
  }
#texte .listing .prix .promo{
  margin: 0 5px 0 0;
  font-size: 9px;
  color: #545337;
  }
#texte .listing .info{
  padding: 0 0 5px;
  width: auto;
  font: 12px Arial, Helvetica, sans-serif;
  color: #545337;
  }

/* fiche prod
*********************/
#texte #fiche_prod #desc_prod{
  float: left;
  width: 490px;
  margin: 0 10px 15px 10px;
  padding: 15px 0 0;
  background: #CACAB0;
  }
#texte #fiche_prod #pict_prod{
  float: left;
  width: 230px;
  }
#texte #fiche_prod #pict_prod a{
  display: block;
  position: relative;
  }
#texte #fiche_prod #pict_prod .prod{
  padding: 4px;
  border: 1px solid #969561;
  background: #EDEDDB;
  margin: 0 0 10px;
  }
#texte #fiche_prod #pict_prod .watermark{
  position: absolute;
  top: 0;
  left: 0;
  }
#texte #fiche_prod #desc_prod #controls{
  padding: 10px 0 0;
  background: #FFF;
  }
#texte #fiche_prod #desc_prod #controls table{
  width: 490px;
  margin: 5px 0 15px;
  }
#texte #fiche_prod #desc_prod #controls table th{
  background: #969561;
  padding: 3px;
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #FFF;
  }
#texte #fiche_prod #desc_prod #controls table th.narrow{
  width: 40px;
  }
#texte #fiche_prod #desc_prod #controls table th.medium{
  width: 80px;
  }
#texte #fiche_prod #desc_prod #controls table td{
  background: #EDEDDB;
  padding: 3px;
  text-align: center;
  font: 11px Arial, Helvetica, sans-serif;
  color: #A64E15;
  }
#texte #fiche_prod #desc_prod #controls table .promo{
  margin: 0 5px 0 0;
  font-size: 9px;
  color: #545337;
  text-decoration: line-through;
  }
#texte #fiche_prod #desc_prod #controls table td input{
  width: 30px;
  }
#texte #fiche_prod #desc_prod #controls #envoi_ami{
  width: 315px;
  height: 26px;
  padding: 4px 0 0 175px;
  background: url(../images/charte/envoi_ami_bck.png);
  }
#texte #fiche_prod #desc_prod #controls #envoi_ami #mail_ami,
#texte #fiche_prod #desc_prod #controls #envoi_ami #mail_visit{
  width: 115px;
  }




#texte .listing div{
  margin: 4px 0 0;
  padding: 0 5px;
  width: 130px;
  background: #CACAB0;
  }
#texte .listing .prix{
  padding: 5px 0;
  border-bottom: 1px solid #FFF;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #C25108;
  }

#texte .listing .info{
  padding: 0 0 5px;
  width: auto;
  font: 12px Arial, Helvetica, sans-serif;
  color: #545337;
  }

/* cgv
*********************/
#texte #tablecgv{
  margin: 10px 40px;
  }
#texte #tablecgv td{
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
  }
#texte #tablecgv th{
  background: #B9B88E;  
  border-right: 1px solid #7C7B47;
  border-bottom: 1px solid #7C7B47;
  padding: 10px;
  text-align: left;
  }



/******* pour la page NewLettre *******/
#texte #form_newletter p{
	width:200px;
}

/* ------------------------PAGINATION------------------------------ */
#pagination {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:center;
	margin: 0 0 10px 340px;
	padding-top: 10px;
	width: 400px;
	/**border: 1px solid green;*/
}

	
#pagination a{color:#ac1f00; text-decoration:none;}	
#pagination a:hover{color:#fec908; text-decoration:none;}

/* -----------------------Titre path --------------- */
#texte h1.main .path_lien{color:#282477; text-decoration:none;}
