body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 11px;
}
img{
  border: 0px;
}
form{
  margin:0px;
}
a:hover{
  text-decoration:underline;
}
.hide {
  display: none;
}

h1,h2,h3,h4,h5,.alternate_h1_title {
  font-family: Arial, Helvetica, sans-serif;
}


#page{
  margin: 0px auto;
  width: 1000px;
}

/* ** HAUT DE PAGE ** */
#top_area {
  float: left;
  width: 1000px;
  height: 100px;
  position: relative;
  
  background-color: #e0f6f1;
}

/* ** MENU DEROULANT ** */
#menu_area {
  float: left;
  width: 800px;
  padding-left: 200px;
  height: 18px;
  line-height: 18px;
  z-index: 10;
  border-top: 1px solid #9cc;
  border-bottom: 1px solid #9cc;
  background-color: #9cc;
}

/* ** ZONE CENTRALE ** */
#main {
  float: left;
  clear: both;
  width: 1000px;
  margin-top: 10px;
}

/* ** ZONE (PRINCIPALE) ** */
#content {
  float: left;
  width: 600px;
  padding: 0px 20px;
  overflow: hidden;
}

/* ** ZONE A GAUCHE ** */
#left_side {
  float: left;
  width: 180px;
  overflow: hidden;
}

/* ** ZONE A DROITE ** */
#right_side {
  float: left;
  width: 180px;
  overflow: hidden;
}

/* ** BAS DE PAGE ** */
#bottom_line {
  float: left;
  clear: both;
  width: 1000px;
  padding: 5px 0px 15px 0px;
  margin-top: 25px;
  border-top: 1px solid #e5e5e5;
  font-size: 10px;
  color: #adacab;
  text-align: center;
}
#bottom_line  a {
  color: #adacab;
  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: 600px;
  min-height: 400px;
  padding: 0px;
  overflow: hidden;
}

/* ** PAGE WEB ** */
#webpage {
  float: left;
  width: 600px;
  min-height: 400px;
  font-size: 12px;
}

/* ** PAGE DE TYPE SOMMAIRE ** */
#product_list {
  float: left;
  width: 600px;
  margin-top: 10px;
  min-height: 400px;
  overflow: hidden;
}

/* ** FICHE PRODUIT ** */
#product {
  float: left;
  width: 600px;
  min-height: 400px;
  overflow: hidden;
}

/* ** PAGE CONTACT ** */
#contact {
  float: left;
  width: 600px;
  min-height: 400px;
  overflow: hidden;
}


/* ** PAGE WEB ** */
#content h1.webpage {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0px;
  margin: 0px;
}
#content h1.webpage a {
  color: #333;
  text-decoration: none;
}

/* ** 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.contact, #bdc h1.contact {
  display: block;
  color: #459003;
  font-size: 20px;
  font-weight: normal;
  padding: 5px 0px;
  margin: 0px;
}
#content h1.contact a, #bdc h1.contact a {
  color: #459003;
  text-decoration: none;
}
#content .contact_desc {
  display: block;
  clear: both;
  padding: 7px 54px 7px 53px;
}


/* ** 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;
}

.cadre_page{
min-height:500px;
}
.champ1{
background:url("http://ftp.gulliver.com/b20070416b0/web/530050/images/bleu/newsletter/champs_1.png") no-repeat scroll left 2px transparent !important;
vertical-align:top;
height:21px !important;
padding-top:0px !important;
}
