HTML, BODY {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 100%;
  height: 100%;
  background-color: #998B10;
  background-image: url();
  background-repeat: repeat;
}

BODY, TABLE, TD {
  font-family: Verdana;
  color: #000000;
  font-size: 12px;
}

#centpourcent {
  height: 100%;
  width: 100%;
}

.bgcolor {
  background-color: #374045;
}

br {
  font-size: 9px;
}

a:link, a:visited {
  font-family: Verdana;
  color: #374045;
}
a:hover, a:active {
  color: #998B10;
}

a.pos:link, a.pos:visited {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
a.pos:hover, a.pos:active {
  text-decoration: none;
}

.little {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}

a.little:link, a.little:visited {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}
a.little:hover, a.little:active {
  color: #998B10;
  text-decoration: none;
}

.hdp {
  font-size: 10px;
  color: #BCB316;
}

a.hdp:link, a.hdp:visited {
  font-family: Verdana;
  color: #FFFFFF;
  text-decoration: none;
}
a.hdp:hover, a.hdp:active {
  color: #BCB316;
  text-decoration: none;
}

.bdp_title {
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
  color: #666666;
}

a.bdp:link, a.bdp:visited {
  font-family: Verdana;
  font-size: 9px;
  color: #999999;
  text-decoration: none;
}
a.bdp:hover, a.bdp:active {
  color: #666666;
  text-decoration: none;
}

H1 {
  font-family: Times New Roman, Times, serif, Verdana;
  color: #4C4406;
  font-weight: bold;
  font-style: Italic;
  font-size: 22pt;
  margin: 8px 0px 0px 0px;
  padding: 0px;
}

H2 {
  font-family: Times New Roman, Times, serif, Verdana;
  color: #4C4406;
  font-weight: bold;
  font-style: Italic;
  font-size: 16pt;
  margin: 5px 0px 10px 0px;
  padding: 0px;
}

HR {
  width: 100%;
  background-color: #DFC7A5;
  color: #DFC7A5;
  border: 0px;
  height: 1px;
}

.home_link {
  font-family: Verdana;
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.home_link:visited, a.home_link:link {
  font-family: Verdana;
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a.home_link:hover, a.home_link:active {
  color: #666666;
  text-decoration: none;
}

.table_other_cat {
  border: 1px solid #BCB316;
}
.title_other_cat {
  font-family: Times New Roman, Times, serif;
  font-size: 12pt;
  font-style: Italic;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #BCB316;
  padding: 0px 40px 0px 5px;
}
.content_other_cat {
  padding: 0px 5px 5px 5px;
}

a.link_to_product:visited, a.link_to_product:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt;
  color: #998B10;
  font-weight: bold;
  text-decoration: none;
}
a.link_to_product:hover, a.link_to_product:active {
  color: #BCB316;
  text-decoration: none;
}

.price {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-style: Italic;
  font-size: 18px;
  color: #374045;
}

.public_price {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-style: Italic;
  font-size: 18px;
  color: #999999;
}

.prix {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-style: Italic;
  font-size: 18px;
  color: #374045;
}

input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #4C4406;
  border: 1px solid #999999;
  padding-left: 2px;
  padding-right: 2px;
}

input:focus, textarea:focus {
  border: 1px solid #374045;  
}


input.submit {
  font-size: 10px;
  border: 1px solid #374045;
  background-color: #374045;
  color: #FFFFFF;
  text-align: center;
}

select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #4C4406;
}

option {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #4C4406; 
}

textarea {
  width: 320px;
}


/** *************  MENU  ************* **/

a.cat:link, a.cat:visited {
  font-family: Times New Roman, Times, serif;
  font-size: 14px;
  color: #FFFFFA;
  font-weight: bold;
  font-style: Italic;
}
a.cat:hover, a.cat:active {
  color: #BCB316;
}

ul#menu li ul{
  display:none;
}

ul#menu li:hover>ul{
  display:block;
}

ul#menu{
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  float: left;
  font-size: 11px;
  color: #999999;
  font-family: sans-serif;
}

ul#menu hr{
 margin-right: 4px;
 margin-left: 4px;
}

ul#menu li{
  float: left;
  display: block;
  padding: 0px 0px;
}

ul#menu li a{
  display: block;
  padding: 5px 0px 6px 0px;
  text-decoration: none;
}

ul#menu li a:hover{
  border-top-color: #F0F0F0;
  border-left-color: #F0F0F0;
  border-right-color: #999999;
  border-bottom-color: #4C4406;
}

ul#menu ul{
  position:absolute;
  background: #FF3333 repeat-y -150px 0%;
  list-style:none;
  margin:0px;
  padding:0px;
  width:150px;
  z-index:1;
}

ul#menu ul ul{
  top:0px;
  left:150px;
  z-index:2;
}

ul#menu ul li{
  position:relative;
  float:none;
  margin:0px;
  padding:0px;
  display:inline;
}

li {
  list-style: none;
}

ul#menu ul li a {
  padding-bottom: 10px;
  display:block;
  margin:0px;
  padding:0px;
  width:150px;
}

ul#menu ul li a span{
  display:block;
  width:150px;
  padding: 2px 0px 2px 0px;
  margin:0px;
  cursor: pointer;
  border: none;
  font-size: 11px;
  color: #FFFFFF;
}

ul#menu ul li a.next span{
  background:url(http://www.r7g.com/6454/m/fleche_menu.gif) no-repeat 0% 50%;
}


ul#menu ul li a.next:hover span{
  background-position: -150px 50%;
}

ul#menu ul li a:hover span{
  background-color: #BCB316;
  color: #000000;
  border:none;
}

ul#menu ul li.first{
  padding-left:0px;
}

ul#menu ul li.first a{
  padding-top:1px;
}

ul#menu ul li.last{
  padding-right:0px;
}

ul#menu ul li.last a{
  border-bottom: 3px solid #374045;
  padding-bottom:1px;
}

ul#menu ul li.last ul li a{
  border-bottom: 0px solid #374045;
  padding-right:0px;
}
ul#menu ul li.last ul li.last a{
  border-bottom: 3px solid #374045;
  padding-bottom:1px;
}

/** *************  FIN MENU  ************* **/


