body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  background-color: #fff;
}
img {
  border: 0px;
}
form {
  margin:0px;
}
a:hover {
  text-decoration:underline;
}
.hide {
  display: none;
}


/* ** HAUT ** */
#page {
  width: 100%;
  height: 140px;
  background: url(/gfm/10103/m/img/bg_repeat_top.gif) repeat-x transparent top left;
}
#page .container {
  margin: 0px auto;
  width: 986px;
  height: 140px;
}

/* ** HAUT DE PAGE ** */
#top_area {
  float: left;
  width: 986px;
  height: 106px;
  position: relative;
  background: url(/gfm/10103/m/img/bg_top_area.gif) no-repeat top left;
}
#top_area_partner {
  float: left;
  width: 986px;
  height: 106px;
  position: relative;
  background: url(/gfm/10103/m/img/bg_top_area_partner.gif) no-repeat top left;
}

/* ** MENU DEROULANT ** */
#menu_area {
  float: left;
  clear: both;
  width: 986px;
  height: 20px;
}

/* ** ZONE PRINCIPALE ** */
#page2 {
  width: 100%;
  min-height: 370px;
  background: url(/gfm/10103/m/img/bg_main_area.gif) no-repeat transparent top center;
}
#page2 .container {
  margin: 0px auto;
  width: 986px;
}

/* ** BAS ** */
#page3 {
  width: 100%;
  clear: both;
  min-height: 65px;
  background: url(/gfm/10103/m/img/bg_repeat_bottom.gif) repeat-x transparent top left;
}
#page3 .container {
  margin: 0px auto;
  width: 984px;
  min-height: 65px;
  padding-top: 16px;
}



#main {
  float: left;
  clear: both;
  width: 984px;
  
  min-height: 370px;
  
  border: 1px solid #c6c7c8;
  background: url(/gfm/10103/m/img/bg_main_area_content.gif) repeat-y #fff top left;
}


/* ** ZONE A GAUCHE ** */
#left_side{
  float: left;
  width: 166px;
}


/* ** ZONE (PRINCIPALE) ** */
#content {
  float: right;
  width: 783px;
  
  padding-right: 16px;
  
  min-height: 75px;
  padding-bottom: 25px;
  background: url(/gfm/10103/m/img/bg_content.gif) no-repeat transparent top left;
}

/* ** HOME PAGE ** */
#home {
  float: right;
  width: 817px;
  padding-bottom: 15px;
}

/* ** PAGE WEB ** */
#webpage {
  display: block;
  padding-left: 23px;
  padding-top: 15px;
}
#webpage h2 {
  color: #0062ac;
  font-size: 18px;
  margin: 0px;
  padding: 10px 0px;
}

/* ** PAGE CONTACT ** */
#contact {
  display: block;
  padding-left: 23px;
  padding-top: 15px;
}


/* ** PAGE SOMMAIRE ** */
#product_list {
  display: block;
  padding-left: 13px;
}
#product_list h4.subtitle {
  display: block;
  margin: 0px;
  padding: 10px 0px 13px 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0062ac;
  font-size: 12px;
  font-weight: bold;
  background: url(/gfm/10103/m/picto/arrow-blue.png) no-repeat transparent 4px 13px;
}

/* ** PLAN DU SITE ** */
#mapsite {
  display: block;
  padding-left: 23px;
  padding-top: 15px;
}


/* ** FICHE PRODUIT ** */
#product {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}


/* ** Bas de page ** */
#bottom {
  float: left;
  clear: both;
  width: 986px;
  font-size: 11px;
  color: #666;
  text-align: center;
}
#bottom .line1 {
  display: block;
  line-height: 16px;
}
#bottom .line1 a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
#bottom .line1 a:hover {
  text-decoration: underline;
}
#bottom .line2 {
  display: block;
  padding-top: 3px;
}


