* {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  outline: none;
}

html {
  overflow-y: scroll;
}

body {
  background-color: #000000;
  text-align: center;
}

#container {
  background: url(/images/fond_container.gif);
  background-position: 0px 0px;
  background-repeat: repeat-y;
  background-color: #ffffff;
  position: relative;
  width: 990px;
  margin: 0px auto 0px auto;
  text-align: left;
  font-family: verdana,arial;
  font-size: 11px;
}

/* ---------- Bandeau ---------- */

#header {
  background: url(/images/fond_header.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-color: #000000;
  height: 145px;
  position: relative;
}

#header #logo {
  padding: 10px 0px 0px 5px;
}

#header #logo img {
	border: none;
}

#header #langues {
	position: absolute;
  right: 0px;
  top: 10px;
}

#header #langues img {
  border: none;
}


/* ---------- Recherche ---------- */

#recherche {
  height: 20px;
  margin: 10px 0px 0px 0px;
  position: relative;
}

#recherche form {
	margin: 0px 0px 0px 0px;
}

#recherche input {
  background-image: url(/images/fond_recherche.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border: 0px none #ebeff2;
  background-color: #ebeff2;
  font-family: verdana,arial;
  font-size: 11px;
  height: 19px;
  margin: 0px 2px 0px 0px;
  padding: 3px 7px 0px 7px;
  width: 147px;
}

#recherche input.focus {
	color: #292929;
}

#recherche input.blur {
  color: #999999;
}

#recherche a {
	color: #d62d00;
	font-weight: bold;
	text-decoration: none;
}


/* ---------- Navigation ---------- */

#menus {
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 145px;
  left: 0px;
  width: 190px;
}

#nav ul {
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 8px 10px;
  border-bottom: 1px solid #bbbbbb;
  width: 174px;
}

#nav ul li {
  color: #eeeeee;
  margin: 5px 0px 5px 5px;
  padding: 0px 0px 0px 0px;
}

#nav ul li a {
  color: #eeeeee;
  font-weight: normal;
  line-height: 1.3em;
  text-decoration: none;
}

#nav ul li a:hover {
  /*text-decoration: underline;*/
  color: #d62d00;
}

#nav ul li a.here {
	background-image: url(/images/menu_on.gif);
	background-position: 100% 2px;
	background-repeat: no-repeat;
  color: #000000;
  padding: 0px 15px 0px 0px;
}


/* ---------- Catalogue ---------- */

#catalogue {
	/*border-bottom: 1px solid #ffffff;*/
  text-align: center;
}

#catalogue a {
  color: #eeeeee;
  display: block;
  font-size: 9px;
  margin: 15px 0px 15px -5px;
  text-decoration: none;
}

#catalogue a:hover {
  text-decoration: underline;
}

#catalogue a img {
	border: none;
	margin: 0px 0px 5px 0px;
}


/* ---------- Langues ---------- */

#lang {
  margin: 5px 0px 10px 0px;
  text-align: center;
}

#lang img {
  border: 0px;
}


/* ---------- Panier ---------- */

#panier {
  background: url(/images/fond_panier.gif);
  background-position: 0px 100%;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px 0px 10px 0px;
	position: absolute;
	top: 98px;
	left: 790px;
	width: 200px;
	z-index: 10;
}

#panier #articles {
	border-color: #292929;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
  display: block;
  margin: 0px 0px 5px 7px;
  position: relative;
  z-index: 5;
}

#panier #articles p {
  font-size: 10px;
  margin: 5px 15px 5px 8px;
}

#panier p {
  font-size: 10px;
  line-height: 16px;
	margin: 3px 15px 3px 15px;
}

#panier #articles div {
  font-size: 10px;
	margin: 5px 15px 5px 15px;
}

#panier a {
  color: #292929;
  text-decoration: none;
}

#panier img {
  border: 0px;
  float: left;
  margin: 0px 8px 0px 0px;
}


/* ---------- Corps ---------- */

