body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 11px;
}
img{
  border: 0px;
}
form{
  margin:0px;
}
a {
  color: #f3000c;
  /*font-size: 11px;*/
  text-decoration: none;
}
a:hover {
  text-decoration:underline;
}
.hide {
  display: none;
}

h1,h2,h3,h4,h5,.alternate_h1_title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


#page{
  margin: 0px auto;
  width: 920px;
}

/* ** HAUT DE PAGE ** */
#top_area {
  float: left;
  width: 920px;
  height: 135px;
  padding-top: 25px;
  position: relative;
  
  background: url(/gfm/530085/m/img/bg_top_area.jpg) transparent no-repeat top left;
}

/* ** ZONE CENTRALE ** */
#main {
  float: left;
  clear: both;
  width: 900px;
  padding: 0px 10px;
}


/* ** ZONE A GAUCHE ** */
#left_side {
  float: left;
  width: 170px;
  padding-right: 25px;
  overflow: hidden;
}

/* ** ZONE (PRINCIPALE) ** */
#content {
  float: left;
  width: 705px;
  overflow: hidden;
}


/* ** BAS DE PAGE ** */
#bottom_line {
  float: left;
  clear: both;
  width: 820px;
  padding-left: 100px;
  height: 53px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  color: #666; 
  position: relative;
  background: url(/gfm/530085/m/img/bg_bottom_area.gif) transparent no-repeat top left;
}
#bottom_line  a {
  color: #666; 
  text-decoration: none;
}
#bottom_line  a:hover {
  text-decoration: underline;
}



/* ** --------------------------------------------------------- ** */
/* ** DEBUT DES ZONES PRINCIPALES (MAIN) ** */

/* ** CHEMIN DE FER ** */
.position {
  display: block;
  padding: 3px 0px;
  min-height: 14px;
  color: #999;
  text-align: right;
}
.position a.view {
  color: #999;
  text-decoration: underline;
}
.position span {
  color: #999;
}
.position a.other{
  color: #999;
  text-decoration: underline;
}
.position a:hover {
  color: #666;
  text-decoration: underline;
}




/* ** HOME PAGE ** */
#home {
  float: left;
  width: 705px;
  overflow: hidden;
}


/* ** PAGE DE TYPE SOMMAIRE ** */
#product_list {
  float: left;
  width: 705px;
  overflow: hidden;
}

/* ** FICHE PRODUIT ** */
#product {
  float: left;
  width: 705px;
  overflow: hidden;
}


/* ** PRODUCT_LIST ** */
#content h1.product_list, #content h2.product_list {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0px;
  margin: 0px;
}
#content h1.product_list a, #content h2.product_list a {
  color: #333;
  text-decoration: none;
}
#content .backto {
  float: left;
  clear: both;
  width: 100%;
  padding: 0px;
  margin-bottom: 10px;
  text-align: right;
}
#content .backto img {
  float: right;
}
/* ** PRODUCT ** */
#content h1.product, #content .alternate_h1_title {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0px;
  margin: 0px;
}
#content h1.product a, #content .alternate_h1_title a {
  color: #333;
  text-decoration: none;
}

/* ** PAGE CONTACT ** */
#content h1.webpage, 
#content h1.contact, #bdc h1.contact {
  display: block;
  background: #ff0000;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background-image: url(/gfm/530085/m/img/bg_ev_table_title_wide.gif);
  background-color: transparent;
  background-repeat:  no-repeat;
  background-position: top left;
  text-align: left;
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
#content h1.webpage a, 
#content h1.contact a, #bdc h1.contact a {
  color: #fff;
  text-decoration: none;
}
#content .contact_desc {
  display: block;
  clear: both;
  padding: 7px 54px 7px 53px;
}

#webpage, 
#contact, 
.ev_bdc_content {
  float: left;
  clear: both;
  width: 665px; /* 705*/
  min-height: 362px;
  font-size: 11px;
  padding: 10px 20px;
  background-image: url(/gfm/530085/m/img/bg_ev_table_content_wide.gif);
  background-color: #d4d2d2;
  background-repeat:  no-repeat;
  background-position: bottom left;
}
.ev_bdc_content {
  min-height: 50px;
  margin-bottom: 10px;
}

#webpage h1, #webpage h2 {
  margin: 0px;
  padding: 4px 0px;
}
#webpage h1 {
  font-size: 18px;
}
#webpage h2 {
  font-size: 16px;
}
#webpage a {
  color: #f3000c;
}
#webpage a:hover {
  text-decoration: underline;
}



/* ** MENU HORIZONTAL ** */
/* ** MENU DEROULANT PARTIE CATALOGUE ** */
ul#menu li ul{
  display: none;
}
ul#menu li:hover>ul{
  display: block;
}
ul#menu{
  list-style:none;
  float: left;
  width: 100%;
  height: 18px;
  padding: 0px;
  margin: 0px;
}
ul#menu li{
  float: left;
  display: block;
  padding: 0px;
}
ul#menu li a{
  display: block;
  padding: 0px;
  text-decoration: none;
}
ul#menu h3 {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
ul#menu li.level1 {
  position: relative;
  float: left;
  height: 18px;
  z-index: 3;
  margin: 0px;
  list-style: none;
}
ul#menu li.level1 a.fam_mere {
  display: block;
  margin: 0px;
  height: 18px;

background-color: #fff;
padding: 0px 10px;
color: #008080;
text-transform: uppercase;
}
ul#menu li.level1 a:hover.fam_mere {
  color: #9cc;
}
ul#menu li.level1 a.fam_mere_current {
  display: block;
  margin: 0px;
  height: 18px;
  
background-color: #fff;
padding: 0px 10px;
color: #666;
text-transform: uppercase;
}
ul#menu ul{
  position: absolute;
  top: 18px;
  left: 0px;
  z-index: 3;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 150px;
}
ul#menu ul ul{
  top: 0px;
  left: 150px;
}
ul#menu ul li {
  position: relative;
  z-index: 3;
  float: none;
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  width: 150px;
}
ul#menu ul li ul {
  position: absolute;
  top: 0px;
  left: 149px;
}
ul#menu ul li a {
  display: block;
  width: 135px;
  padding: 2px 7px 2px 8px;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  text-decoration: none;
  background-color: #699;
  border-bottom: 1px solid #f1f1f1;
}
ul#menu ul li.first a {

}
ul#menu ul li a:hover {
  color: #fff;
  background-color: #9cc;
}
 
table.commander
{
  color: #636563;
  font-size: 10.5px;
  font-family: Verdana;
}
 
td.commander
{
color: #ffffff;
font-family: Arial;
font-size: 14px;
font-weight: bold;
background-color: #910000;
}
 
A.commander
{
  color: #910000;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
}
A.commander:HOVER
{
  text-decoration: underline;
}
 