/* ** 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: right;
  width: 815px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
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;
  width: 161px;
  height: 20px;
  z-index: 3;
  margin: 0px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  list-style: none;
}
ul#menu li.level1 a.fam_mere {
  display: block;
  margin: 0px;
  line-height: 19px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}
ul#menu li.level1 a:hover.fam_mere {
  background-color: #fff;
  color: #000;
}
ul#menu li.level1 a.fam_mere_current {
  display: block;
  margin: 0px;
  line-height: 19px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}

ul#menu ul{
  position: absolute;
  top: 20px;
  left: 0px;
  z-index: 3;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 161px;
}
ul#menu ul ul{
  top: 0px;
  left: 161px;
}
ul#menu ul li {
  position: relative;
  z-index: 3;
  float: none;
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  width: 159px;
  border: 1px solid #fff;
}

ul#menu ul li ul {
  position: absolute;
  top: -1px;
  left: 160px;
}

ul#menu ul li a {
  display: block;
  width: 149px;
  padding: 0px 4px;
  border: 1px solid #838383;
  background-color: #838383;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  line-height: 14px;
  text-decoration: none;
  -moz-opacity: 0.9;
  opacity:0.9;
  filter: alpha(opacity=90);
}
ul#menu ul li a:hover{
  color: #000;
  border: 1px solid #838383;
  background-color: #fff;
  -moz-opacity: 1;
  opacity:1;
  filter: alpha(opacity=100);
}


/* ** SMART PAGES ** */
#smart_pages {
  display: block;
  padding-left: 23px;
  padding-top: 15px;
}
#smart_pages h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 12px;
}
#smart_pages #contenu_sp a {
  color: #0062ac;
}
#smart_pages #contenu_sp a:hover {
  color: #666;
}
#smart_pages #full_width p {
  margin: 11px 0;
}
#smart_pages #full_width h1 {
  width:400px;
}
#smart_pages h1 a visited, #smart_pages h1 a:link, #smart_pages h1 a:hover {
  color: #000;
  text-decoration: none;
}
#smart_pages #chemin-fer {
  float: right;
  font-size: 10px;
  text-align: right;
}
#smart_pages #chemin-fer a {
  font-size: 10px;
  color: #0062ac;
}
#smart_pages #chemin-fer a:hover {
  color: #666;
}
#footer{
  clear: both;
  text-align: center;
  width: 100%;
  padding-top: 20px;
}
#footer a{
  color: rgb(0,97,175);
  padding: 0px 10px;
}
#footer a:hover{
  color:#666;
}
#smart_pages #footer table {
  margin: 0 auto;
}
#smart_pages #footer td {
  font-size: 11px;
}

/* ** ACCESS PRIVE ** */
#access {
  display: block;
  padding-left: 23px;
  padding-top: 15px;
}
#access .error_msg {
  display: block;
  border: 3px solid #ee0000;
  padding: 10px 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#access .line {
  display: block;
  padding: 5px 0px;
}
#access .line label {
  float: left;
  width: 100px;
  line-height: 22px;
  text-align: left;
}
#access .line .field{
  width: 107px;
  height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  border: 1px solid #999;
  padding: 4px 8px 1px 8px;
  background: url(/gfm/10103/m/img/bg_input.gif) no-repeat #fff top left;
}
#access .submit_line {
  display: block;
  padding: 5px 0px 5px 100px;
}
#access .line .submit{
  
}


#access .redirect {
  display: block;
  border: 3px solid #0062ac;
  padding: 10px 20px;
  margin-bottom: 10px;
}




/* ** POP UP ** */
#popup .header_popup {
  display: block;
  width: 100%;
  height: 37px;
}
#popup .header_popup .close {
  float: right;
  padding: 5px;
}
#popup .header_popup .close img {
  display: block;
}
#popup .header_popup .logo {
  float: left;
  margin-top: 2px;
}
#popup #webpage {
  display: block;
  width: 96%;
  padding: 2%;
  background-color: #fff;
}
#popup h1.webpage {
  display: block;
  width: 96%;
  padding: 2px 2%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 13pt;
  margin: 0px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #be0a27;
  border-bottom: 1px solid #000;
}
#popup h1.webpage a {
  color: #fff;
  text-decoration: none;
}
#popup .footer_popup {
  float: left;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  position: relative;
}
#popup .footer_popup a {
  color: #fff;
  text-decoration: none;
}
#popup .footer_popup a:hover {
  text-decoration: underline;
}
#popup .footer_popup span {
  position: absolute;
  top: 0px;
  right: 10px;
}