/***** Base *****/
* {
}
body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #1a171b;
  background-color: #ffffff;
}
a, a:visited, a:active, a:hover, input.text, input.text2, select, textarea {
  color: #1a171b;
}
input.text, input.text2, textarea, select {
  border: 1px solid #c2cce0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}
form {
  padding: 0;
  margin: 0;
}
table, td, th {
  border-collapse: collapse;
}

/* Propriétés communes */
div#container, div#container1, div#container2, div#header, div#middle, div#footer {
  background-color: white;
}

/* Container */
div#container {
  width: 970px;
  margin: 10px auto;
  text-align: left;
}

/* Container1 et container2 */
div#container1, div#container2 {
  padding: 0 10px;
  width: 950px; /* = 970 -pl -pr */
}
div#container1 {
  background: url(../images/fond_container1.png) no-repeat;
}
div#container2 {
  background: url(../images/fond_container2.png) repeat-y;
}

/* Header */
div#header {
  width: 950px;
  height: 147px;
}

/* Bandeau */
div#bandeau {
  height: 126px;
}

/* Menu-top */
div#menu-top {
  height: 21px;
  padding-left: 15px;
  position: relative;
  z-index: 3;
}

/* Footer */
div#footer {
  height: 30px;
  padding-left: 15px;
}

/* Middle */
div#middle {
  position: relative;
  padding-left: 15px;
  padding-top: 15px;
}

/* Menu-left */
div#menu-left {
  width: 175px;
  height: 553px;
  float: left;
  margin-right: 15px;
}
div#menu-left div.space {
  height: 15px;
}

/* Contenu et ContenuXL */
div#contenu, div#contenuXL {
  position: relative;
  height: 553px;
  text-align : justify;
  float: left;
}
html>body div#contenu, html>body div#contenuXL {
  min-height: 553px;
  height: auto;
}
div#contenu {
  width: 530px;
}
div#contenuXL {
  width: 700px;
}

/* Right */
div#right {
  width: 210px;
  float: left;
  position: relative;
}

/* Navtop */
ul#navtop, ul#navtop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.0;
}
ul#navtop li {
  float: left;
  padding: 0;
}
ul#navtop a, ul#navtop img {
  display: block;
  text-decoration: none;
  color: white;
}
ul#navtop ul {
  position: absolute;
  left: -999em;
  width: 164px;
}
ul#navtop li li {
  background-color: #c1cd37;
}
ul#navtop li li:hover {
  background-color: #b8d02c;
}
ul#navtop li li a {
  padding: 5px;
}
ul#navtop li#navtop1_1 li a {
  width: 152px; /* = 164 -pl -pr -2 */
}
ul#navtop li#navtop1_2 li a {
  width: 110px; /* = 122 -pl -pr -2 */
}
ul#navtop li#navtop1_3 li a {
  width: 185px; /* = 197 -pl -pr -2 */
}
ul#navtop li#navtop1_4 li a {
  width: 146px; /* = 158 -pl -pr -2 */
}
ul#navtop li#navtop1_5 li a {
  width: 147px; /* = 159 -pl -pr -2 */
}
ul#navtop li#navtop1_6 li a {
  width: 123px; /* = 135 -pl -pr -2 */
}
ul#navtop li li:hover a {
  font-weight: bold;
}
ul#navtop li:hover ul, ul#navtop li li:hover ul, ul#navtop li.sfhover ul, ul#navtop li li.sfhover ul {
  left: auto;
}
ul#navtop li:hover, ul#navtop li.hover {
	position: static;
}

/* Table footer */
div#footer table * {
  color: #707173;
}
div#footer table {
  width: 100%;
  height: 30px;
  text-align: center;
}
div#footer table table {
  margin: auto;
}
div#footer table td#c1 {
  width: 175px;
}
div#footer table td#c2 table {
  width: 500px;
}

/* Recherche */
div#recherche input.text {
  width: 130px; /* = 134 -pl -pr */
  height: 14px; /* = 18 -pt -pb */
  border: 1px solid #707173;
  padding: 2px;
  margin: 0;
  font-size: 10px;
}

