body {
margin: 0px;
padding: 0px;
background: url(/gfm/10085/m/img/background.jpg) repeat-x #5e5e5e top center;
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 12px;
}

img{
  border: 0px;
}

form{
margin:0px;
}

a:hover{
  text-decoration:underline;
}

.hide {
  display: none;
}

h1,h2,h3,h4,h5{
  font-family: Arial, Helvetica, sans-serif;
}


#page{
  margin: 0px auto;
  width: 962px;
  position: relative;
}

/* ** HAUT DE PAGE ** */
#top_area {
  float: left;
  width: 962px;
  height: 160px;
  position: relative;
  background: url(/gfm/10085/m/img/bg_top_area.png) no-repeat top left;
}
#top_area .logo {
  position: absolute;
  top: 50px;
  left: 20px;
}
#top_area .logo a, #top_area .logo img {
  display: block;
}

/* ** BANDEAU RECHERCHE ** */
#top_area .search {
  position: absolute;
  top: 100px;
  left: 500px;
}
#top_area .search form{
  float: left;
}
#top_area .search label{
}
#top_area .search .input_text{
  float: left;
  width: 126px;
  height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;

  color: #b3b2b3;
  border: 1px solid #373637;
  padding: 2px 5px 2px 25px;
  background: url(/gfm/10085/m/img/bg_search_input.gif) no-repeat #fff center left;
}
#top_area .search .input_image{
display: none;
}


#top_area .account {
  position: absolute;
  top: 93px;
  left: 688px;
}
#top_area .account a.title {
  display: block;
}
#top_area .account .title img {
  float: left;
}
#top_area .account a.lnk {
  display: block;
  clear: both;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}
#top_area .account a:hover.lnk {
  text-decoration: underline;
}

#top_area .cart_area {
  position: absolute;
  top: 85px;
  left: 795px;
}
#top_area .cart_area a.title {
  display: block;
}
#top_area .cart_area .title img {
  float: left;
}
#top_area .cart_area a.lnk {
  display: block;
  clear: both;
  padding-left: 27px;
  font-size: 12px;
  font-weight: bold;
  color: #bd0926;
  text-decoration: none;
}
#top_area .cart_area a:hover.lnk {
  text-decoration: underline;
}




#main {
  float: left;
  clear: both;
  width: 962px;
}

/*
    <div id="menu">
      <a href="#">Hommes</a>
      <a href="#">Femmes</a>
      <a href="#">Promotion</a>
      <a href="#">Collections</a>
      <a href="#">Boutiques</a>
    </div>
*/

#menu {
  float: left;
  clear: both;
  width: 723px;
  height: 30px;
  padding-left: 239px;
  
  background: url(/gfm/10085/m/img/bg_menu.gif) repeat-y top left;
}
#menu a {
  float: left;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 13pt;
  padding: 0px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 13px;
}
#menu a:hover, #menu a.current {
  float: left;
  line-height: 30px;
  color: #fff;
  background-color: #be0a27;
  font-weight: bold;
  font-size: 13pt;
  text-transform: uppercase;
  text-decoration: none;
}
#menu a img {
  float: left;
}

/* ** ZONE A GAUCHE ** */
#left_side{
  float: left;
  width: 228px;
}



/* ** ZONE (PRINCIPALE) ** */
#content {
  float: left;
  width: 734px;
  padding-bottom: 25px;
}

/* ** HOME PAGE ** */
#home {
  float: right;
  width: 723px;
}

/* ** PAGE WEB ** */
#webpage {
  float: right;
  width: 695px;
  padding: 10px;
  background-color: #fff;
}
#content h1.webpage {
  float: right;
  width: 695px;
  padding: 2px 10px;
  color: #fff;
  font-size: 13pt;
  margin: 14px 0px 0px 0px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #be0a27;
  border-bottom: 1px solid #000;
}
#content h1.webpage a {
  color: #fff;
  text-decoration: none;
}
#webpage a {
  color: #be0a27;
}
#webpage a:hover {
  color: #ff0000;
}

