* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: #e9e6dd;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

a {
  color: #57081b;
  font-weight: bold;
  text-decoration: underline;
}

img, a img { border: 0; }

a:hover {
  color: #000;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: Georgia, serif;
  color: #57081b;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  border-top: 1px dotted #ccc;
  height: 0px;
  margin: 0;
  padding: 0;
}

#canvas {
  background-image: url('../img/shadow_top.gif');
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #fff;
  clear: both;
  margin-top: 30px;
  padding: 30px 10px 30px 10px;
  width: 960px;
}

#menu {
  clear : both;
  text-align: left;
  padding: 10px 0 10px 0;
  width: 914px;
}

#menu ul {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li {
  display: inline;
  margin: 0;
  padding: 0 5px 0 5px;
}

#banner {
  clear: both;
  height: 360px;
  width: 914px;
}

#logo {
  background-color: #57081b;
  float: left;
  width: 255px;
  height: 320px;
}


#slideshow {
  background-color: #57081b;
  float: right;
  width: 646px;
  height: 320px;
  overflow: hidden;
}

#content {
  clear: both;
  display: block;
  margin: 0 0 30px 0;
  padding: 10px;
  width: 914px;
}

#left {
  background-color: #f6f5f1;
  border-top: 1px dotted #666;
  float: left;
  margin: 0 12px 0 0;
  padding: 5px;
  overflow: hidden;
  width: 245px;
}

#left td {
  font-family: Verdana;
  font-size: 11px;
}

#left input,
#left textarea {
  font-family: Verdana;
  font-size: 11px;
}

#center {
  /* background-color: #F6F5F1; */
  border-top: 1px dotted #666;
  color: #666;
  float: left;
  padding: 5px;
  overflow: hidden;
  width: 438px;
}

#center2 {
  /* background-color: #F6F5F1; */
  border-top: 1px dotted #666;
  color: #666;
  float: left;
  padding: 5px;
  overflow: hidden;
  width: 590px;
}

#centergauche{
  /* background-color: #F6F5F1; */
  /*border-top: 1px dotted #666;*/
  color: #666;
  float: center;
  overflow: hidden;
}

#right {
  /* background-color: #F6F5F1; */
  border-top: 1px dotted #666;
  float: right;
  padding: 5px;
  overflow: hidden;
  width: 180px;
}

#end {
  clear: both;
  height: 5px;
}

#footer {
  clear: both;
  padding: 10px 10px 0 10px;
  width: 960px;
}

#bottomshadow {
  background-image: url('../img/shadow_bottom.gif');
  background-position: left top;
  background-repeat: repeat-x;
  height: 16px;
  padding: 0 10px 20px 10px;
  width: 960px;
}

#maps {
  width: 438px;
  height: 394px;
}


.border {
  border: 1px solid #57081B;
}

.button {
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 5px;
}

.error {
  color: #990000;
  font-weight: bold;
  font-size: 11px;
  display: inline;
}

.hidden {
  display: none;
}

.red {
  color: #57081B;
  font-weight: bold;
}

.spacer {

  width: 50px;
}

.text {
  border: 1px solid #ccc;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  width: 240px;
}

/****************************************************************************/

.panel {
  border-top: 1px dotted #ccc;
  clear: both;
  display: none;
  width: 438px;
}

.panel.active-tab-body {
  display: block;
}

.product_navigator {
  background-color: #fff;
  clear: both;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.product_navigator ul {
  margin: 0;
  padding: 0;
}

.product_navigator ul li {
  background-color: #57081b;
  color: #fff;
  display: inline;
  text-align: center;
}

.product_navigator ul li a {
  background-color: #57081B;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.product_navigator ul li a:hover {
  background-color: #fff;
  color: #57081B;
}

.product_navigator ul li a.active {
  background-color: #fff;
  color: #57081B;
}
/****************************************************************************/