/* Sous-menu-left */
table#sous-menu-left td {
  height: 20px;
  width: 159px; /* =175 -pl -pr */
  padding: 0 8px;
  vertical-align: middle;
  border-bottom: 1px solid #d7d7d7;
}
table#sous-menu-left a, table#sous-menu-left a:visited, table#sous-menu-left a:active, table#sous-menu-left a:hover {
  text-decoration: none;
}

/* Chemin de fer */
div#chemindefer {
  height: 30px;
  font-size: 11px;
}
div#chemindefer span.before, div#chemindefer span.before * {
  color: #707173;
}

/* Titres h1 et h2 */
h1 {
  font-size: 34px;
  font-weight: normal;
  margin: 0;
  background-color: white;
  background: url(../images/puce_grise_gde.png) no-repeat;
  padding-left: 35px;
  padding-top: 8px;
  height: 42px; /* = 50 -pt */
}
html>body h1 {
  min-height: 42px;
  height: auto;
}
h2 {
  font-size: 20px;
  font-weight: bold;
  color: #b8d02c;
  margin-top: 0;
}

/* Couleurs 1 et 2 */
span.color1 {
  color: #67bee7;
}
span.color2 {
  color: #0098d4;
}
span.color3 {
  color: #707173;
}

/* Texte */
div#texte {
  padding: 20px 5px 20px 35px;
}
div#texte2 {
  padding: 0;
  padding-bottom: 20px;
  margin-top: -20px;
}

/* Div quelconques */
div.desc {
  color: #707173;
  font-size: 14px;
}
div.intro {
  margin-bottom: 20px;
}
div.bold {
  font-weight: bold;
}
div.italic {
  font-style: italic;
}
div.red {
  color: red;
}
div.green {
  color: #b8d02c;
}
div.center {
  text-align: center;
}
div.rq {
  margin-top: 30px;
  font-size: 11px;
}
div.mention {
  text-align: justify;
  margin-top: 15px;
  font-size: 11px;
}
div.bouton {
  text-align: center;
  margin-top: 20px;
}
div.bouton2 {
  text-align: left;
  margin-top: 20px;
}
span.info {
  font-size: 10px;
  font-style: italic;
}
span.barre {
  text-decoration: line-through;
}
span.bold {
  font-weight: bold;
}
span.info2 {
  color: gray;
  font-style: italic;
}

/* Tableaux formulaire */
table.form td, table.form th {
  padding: 3px;
}
table.form th {
  font-weight: normal;
  text-align: right;
}
table.form input.text, table.form select.liste {
  width: 270px;
}
table.form input.text {
  height: 16px;
}
table.form th.intro {
  font-weight: bold;
  color: #0098d4;
  text-align: left;
  margin: 10px 0;
}
table.form input.text2 {
  width: 180px;
}
table.form textarea {
  width: 270px;
}

/* Listes */
ul.uneliste {
  margin: 0;
  padding: 0;
}
ul.uneliste li {
  margin: 0 0 10px 15px;
}
ul#deuxlistes, ul#deuxlistes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#deuxlistes li {
  padding: 5px 0;
}
ul#deuxlistes ul {
  padding: 0 30px;
}
ul#deuxlistes ul li {
  border: none;
  padding: 0;
  list-style-type: disc;
}
ul#deuxlistes li a.titre, ul#deuxlistes li span.titre {
  color: #0098d4;
  font-size: 12px;
  font-weight: bold;
}
div#texte ul, div#texte ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* Home et Zoom*/
div#home1, div#home2, div#home3, div#zoom1, div#zoom2, div#zoom3 {
  position: absolute;
}
div#home1, div#zoom1 {
  width: 530px;
  left: 0;
}
div#home1 {
  top: 20px;
  height: 250px;
}
div#zoom1 {
  height: 236px;
}
div#home2, div#zoom2 {
  left: 0;
}
div#home3, div#zoom3 {
  left: 265px;
}
div#home2, div#home3 {
  top: 300px;
  width: 265px;
  height: 253px;
}
div#zoom2, div#zoom3 {
  top: 266px;
  width: 265px;
  height: 287px;
}
div#home2 {
  background: url(../images/fond_home2.png) no-repeat;
}
div#zoom2 {
  background: url(../images/fond_zoom2.png) no-repeat;
}
div#home3 {
  background: url(../images/fond_home3.png) no-repeat;
}
div#zoom3 {
  background: url(../images/fond_zoom3.png) no-repeat;
}
div#home1 h1 {
  background: none;
  padding: 0;
  padding-left: 10px;
  height: 50px;
}
div#home1 div.home_txt {
  padding: 10px;
  height: 174px; /* = 194 -pt -pb */
}
div#zoom1 div.zoom_txt {
  padding: 10px;
  height: 200px; /* = 220 -pt -pb */
}
div#home1 div.home_lnk, div#zoom1 div.zoom_lnk {
  height: 16px;
  text-align: right;
}
div#home2 div.home_txt, div#home3 div.home_txt {
  margin-top: 26px;
  padding: 10px;
  height: 192px; /* = 212 -pt -pb */
}
div#zoom2 div.zoom_txt, div#zoom3 div.zoom_txt {
  margin-top: 26px;
  padding: 10px;
  height: 226px; /* = 246 -pt -pb */
}
div#home2 div.home_lnk, div#home3 div.home_lnk, div#zoom2 div.zoom_lnk, div#zoom3 div.zoom_lnk {
  height: 15px;
  text-align: right;
}