/* ** PREINSCRIPTION ** */
#account_start_page {
  float: right;
  width: 715px;
  margin-top: 14px;
}
#account_start_page .left {
  float: left;
  width: 340px;
  background-color: #fff;
}
#account_start_page .right {
  float: right;
  width: 340px;
  background-color: #fff;
}
#account_start_page h2 {
  display: block;
  width: 320px;
  padding: 2px 10px;
  color: #fff;
  font-size: 13pt;
  font-weight: bold;
  margin: 0px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #be0a27;
  border-bottom: 1px solid #000;
}
#account_start_page .content {
  display: block;
  width: 320px;
  height: 190px;
  padding: 2px 10px;
}


/* ** PAGE CONTACT ** */
#contact {
  float: right;
  width: 695px;
  padding: 10px;
  background-color: #fff;
}
#content h1.contact, #bdc h1.contact {
  float: right;
  width: 695px;
  padding: 2px 10px;
  color: #fff;
  font-size: 13pt;
  margin: 14px 0px 0px 0px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #be0a27;
  border-bottom: 1px solid #000;
}
#content h1.contact a, #bdc h1.contact a {
  color: #fff;
  text-decoration: none;
}

/* ** FICHE PRODUIT ** */
#fiche_produit {
  float: right;
  width: 715px;
  margin-top: 14px;
}


#product_list {
  float: right;
  width: 732px;
}


/* ** 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%;
  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;
}



#choisir {
  float: left;
  width: 615px;
}
#search_result {
  float: left;
  width: 615px;
  background-color: #fff;
}
#bottom {
  float: left;
  clear: both;
  width: 962px;
  height: 66px;
  font-size: 11px;
}
#bottom .line1 {
  display: block;
  text-align: right;
  color: #b8b7b8;
  line-height: 27px;
}
#bottom .line1 a {
  color: #b8b7b8;
  text-decoration: none;
}
#bottom .line1 a:hover {
  text-decoration: underline;
}
#bottom .line2 {
  display: block;
  text-align: right;
  color: #fff;
  line-height: 27px;
  background: url(/gfm/10085/m/img/bg_bottom_area.png) no-repeat top right;
  padding-right: 7px;
}
#bottom .line2 a {
  color: #fff;
  text-decoration: none;
}
#bottom .line2 a:hover {
  text-decoration: underline;
}


/* ** BLOC CONNEXION ** */

#connexion{
  display: block;
}
#connexion .title {
  font-weight: bold;
}
#connexion .title img {
  display: block;
}
#connexion form {
  display: block;
}
#connexion .line {
  display: block;
  padding: 5px 0px;
}
#connexion .line label {
  float: left;
  width: 100px;
  line-height: 17px;
  text-align: left;
}
#connexion .line .field{
  width: 124px;
  height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #cc0000;
  border: 1px solid #000;
  border-color: #000 #525252 #525252 #000;
  padding: 0px 3px;
}
#connexion .line .submit{
  vertical-align: middle;
  cursor: pointer;
  margin-top: 13px;
}
#connexion .erreur{
  display: block;
  padding: 2px 6px;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin: 6px 8px;
  border: 2px solid #cc0000;
}
#connexion p a {
  color: #be0a27;
  text-decoration: none;
}
#connexion p a {
  text-decoration: underline;
}

#connexion .hello {
  display: block;
  padding: 4px 8px;
}
#connexion .links {
  display: block;
  padding: 0px 8px;
}
#connexion .links a {
  display: block;
  background: url(http://site.setma-deltam.com/img/arrow_over_white.gif) no-repeat center left;
  padding-left: 10px;
  color: #000;
  text-decoration: none;
}
#connexion .links a:hover {
  color: #cc0000;
  text-decoration: underline;
}


