/*** STYLES GENERAUX ***/
body {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  text-align: center;
}

img {vertical-align:middle; border:none;}



/*** MAQUETTE ***/
#mainpage {
  width: 100%;
  margin: auto;
}

#header {
	width: 100%;
	height: 157px;
	background-color: #000000;
}

#maintable {
	width: 100%;
	margin: auto;
}

#leftpane {
  width: 145px;
  background-color: #820606;
  vertical-align: top;
  text-align: center;
  padding-top: 10px;
}

#leftpane img {
  border: none;
  margin-bottom: 10px;
}

#contentpane {
  width: 100%;
  vertical-align: top;  
  padding: 1px;
  background-color: #000000; 
}

#rightpane {
  width: 145px;
  vertical-align: top;  
}

#footer {
  height: 30px;
  background-color: #000000; 
}

/*** CONTENU ***/
div#intro {
  text-align: center;
}

div.intertitre {
  text-align: center;
  margin-bottom: 30px;
}

/*** PRODUITS ***/
.produit {
  margin-bottom: 10px;
  border-bottom: solid 1px #E0E0E0;
  margin-left: 4px;
  margin-right: 4px;
  height: 180px;
}

.vignette_produit {
  float: left;
  clear: left;
  width: 130px;
  text-align: center;
}

.desc_produit {
  min-height: 150px;
}

.produit .titre_produit {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  font-size: 14pt;
  color: #000080;
  letter-spacing: 2px;
  margin-bottom: 10px;
  background-image: url(../charte_graphique/vague_jaune.gif);
  background-repeat: no-repeat;
  background-position: 140px 0px;
}

.lien_produit {
  margin-top: 5px;
  margin-bottom: 5px;
}

.prix_euro {
  font-weight: bold;
  font-size: 1.2em;
  color: #000080;
}

.produit img {
  border: none;
}

/*** PRODUIT - DETAIL ***/
.produit_detail {
  width: 98%;
}

.produit_detail img {
  border: none;
}

.produit_detail .vignette_produit {
  width: 130px;
  text-align: center;
  vertical-align: top;
}

.produit_detail .titre_produit {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  font-size: 14pt;
  color: #000080;
  letter-spacing: 2px;
  margin-bottom: 10px;
  background-image: url(../charte_graphique/vague_jaune.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.titre_resume {
  font-weight: bold;
  color: #000080;
  margin-top: 20px;
}

.resume {
  text-align: justify;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.produit_detail .prix {
  border: solid 1px #C0C0C0;
  background-color: #F0F0F0;
  padding: 4px;
}

.infos_diverses {
  margin-top: 20px;
}

.produit_detail .bouton_acheter {
  margin-top: 20px;
}

.extraits {
  margin-bottom: 20px;
  line-height: 1.2em;
}

.extraits ul {
  list-style-type: square;
  padding-left: 20px;
  margin-top: 0px;  
}

.extraits a {
  text-decoration: none;
  border-bottom: dotted 1px #000080;
}

/*** PANIER DE COMMANDE ***/
#cart {
  margin-top: 10px;
  padding: 6px;
  border: dashed 1px #000080;
}

#cart img {
  border: none;
}

.cart_detail {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: solid 1px #E0E0E0;
  padding: 6px;
}

.cart_detail img {
  width: 50px;
}

.cart_title {
  color: #000080;
}

.trashcan {
  text-align: right;
}

/*** FLUX RSS ***/
.rssfeed {
  background-color: white;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 40px;
  padding: 4px;
  color: #800000;
  text-align: center;
}

.rssfeed img {
  border: none;
  margin-top: 4px;
  margin-bottom: 0px;
}