/* Item produit */
table.itempdt {
  width: 100%;
  text-align: center;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
  height: 100px;
}
html>body table.itempdt {
  min-height: 100px;
  height: auto;
}
table.itempdt td {
  padding: 0;
}
td.itempdt-img {
  width: 120px;
}
td.itempdt-img div {
  position: relative;
  width: 120px;
}
td.itempdt-titre-desc {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
div.itempdt-titre {
  font-weight: bold;
  font-size: 13px;
  margin: 10px 0;
}
div.itempdt-desc {
  margin-bottom: 5px;
  /*height: 28px; *//* = 50 - pt - pb */
  padding: 10px 15px;
}
td.itempdt-fiche, td.itempdt-prix {
  height: 48px;
  width: 145px;
  background-color: #ededed;
}
td.itempdt-fiche {
  font-size: 10px;
  border-bottom: 1px solid #d7d7d7;
}
td.itempdt-fiche a {
  padding-left: 12px;
  background: url(../images/fleche-grise.gif) no-repeat;
}
img.itempdt-rupture, img.itempdt-nouveaute {
  position: absolute;
  right: 0;
  bottom: 0;
}
div#navigpages {
  margin-top: 15px;
  text-align: right;
}
div#navigpages, div#navigpages * {
  font-weight: bold;
}
div#navigpages, div#navigpages a, div#navigpages a:visited, div#navigpages a:active, div#navigpages a:hover {
  text-decoration: none;
}


/* Fiche produit */
div#fichepdt {
  padding: 0 5px 20px 35px;
}
div#fichepdt div#soustitre {
  font-size: 14px;
  margin: 10px 0 10px 0;
}
div#fichepdtgauche {
  width: 200px;
  text-align: center;
  float: left;
}
div#fichepdtdroite {
  float: left;
  margin-left: 10px;
  width: 280px; /* = 530 - 35 -5 -200 -ml */
}
div#fichepdtgauche div#image {
  text-align: center;
  height: 230px;
  position: relative;
}
html>body div#fichepdtgauche div#image {
  min-height: 230px;
  height: auto;
}
div#fichepdtgauche div#image img.nouveaute, div#fichepdtgauche div#image img.rupture {
  position: absolute;
  top: 0;
  left: 0;
}
div#fichepdtgauche div#refcond {
  color: #707173;
}
div#fichepdtdroite div#accordion {
}
div#accordion div.toggler {
	cursor: pointer;
	border-bottom: 1px solid #707173;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 10px;
	margin: 2px ;
  background: url(../images/puce_ronde_grise.png) no-repeat;
}
div#accordion div.element p {
  color: #707173;
  margin: 10px 0;
}
div#fichepdtdroite div#prixpanier {
  margin-top: 25px;
  font-size: 28px;
  text-align: center;
}
div#fichepdtdroite div#prixpanier table td {
  width: 50%;
}
/* Bloc conseilpro_gd */
div#bloc_conseilpro_gd {
  width: 205px;
  height: 330px;
  background: url(../images/bloc_conseilpro_gd.png) no-repeat;
  margin-bottom: 20px;
  position: relative;
}
div#bloc_conseilpro_gd div.lien1, div#bloc_conseilpro_gd div.lien2, div#bloc_conseilpro_gd div.lien3 {
  background: url(../images/puce_grise.png) no-repeat;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  width: 160px;
  height: 35px;
  padding-left: 20px;
}
div#bloc_conseilpro_gd div.lien1 {
  top: 110px;
}
div#bloc_conseilpro_gd div.lien2 {
  top: 175px;
}
div#bloc_conseilpro_gd div.lien3 {
  top: 240px;
}