#corps {
  margin: 0px 0px 0px 190px;
  min-height: 510px;
  _height: 510px;
  padding: 1px 0px 10px 0px;
  position: relative;
  text-align: left;
  width: 800px;
}

#corps .colonnehome {
  float: left;
  margin: 0px 0px 0px 0px;
  width: 399px;
}

#corps .colonne {
	border-right: 1px solid #aeaeae;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 399px;
}

#corps h1 {
  margin: 25px 30px 15px 30px;
  font-size: 18pt;
  font-weight: normal;
  color: #cb2b00;
}

#corps h1 small {
  font-size: 17px;
  font-weight: normal;
  color: #000000;
}

#corps h2 {/*
  background-image: url(/images/fond_h2b.gif);
  background-position: center center;
  background-repeat: no-repeat;
  color: #292929;
  font-size: 17px;
  font-weight: normal;
  height: 42px;
  line-height: 41px;
  margin: 25px 25px 10px 25px;
  text-align: center;
*/}

#corps h2 {
	background-color: #f1f1f1;
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
  color: #292929;
  font-size: 17px;
  font-weight: normal;
  margin: 30px 27px 15px 27px;
  padding: 3px 3px 3px 3px;
}

#corps h1 + h2 {
  margin: 20px 27px 15px 27px;
}

#corps p {
  color: #292929;
  margin: 10px 30px 10px 30px;
  line-height: 1.4em;
}

#corps a {
  color: #292929;
  text-decoration: underline;
}

#corps a:hover {
  text-decoration: none;
}

#corps ul {
  margin: 0px;
  padding: 0px;
}

#corps li {
  margin: 0px 25px 10px 52px;
  padding: 0px 0px 0px 0px;
  line-height: 1.4em;
  list-style: disc;
  color: #292929;
}

#corps img.left {
  float: left;
  margin: 4px 15px 5px 30px;
}

#corps img.right {
  float: right;
  margin: 4px 30px 5px 15px;
}

#corps img.home {
  text-align: center;
  margin: 45px 25px 5px 25px;
}

#corps a.bouton {
  background-image: url(/images/bouton_blanc_debut.gif);
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  font-weight: bold;
  margin: 0px 0px 0px -3px;
  text-decoration: none;
}

#corps a.bouton span {
  background-image: url(/images/bouton_blanc_fin.gif);
  background-position: right top;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  padding: 8px 11px 8px 11px;
}

#corps span.bouton {
  background-image: url(/images/bouton_blanc_debut.gif);
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0px 0px 0px -3px;
  padding: 10px 0px 8px 15px;
  _padding: 0px 0px 8px 0px;
}

#corps span.bouton input {
  background-image: url(/images/bouton_blanc_fin.gif);
  background-position: right top;
  background-repeat: no-repeat;
  border: none;
  color: #292929;
  font-weight: bold;
  height: 31px;
  line-height: 27px;
  padding: 0px 15px 0px 0px;
  _padding: 0px 0px 0px 0px;
}

#corps br.clear {
	clear: both;
}


/* ---------- Produit du mois ---------- */

#produitdumois {
  margin: 10px 0px 20px 15px;
  width: 380px;
  min-height: 160px;
  _height: 160px;
}

#produitdumois h2 {
	background: none;
	border-style: none;
	height: auto;
  margin: 0px 10px 10px 0px;
  padding: 20px 0px 0px 0px;
  text-align: left;
}

#produitdumois p {
  margin: 10px 0px 10px 0px;
}

#produitdumois img {
  margin: 0px 0px 0px 0px;
}

/* ---------- Actualité du mois ---------- */

#actudumois {
  margin: 10px 0px 20px 30px;
  width: 365px;
}

#actudumois h2 {
  background: none;
  border-style: none;
  height: auto;
  margin: 10px 0px 10px 0px;
  text-align: left;
}

#actudumois p {
  margin: 10px 0px 10px 0px;
}