/* ** Chemin de fer ** */
#position{
  display: block;
  padding-left: 22px;
  line-height: 22px;
  color: #909090;
  font-size: 11px;
}
#position a.view {
  color: #909090;
  text-decoration: underline;
}
#position span {
  color: #909090;
}
#position a.other{
  color: #909090;
  text-decoration: underline;
}
#position a:hover {
  color: #909090;
  text-decoration: underline;
}

/* ** VENTES PRIVEES ** */
#ventes_privees {
  float: left;
  width: 228px;
  height: 130px;
  margin-top: 15px;
  
  position: relative;
}
#ventes_privees .image {
  display: block;
  width: 228px;
  height: 130px;
  
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
#ventes_privees .image img {
  display: block;
}
#ventes_privees form {
  display: block;
  width: 228px;
  height: 26px;
  
  position: absolute;
  top: 104px;
  left: 0px;
  z-index: 1;
}
#ventes_privees form .input_text {
  position: absolute;
  top: 0px;
  left: 58px;
  z-index: 1;
  
  width: 125px;
  height: 14px;
  
  background: url(/gfm/10085/m/img/bg_input_vp.gif) no-repeat top left;
  padding:2px 10px;
  margin:0px;
  border:0px;

  color: #a9a9a9;
  font-size: 10px;
}
#ventes_privees form .input_image {
  position: absolute;
  top: 0px;
  left: 206px;
  z-index: 1;
  
  width: 18px;
  height: 18px;
  
  padding:0px;
  margin:0px;
  border:0px;
}



/* ** FORMULAIRES DE CONTACT ** */
#contact h2{
  padding-top:15px;
}
#contact .message{
  display: block;
  border: 4px solid #ff0000;
  padding: 5px 10px;
}
#contact .box_contact .title{
  color: #ff0000;
  font-size: 18px;
  padding: 8px 0px;
  margin: 0px;
  font-weight: normal;
}
#contact .box_contact label{
display:-moz-inline-box;
display:inline-block;
width:160px;
}

#delivery_address label{
display:-moz-inline-box;
display:inline-block;
width:100px;
}

#contact .box_contact{
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

#delivery_address .line,
#contact .box_contact .line {
  padding-bottom: 5px;
  padding-left: 23px;
}

#contact .line a {
  color: #cc0000;
  text-decoration: underline;
}
#contact .line a:hover {
  color: #ff0000;
  text-decoration: none;
}

#delivery_address .line .input_text,
#contact .box_contact .input_text{
  width: 215px;
  height: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #cc0000;
  border: 1px solid #000;
  border-color: #000 #525252 #525252 #000;
  padding: 2px 3px;
}
#contact .box_contact textarea {
  float: left;
  width: 378px;
  height: 80px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #cc0000;
  border: 1px solid #000;
  border-color: #000 #525252 #525252 #000;
  padding: 2px 3px;
}
#contact .box_contact select{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #cc0000;
  border: 1px solid #000;
  border-color: #000 #525252 #525252 #000;
}
#contact .box_contact_bottom {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
#contact .box_contact_bottom .line {
  padding-bottom: 5px;
  padding-left: 20px;
}
#contact .box_contact_bottom .line .cnil {
  color: #333;
  font-size: 11px;
  line-height: 13px;
  padding-bottom: 10px;
  text-align: justify;
}
#contact .box_contact_bottom .submit_line {
  clear: both;
  text-align: center;
  width: 100%;
}
#contact .box_contact_bottom .champs_oblig {
  display: block;
  padding-bottom:5px;
  padding-left: 20px;
}

#contact .txt{
float:right;
width:308px;
padding-top:30px;
}


/* ** POP UP ** */
#popup {
  background-color: #fff;
}
#popup .top img {
  float: left;
}
#popup .top a.close {
  float: right;
}
#popup .content {
  clear: both;
  padding: 10px 15px;
}
#popup .bottom {
  clear: both;
  line-height: 30px;
  background-color: #beb394;
}