
/* valeurs par défaut */
body {
  background-color: #ffffff;
  font-family : Helvetica, Arial, Verdana, sans-serif;
  font-size : 14px;
  color : #000000;
  text-decoration: none;
  font-weight: normal;
  text-align : justify;
  overflow: auto;
  margin: 0px 0px;
  padding: 0px 0px;
  }

table {
  margin: 0px 0px;
  padding: 0px 0px;
  }

tr {
  vertical-align: top; 
  margin: 0px 0px;
  padding: 0px 0px;
  }

td {
  margin: 0px 0px;
  padding: 0px 0px;
  }

h1 {
  font-size : 24px;
  text-decoration: none;
  font-weight: bold;
  text-align : center;
  color: #dc143c;
}

h2 {
  font-size : 18px;
  text-decoration: none;
  font-weight: bold;
  text-align : left;
  color: #008000;
}

p {
  font-size : 14px;
  text-decoration: none;
  font-weight: normal;
  text-align : justify;
  color: #000000;
}

li {
  font-size : 14px;
  text-decoration: none;
  font-weight: normal;
  text-align : justify;
  color: #000000;
  display: list-item;
  list-style-position: inside;
  list-style-type: square;
}

/* fin des valeurs par defaut */

/* barre haute de contact */
a.contact {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size : 12px;
  }

a.contact:hover {
  color: #ff0000;
  }

/* Categories de produits en page d'accueil */
a.categories {
  color: #000000;
  text-decoration: none;
  }

a.categories:hover {
  color: #ff0000;
  }

/* Disposition de la zone reservee aux actualites et aux produits phares */

td.actualites {
  width: 135px; 
  background-color: #e0e0e0;
  text-align: center; 
  padding: 0px 2px 0px 2px;
  margin: 0px 0px 0px 0px;
  border-style: solid; 
  border-color: #e0e0e0; 
  border-top-color: #ffffff;
  border-width: 3px 0px 3px 0px;
  }

div.actualites {
  width : 100%;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  }

ul.actualites {
  width : 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: block;
  border-width: 1px;
  border-color: #E59500;
  border-style: solid;
  }

li.titreactualites {
  font-family : Verdana, Arial, Sans, sans-serif;
  color : #000000;
  font-size : 11px;
  font-weight : bold;
  text-align: center;
  background-color: #ffd000;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  margin-left: 2px;
  display: block;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  border-width: 1px;
  border-color: #E59500;
  border-style: solid;
  }

li.txtactualites {
  font-family : Verdana, Arial, Sans, sans-serif;
  color : #000000;
  font-size : 10px;
  font-weight : normal;
  text-align: center;
  background-color: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  margin-left: 2px;
  display: block; 
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
  }

/* Disposition de la zone reservee au menu */

td.menu {
  width: 135px; 
  background-color: #e0e0e0;
  text-align: center; 
  padding: 0px 2px 0px 2px;
  margin: 0px 0px 0px 0px;
  border-style: solid; 
  border-color: #e0e0e0; 
  border-top-color: #ffffff;
  border-width: 3px 0px 3px 0px;
  }

ul.menu {
  width : 100%;
  margin: 0px 0px 0px 0px;
  padding: 20px 2px 100px 2px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: block;
  }

li.menu {
  font-family : Verdana, Arial, Sans, sans-serif;
  color : #000000;
  font-size : 11px;
  font-weight : bold;
  text-align: center;
  /*background-color: #dfdfff;*/
  background-color: #ffd000;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: 12px;
  margin-left: 2px;
  display: block;
  border-width: 1px;
  border-color: #E59500;
  border-style: solid;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  }

li.ssmenu {
  font-family : Verdana, Arial, Sans, sans-serif;
  color : #000000;
  font-size : 11px;
  font-weight : bold;
  text-align: center;
/*  background-color: #e7e7ff;*/
  background-color: #ffef00;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: 2px;
  margin-left: 12px;
  display: block;
  border-width: 1px;
  border-color: #E59500;
  border-style: solid;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  }

a.menu {
  font-family : Verdana, Arial, Sans, sans-serif;
  color : #000000;
  font-size : 11px;
  font-weight : bold;
  text-align: center;
  color : #000000;
  text-decoration: none;
}

a.menu:link {
  color : #000000;
  text-decoration: none;
}

a.menu:visited {
  color : #000000;
  text-decoration: none;
}

a.menu:active {
  color : #000000;
  text-decoration: none;
}

a.menu:hover {
  color: #DC1436;
}


td.texte {
  background-color: #ffffff; 
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}

td.texte2 {
  background-color: #efefef;
  color: #c0c7d7;
  margin-top: 5px;
  padding-top: 3px;
  border-style: solid; 
  border-color: #762222; 
  border-width: 3px 0px 0px 0px;
}

div.copyright {
  background-color: #efefef;
  color: #6666ff;
  text-align: center;
  font-size : 10px;
  text-decoration: none;
  font-weight: normal;
  margin: 0px 0px;
  margin-top: 5px;
  padding: 0px 0px;
  border-style: solid; 
  border-color: #762222; 
  border-width: 3px 0px 0px 0px;
  width: 100%;
  }

p.copyright {
  background-color: #efefef;
  color: #6666ff;
  text-align: center;
  font-size : 10px;
  text-decoration: none;
  font-weight: normal;
  margin: 0px 0px;
  padding: 0px 0px;
  padding-top: 3px;
  border-style: solid; 
  border-color: #762222; 
  border-width: 0px 0px 0px 0px;
  }


a.copyright {
  background-color: #efefef;
  color: #3333ff;
  text-align: center;
  font-size : 10px;
  text-decoration: none;
  font-weight: normal;
  margin: 0px 0px;
  padding: 0px 0px;
  padding-top: 3px;
  border-style: solid; 
  border-color: #762222; 
  border-width: 0px 0px 0px 0px;
  }


a.copyright:hover {
  /*background-color: #efefef;*/
  color: #ff3333;
  }

a.copyright:active {
  /*background-color: #efefef;*/
  color: #3333ff;
  }

a.copyright:visited {
  /*background-color: #efefef;*/
  color: #3333ff;
  }

span.prix {
  color: #ff0000;
  font-weight: bold;
  }