#actudumois img.right {
  float: right;
  margin: 0px 0px 5px 15px;
}


/* ---------- Liste produits ---------- */

#liste-produits {
  margin: 10px 30px 10px 30px;
}

#liste-produits div {
	/*background-image: url(/images/fond_div2.gif);
	background-repeat: repeat-y;*/
	border-color: #C1ABB0;
	border-color: #dddddd;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	clear: both;
  margin: 20px 0px 10px 0px;
  min-height: 150px;
  _height: 150px;
  padding: 0px 0px 10px 0px;
}

#liste-produits div p.nom {
	margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#liste-produits div p.type {
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
}

#liste-produits img {
	border: 0px;
}


/* ---------- Fiche produits ---------- */

#fiche {
	margin: 30px 25px 0px 25px;
}

#fiche #grande {
	float: left;
}

#fiche h3 {
	font-size: 16px;
	font-weight: bold;
  margin: 15px 0px 5px 170px;
  text-transform: uppercase;
}

#fiche h4 {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0px 10px 170px;
}

#fiche p {
  margin: 10px 0px 10px 170px;
}

#fiche #tarifs {
  background-image: url(/images/fond_div2.gif);
  background-position: 50% 0%;
  background-repeat: repeat-y;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  margin: 20px 0px 10px 170px;
  padding: 0px 0px 5px 0px;
}

#fiche #tarifs form {
  margin: 0px;
}

#fiche #tarifs .texte {
  margin: 5px 0px 0px 0px;
}

#fiche #tarifs .image {
  border: none;
  margin: 0px;
}

#fiche #tarifs .libelles {
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  width: 580px;
}

#fiche #tarifs .item {
  clear: both;
  height: 27px;
  line-height: 27px;
  width: 580px;
}

#fiche #tarifs span {
  float: left;
  height: 27px;
  line-height: 26px;
  padding: 0px 0px 0px 3px;
  vertical-align: middle;
}

#fiche #tarifs .contenance {
  text-align: left;
  width: 60px;
}

#fiche #tarifs .prix {
  text-align: center;
  width: 80px;
}

#fiche #tarifs .promotion {
  color: #e63000;
  font-weight: bold;
  text-align: center;
  width: 80px;
}

#fiche #tarifs .quantite {
  text-align: center;
  width: 80px;
}

#fiche #tarifs .quantite input {
  margin: 3px 0px 0px 0px;
  text-align: center;
  width: 25px;
}

#fiche #tarifs .quantite img {
  margin-bottom: 2px;
  _margin-bottom: 0px;
  vertical-align: bottom;
}

#fiche #tarifs .bouton {
  background: none;
  text-align: center;
  width: 145px;
}

#fiche #tarifs .bouton input {
  background: none;
  height: 27px;
}

#fiche #tarifs .disponibilite {
  text-align: center;
  width: 225px;
}

#fiche #tarifs .panier {
  font-style: italic;
  text-align: left;
  width: 120px;
}


/* ---------- Commande ---------- */

#commande {
  position: relative;
  margin: 20px 0px 0px 0px;
}

#commande div form {
  margin: 0px;
}

#commande .libelles {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #dddddd;
  color: #e63100;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  margin: 0px 27px 0px 27px;
  padding: 5px 0px 5px 0px;
}

#commande .item {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #dddddd;
  clear: both;
  color: #292929;
  font-weight: normal;
  height: 21px;
  line-height: 21px;
  margin: 0px 27px 0px 27px;
  padding: 2px 0px 2px 0px;
}

#commande span {
  float: left;
  height: 21px;
  line-height: 21px;
  padding: 0px 0px 0px 3px;
  vertical-align: middle;
}

#commande .reference {
  width: 70px;
  text-align: left;
}

#commande .designation {
  width: 365px;
  text-align: left;
}

#commande .prix {
  width: 90px;
  text-align: right;
}

#commande .quantite {
  width: 80px;
  text-align: center;
  margin: 0px 0px 0px 30px;
}