/* Bloc quantis */
div#bloc_quantis {
  margin-left: 15px;
}

/* Bloc moncompte */
div#bloc_moncompte {
  width: 190px;
  height: 99px;
  background: url(../images/bloc_moncompte.png) no-repeat;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
div#bloc_moncompte div.lien1, div#bloc_moncompte div.lien2, div#bloc_moncompte div.lien3 {
  position: absolute;
  left: 7px;
}
div#bloc_moncompte div.lien1 {
  top: 30px;
}
div#bloc_moncompte div.lien2 {
  top: 55px;
}
div#bloc_moncompte div.lien3 {
  top: 80px;
}

/* Bloc monpanier */
div#bloc_monpanier {
  width: 190px;
  height: 92px;
  background: url(../images/bloc_monpanier.png) no-repeat;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
div#bloc_monpanier a {
  width: 190px;
  height: 74px;
  display: block;
}
div#bloc_monpanier div.lien1, div#bloc_monpanier div.lien2 {
  position: absolute;
  left: 7px;
}
div#bloc_monpanier div.lien1 {
  top: 30px;
}
div#bloc_monpanier div.lien2 {
  top: 55px;
}
div#bloc_monpanier div.lien3 {
  top: 74px;
  position: absolute;
}
div#bloc_monpanier div.lien3 a {
  display: inline;
}

/* Bloc codeprivilege */
div#bloc_codeprivilege {
  width: 190px;
  height: 49px;
  background: url(../images/bloc_codeprivilege.png) no-repeat;
  margin-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
div#bloc_codeprivilege div.lien1 {
  position: absolute;
  left: 7px;
  top: 25px;
}
div#bloc_codeprivilege div.lien1 input {
  vertical-align: middle;
}
div#bloc_codeprivilege div.lien1 input.text {
  width: 120px;
}

/* Bloc offrespromos */
div#bloc_offrespromos {
  width: 190px;
  margin-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
div#bloc_offrespromos div {
  text-align: center;
  margin-bottom: 5px;
}

/* Bloc besoinaide */
div#bloc_besoinaide1, div#bloc_besoinaide2 {
  width: 190px;
  margin-left: 15px;
  margin-bottom: 12px;
  position: relative;
  text-align: center;
}
div#bloc_besoinaide1 {
  height: 50px;
}
div#bloc_besoinaide1 div {
  margin-bottom: 10px;
}
div#bloc_besoinaide2 {
  height: 25px;
}

/* Bloc conseilpro_pt */
div#bloc_conseilpro_pt {
  width: 205px;
  height: 225px;
  background: url(../images/bloc_conseilpro_pt.png) no-repeat;
  margin-bottom: 20px;
  position: relative;
}
div#bloc_conseilpro_pt div.lien1, div#bloc_conseilpro_pt div.lien2, div#bloc_conseilpro_pt div.lien3 {
  background: url(../images/puce_grise.png) no-repeat;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  width: 160px;
  height: 35px;
  padding-left: 20px;
}
div#bloc_conseilpro_pt div.lien1 {
  top: 90px;
}
div#bloc_conseilpro_pt div.lien2 {
  top: 135px;
}
div#bloc_conseilpro_pt div.lien3 {
  top: 180px;
}

/* Commande */
div#top_commande {
  width: 660px;
  height: 28px;
  margin-bottom: 20px;
}
div#top_commande img {
  float: left;
}

