#page
{
  width: 960px;       /* default width*/
  margin: 0pt auto;
  clear: both;
  position:relative;
  /*height: 100%;*/
}

#store_headerDesc{
  width: 300px;
}

#store_headerPrice{
  width: 150px;
}

#store_headerQty{
  width: 50px;
}

#store_headerTotal{
 width: 50px;
}


/* Header style. The header contains SE logo */
#divHeader
{
  height: 120px;
  /* enlever par moi pour test couleur background-image: url(/upload/images/TitleBanner_r1_c11.jpg);*/
  background-repeat: repeat-x;
}


/* Menu style */
#divMenu
{
  height: 42px;
}

#divContentBack
{
  background-color: #CCCCCC;
  /*padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 20px;*/
  padding:30px 3px 20px;
}

#divContentFore
{
  height: 100%;
  background-color: #FFFFFF;
}

/* Client surface where we put the content */
#divClientSurface
{
  margin-left: 14px;
  margin-right: 9px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 400px;
  /*background-color: yellow;*/
}

/* Footer style */
#divFooter
{
  position: relative;
color: #000000;
  /*enlever par moi pour test couleur color: #FFFFFF;*/
  font-size: 12px;
  height: 40px;
  font-weight:bold;
 /* background-image: url(/upload/images/FooterGeneral12x40.jpg);*/
  background-repeat: repeat-x;
}

.ulFooter{
  padding: 0; 
  margin:0; 
color: #000000;
  /*enlever par moi pour test couleur color: #FFFFFF; */
  white-space:nowrap;
  list-style-type:none; 
}

.ulFooter li {
  display: inline;
  border-style: none solid none none;
  border-width: 0px 1px 0px 0px;
border-color: #000000;
  /* enlever par moi pour test couleur border-color: #ffffff;*/
  margin-left: 4px;
  padding-right: 7px;
} 

.ulFooter li.ilLast{
  border-style: none none none none;
  border-width: 0px 0px 0px 0px;
  width: 1px;
} 


/* Link in the footer */
#divFooter a{
  text-decoration: none;
color: #000000;
  /* enlever par moi pour test couleur color: #FFFFFF;*/
  text-decoration: underline;
}

#divFooterTemoin{
  position: relative;
  top: -8px;
  float: right;
  width:100%;
  height: 3px;
  /*background-color: red;*/
}

#divFooterMenuPosition{
  position: relative;
  top: -5px;
  float: right;
}

#divFooterTextPosition
{
  position: relative;
  top: 10px;
  left: 10px;
}