#commande .quantite input {
  text-align: center;
  width: 25px;
}

#commande .quantite img {
  vertical-align: bottom;
}


/* ---------- Infos commande ---------- */

#commande_info {
  width: 490px;
}


/* ---------- Total commande ---------- */

#commande_total {
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	display: inline;
	float: right;
	margin: 20px 30px 10px 30px;
	width: 240px;
}

#commande_total div {
  border-color: #dddddd;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
	padding: 3px 5px 3px 5px;
}

#commande_total div p {
  margin: 4px 0px 4px 0px;
}

#commande_total div .designation {
	color: #e63100;
	display: table-cell;
  font-weight: bold;
  text-align: left;
  width: 155px;
}

#commande_total div .prix {
  display: table-cell;
  text-align: right;
  width: 72px;
}

#commande_total hr {
  border-top: 1px dotted #999999;
  color: #ffffff;
  height: 0px;
  margin: 10px auto 0px auto;
  padding: 0px;
  text-align: center;
  width: 220px;
  clear: both;
}

#livraison, #paiement {
  background-position: 95% 0%;
  background-repeat: no-repeat;
}


/* ---------- Commande directe ---------- */


#choix {
  clear: both;
  color: #292929;
  font-weight: normal;
  height: 21px;
  line-height: 21px;
  margin: 0px 27px 0px 27px;
  padding: 2px 0px 2px 0px;
}

#choix span {
  float: left;
  height: 21px;
  line-height: 21px;
  padding: 0px 25px 0px 3px;
  vertical-align: middle;
}

#choix .designation {
  width: 340px;
  text-align: left;
}

#choix .contenance {
  width: 211px;
  text-align: right;
}

#choix .quantite {
  width: 90px;
  text-align: center;
}

#choix .quantite input {
  text-align: center;
  width: 25px;
}

#choix .quantite img {
  vertical-align: bottom;
}

#choix .bouton {
  width: 80px;
  text-align: right;
}


/* ---------- Tarifs livraison ---------- */

#livraison div {
  float: left;
}

#livraison div table {
  background-color: #cccccc;
  margin: 0px 0px 10px 30px;
  width: 350px;
}

#livraison div table th {
  background-color: #ffffff;
  border-collapse: collapse;
  color: #e63100;
  padding: 3px;
  text-align: center;
}

#livraison div table td {
  background-color: #ffffff;
  border-collapse: collapse;
  padding: 3px;
  text-align: center;
}


/* ---------- Recherche ---------- */

#result_report, #common_report, #results, #did_you_mean, #other_pages {
  margin: 10px 30px 10px 30px;
}

#results .url {
  font-style: italic;
  margin: 0px 0px 10px 0px;
}


/* ---------- Formulaires ---------- */

#corps form {
	margin: 20px 0px 20px 0px;
}

#corps form table {
}

#corps form th {
	font-weight: normal;
  padding: 4px 0px 4px 0px;
  text-align: left;
  width: 135px;
}

#corps form th b {
  color: #e63100;
}

#corps form td {
	padding: 4px 0px 4px 0px;
}

#corps form label {
	display: block;
  font-size: 10px;
}

#corps form label b {
  color: #e63100;
}

#corps form input, #corps form textarea {
	background: url(/images/fond_input.gif) top left no-repeat;
  border: 1px solid #bbbbbb;
  padding: 2px;
}

#corps form input:focus, #corps form textarea:focus {
  border: 1px solid #d62d00;
}

#corps form select {
  background: url(/images/fond_input.gif) top left no-repeat;
  border: 1px solid #bbbbbb;
  padding: 1px;
}

#corps form select:focus {
  border: 1px solid #d62d00;
  outline: none;
}

#corps optgroup {
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #dddddd;
  color: #e63100;
  font-weight: bold;
  font-style: normal;
}

#corps option {
  background-color: #ffffff;
}