/* Tableau panier */
table#panier {
  width: 100%;
  text-align: center;
}
table#panier, table#panier td {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
table#panier td, table#panier th {
  padding: 5px;
}
td.panier-img, th.panier-nbart, td.panier-code, td.panier-vide {
  border-left: 1px solid #e7e7e7;
}
td.panier-prixtotal, th.panier-prixtotal, td.panier-code, td.panier-total {
  border-right: 1px solid #e7e7e7;
}
th.panier-nbart {
  text-align: left;
}
td.panier-img {
  width: 120px;
  height: 100px;
}
td.panier-titre, td.panier-prixunitaire, td.panier-prixtotal, td.panier-code {
  font-size: 13px;
}
td.panier-prixunitaire, td.panier-prixtotal {
  width: 80px;
}
td.panier-qte input.text {
  width: 50px;
  margin: 0;
}
td.panier-code, td.panier-total {
  height: 70px;
}
td.panier-total span {
  font-size: 15px;
  color: #0098d4;
}
td.panier-code input {
  vertical-align: middle;
}
td.panier-titre, td.panier-prixunitaire, td.panier-prixtotal, td.panier-code, td.panier-total {
  font-weight: bold;
}

/* Tableaux adresselivraison, modelivraison, adressepaiement et modepaiement */
table#adresselivraison, table#modelivraison, table#adressepaiement, table#modepaiement {
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
  width: 100%;
}
table#modelivraison td.titre, table#modelivraison td.tarif, table#modepaiement td.titre {
  font-size: 13px;
  font-weight: bold;
}
table#adresselivraison a, table#adresselivraison a:visited, table#adresselivraison a:active, table#adresselivraison a:hover,
table#adressepaiement a, table#adressepaiement a:visited, table#adressepaiement a:active, table#adressepaiement a:hover {
  font-size: 10px;
  text-decoration: underline;
  color: #0098d4;
}
table#adresselivraison th, table#modelivraison th, table#adresselivraison td, table#modelivraison td,
table#adressepaiement th, table#modepaiement th, table#adressepaiement td, table#modepaiement td  {
  padding: 2px;
}
table#adresselivraison th, table#modelivraison th, table#adressepaiement th, table#modepaiement th {
  font-size: 13px;
  color: #0098d4;
  padding: 5px;
}
table#adresselivraison td.vide, table#modelivraison td.vide, table#adressepaiement td.vide, table#modepaiement td.vide {
  width: 5px;
}
table#modelivraison td.radio, table#modepaiement td.radio, table#modepaiement td.logo {
  width: 20px;
}
table#modelivraison td.logo {
  width: 150px;
}
table#modelivraison td.titre {
  width: 150px;
}
table#adresselivraison td.last, table#modelivraison td.logo, table#adressepaiement td.last, table#modepaiement td.logo {
  padding-bottom: 10px;
}

/* Tableaux commandes, commande1 et commande2 */
table#commandes {
  width: 100%;
  text-align: center;
}
table#commande1, table#commande2 {
  margin-bottom: 20px;
}
table#commande2 {
  width: 100%;
}
table#commandes, table#commandes td, table#commandes th {
  border: 1px solid #e7e7e7;
}
table#commandes th {
  font-size: 13px;
  color: #0098d4;
  padding: 5px;
}
table#commandes td, table#commande1 td, table#commande2 td {
  padding: 2px;
}

/* Bloc print */
div#print {
  margin-top: 15px;
}
div#print * {
  font-size: 14px;
  font-weight: bold;
}
div#print a, div#print a:visited, div#print a:active, div#print a:hover {
  text-decoration: underline;
  color: #0098d4;
}

/* Manger bouger */
div#qscroller {
  height: 20px;
	text-align: center;
}

div.hide {
	visibility: hidden;
	position: absolute;
	top: -400px;
}
div.qslide {
	padding: 3px;
}
div.qslide, div.qslide a, div.qslide a:visited, div.qslide a:active, div.qslide a:hover {
  color: #707173;
}

/* Table trouverconseiller */
table#trouverconseiller {
}
table#trouverconseiller td {
  width: 50%;
  vertical-align: top;
}
table#trouverconseiller td#cel1 {
  padding-right: 10px;
}
table#trouverconseiller td#cel2 {
  padding-left: 10px;
}