#corps p.msgerr {
  background-color: #EDD9D9;
  background-image: url(/images/picto_error.png);
  background-position: 3px 3px;
  background-repeat: no-repeat;
  border: 1px solid #DB3829;
  margin: 20px 30px 20px 30px;
  padding: 3px 5px 3px 25px;
}

#corps p.msgok {
	background-color: #D9EDD9;
  background-image: url(/images/picto_success.png);
  background-position: 3px 3px;
  background-repeat: no-repeat;
  border: 1px solid #57B449;
  margin: 20px 30px 20px 30px;
  padding: 3px 5px 3px 25px;
}


/* ---------- Actualités ---------- */

#corps div.actualite {
	background-color: #ffff00;
  margin: 0px 0px 0px 0px;
}

#corps div.actualite img {
	border: 1px solid #cccccc;
  float: left;
  margin: 4px 15px 5px 30px;
}


/* ---------- Faq ---------- */

#corps.faq {
  background-image: url(/images/fond_faq.jpg);
  background-position: 10px 130px;
  background-repeat: no-repeat;
}

#corps.faq h2 {
  margin: 30px 30px 10px 185px;
}

#corps.faq p.question {
  background-image: url(/images/fond_question.gif);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  color: #e63100;
  font-weight: bold;
  margin: 20px 30px 10px 185px;
  padding: 0px 0px 0px 18px;
}

#corps.faq p.reponse {
  margin: 10px 30px 10px 185px;
}


/* ---------- Forum ---------- */

#corps div.forum {
  background-image: url(/images/fond_forum.jpg);
  background-position: 10px 0px;
  background-repeat: no-repeat;
  margin: 0px 0px 20px 0px;
  min-height: 270px;
}

#corps div.forum h2 {
  margin: 30px 30px 10px 185px;
}

#corps div.forum p.question {
  background-image: url(/images/fond_question.gif);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  color: #e63100;
  font-weight: bold;
  margin: 20px 30px 3px 185px;
  padding: 0px 0px 0px 18px;
}

#corps div.forum p.question a {
  color: #e63100;
}

#corps div.forum p q {
	color: #292929;
  font-size: 10px;
  font-weight: normal;
  margin: 3px 30px 10px 0px;
}

#corps div.forum p.reponse {
  background-image: url(/images/fond_reponse.gif);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  font-weight: bold;
  margin: 10px 30px 3px 185px;
  padding: 0px 0px 0px 15px;
}

#corps .message {
  border: 1px solid #cccccc;
  margin: 10px 30px 10px 30px;
}

#corps .message p {
  margin: 10px 10px 10px 10px;
}

#corps #email {
	display: none;
}


/* ---------- Contact ---------- */

#fond-contact {
	left: 400px;
	position: absolute;
	top: 130px;
}


/* ---------- Votre compte ---------- */

#listecommandes {
	background-color: #ffffff;
  background-image: url(/images/note2.jpg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  display: inline;
  float: right;
  height: 310px;
  margin: 0px 27px 0px 20px;
  padding: 20px 0px 0px 0px;
  width: 270px;
}

#listecommandes p {
	margin: 0px 25px 7px 58px;
}

#listecommandes p a {
	text-decoration: none;
}

#listecommandes p a:hover {
	text-decoration: underline;
}

#corps div.adresse {
	border-bottom: 1px solid #dddddd;
}

/* ---------- Footer ---------- */

#footer {
  position: relative;
  clear: both;
  width: 990px;
  height: 15px;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#footer p, #footer a {
	color: #eeeeee;
	font-size: 9px;
}


/* ---------- Tooltip ---------- */

#dhtmltooltip {
  position: absolute;
  background-color: #ae121e;
  color: #ffffff;
  max-width: 140px;
  _width: 140px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  padding: 4px 6px 4px 6px;
  visibility: hidden;
  z-index: 100;
  font-size: 10px;
  text-align: center;
  filter: alpha(opacity:90);
  opacity: 0.90;
}

.cache {
  display: none;
}
