div,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, textarea
{ margin: 0; padding: 0; font-size: 8pt;}
a img,:link img,:visited img { border: none; }
a { text-decoration: none; color: #554C67; }
a:hover { text-decoration: underline; }
h1 { font-size: 13pt; }
h2 { font-size: 11pt;
  text-transform: uppercase;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #504963
	}

/*
img {
	behavior:	 url("/css/pngbehavior.htc");
}
*/

img.png {
	behavior:	 url("/css/pngbehavior.htc");
}

h3 { 
	font-size: 10pt;
	text-transform: uppercase;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #73678B;
  margin-top: 10px;
  margin-bottom: 10px;
	}
	
p {
	margin-bottom: 5px;
	float: none;
	clear: both;
	}
	
td { vertical-align: top; }

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
	}

body
{
  width: 100%;
  height: 100%;
  min-width: 1030px;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
  background-color: #ffffff;
  background-image: url("/images/background2b.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}

input, select, textarea {
  font-family:Arial, Helvetica, sans-serif;
	}

tr.row_0 { background-color: #EAE8F0; }
tr.row_1 { background-color: #FFFFFF; }

div#container {
	position: relative;
	width: 960px;
	height: 584px;
  margin: auto;
	padding:0;
	padding-top: 8px;
	text-align: left;
}

div.espace-photo {
	position: absolute;
	width: 164px;
	height: 403px;
	top: 151px;
	left: -3px;
	background-repeat: no-repeat;
	z-index: 9;
	}

div#photo-accueil { }
div#photo-maquillage { background-image: url("/images/photo/visage2.jpg"); }
div#photo-cheveux { background-image: url("/images/photo/cheveux3.jpg"); }
div#photo-mains { background-image: url("/images/photo/mains2.jpg"); }
div#photo-corps { background-image: url("/images/photo/corps.jpg"); }
div#photo-parfums { background-image: url("/images/photo/fleurs2.jpg"); }
div#photo-creme-collagene { background-image: url("/images/photo/ambiance1.jpg"); }

div#photo-parfum { background-image: url("/images/photo/parfums.jpg"); }
div#photo-lunettes { background-image: url("/images/photo/lunettes.jpg"); }
div#photo-bons-plans { background-image: url("/images/photo/bon_plans.jpg"); }
div#photo-bijoux { background-image: url("/images/photo/bijoux.jpg"); }


div#header {
	position: relative;
	top: 0;
	height: 111px;
	width: 960px;
	color: #ffffff;
}

div.logo {
	position: absolute;
	top: 10px;
	left: 58px;
	z-index: 9;
	}

div.logo a {
	display: block;
	background-image: url('/images/logo-corporelle.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 350px;
	height: 89px;
  text-indent: -5678px;
  z-index: 9;
	}

div.logo-luxe {
	position: absolute;
	top: 0;
	left: 780px;
	z-index: 9;
	color: white;
	}

div.logo-luxe div {
	text-align: center;
	letter-spacing: 1px;
	}

div.logo-luxe div a { color: #eeeeee; }
div.logo-luxe div a:hover { color: #ffcc33; text-decoration: none; }

div.logo-luxe h2 a {
	display: block;
	background-image: url('/images/espace-luxe.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 105px;
	height: 73px;
  text-indent: -5678px;
  z-index: 9;
	}


div#accroche {
	position: absolute;
	top: 76px;
	left: 630px;
	width: 300px;
	font-size: 8pt;
	color: #B9D9A2;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 12pt;
	font-style: italic;
	text-transform: lowercase;
	text-align: right;
}

div#content {
	position: absolute;
	top: 146px;
	left: 0;
	height: 360px;
	width: 560px;
  padding-right: 20px;
	/*margin: 0 0 0 180px;*/
	margin: 0 0 0 180px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;	
}



.bottom_table
{
	border-top: 1px solid #CABBE7;
	background-color: #E1D9F2;
}

div#h1-content {
	position: absolute;
	top: 590px;
	left: 0;
	padding: 0;
	width: 890px;
	z-index: 6;
	font-size: 10px;
	color: #736588;
	text-align: center;
	padding-top: 10px;
	border-top: 1px dotted #736588;
}

/**************************************** MENU *********************************************/

div#menu-container {
		position: absolute;
		top: 118px;
		left: 80px;
		z-index: 100;
		height: 20px;
		width: 600px;
		margin: 4px 0 0 180px;
		}

* html div#menu-container {
	margin: 5px 0 0 180px;
	}

#menu-container .menu {
    position: absolute;
    display:block;
    margin:0;
    padding:0;
    width: 700px;
    }

#menu-container .menu ul{
    position:absolute;
    display:block;
    /*margin:0;*/
    padding:0;
    }

#menu-container .menu li ul{
	  margin-top:6px;
    visibility:hidden;
}

#menu-container .menu li li ul{
    position:absolute;
    margin-left:100px;
    margin-top:-23px;
    }
    
#menu-container .menu li{
    list-style-type:none;
    cursor: pointer;
    height:auto;
    display:block;
    float:left;
    margin:0 24px 0 0px;
    padding:0;
	  font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
		text-transform: lowercase;
		font-weight: normal;
		font-size: 10pt;
		letter-spacing: 1px;
    }

#menu-container .menu li#menu-accueil {
	margin-left: 20px;
	}

#menu-container .menu li a {
	color: black;
	}

#menu-container .menu li.cat_sel {
	font-weight: bold;
	}

#menu-container .menu li li{
    display:block;
    float:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: lowercase;
	  font-weight: normal;
	  font-size: 8pt;
    }

#menu-container .menu li li a {
    background-image: url('/images/background-menu2.png');
    background-repeat: repeat;
    /*border-bottom:1px white solid;*/
    margin-bottom:1px;
    color: black;
    display:block;
    width:150px;
    text-decoration:none;
    padding: 2px 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: lowercase;
	  font-weight: normal;
	  font-size: 8pt;
	  letter-spacing: 0;
    }

#menu-container .menu li li a:hover{
	  background-image: none;
    background-color: black;
    color: white;
    text-decoration: none;
    }

/* for a mozilla better display with key nav */
#menu-container .menu li li a:focus{
    background-color: black;
    text-decoration: none;
}

#menu-container .menu li li a.linkOver{
    background-image: url('/images/background-menu2.png');
    text-decoration: none;
    }

#menu-container .menu li#menu-accueil {
	position: absolute;
	top: 0;
	left: 600px;
	}

/******************************* LEFTBAR *************************************/

div#leftbar {
	position: absolute;
	left: 0px;
	top: 137px;
	width: 100px;
	height: 355px;
	padding: 5px 0 5px 60px;
}

/*
div.espace-photo {
	position: absolute;
	width: 164px;
	height: 403px;
	top: 144px;
	left: -2px;
	background-repeat: no-repeat;
	z-index: 9;
	}*/


/******************************* SIDEBAR *************************************/

div#sidebar {
	position: absolute;
	left: 770px;
	top: 145px;
	width: 185px;
	height: 365px;
	padding: 5px 0 5px 0;
}

#sidebar input.btok {
	margin-bottom: -4px;
	margin-left: 5px;
	}

ul#menu-sidebar {
	list-style-type: none;
	margin: 0;
	padding: 5px 5px;
  margin: 2px 0px 2px 7px;
  padding: 0px 0px 0px 0px;
  text-indent: -7px;
}

#menu-sidebar li {
	margin-bottom: 10px;
}

#menu-sidebar form {
	margin-left: 7px;
	_margin-left: 0px;
}

div#promo-sidebar {
	margin-top: 3px;
	margin-left: 7px;
	text-align: left;
	}

#promo-sidebar table.produit-vignette {
	position: relative;
	height: 148px;
	width: 148px;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 0 0;
	padding:0;
	border: 1px solid silver; 
	border-spacing: 0px;
	}

#promo-sidebar .produit-vignette td {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	border-spacing: 0px;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  background-color: white;
	}

#promo-sidebar a {
	font-weight: bold;
	color: #554C67;
	}

#promo-sidebar p {
	text-align: center;
	width: 150px;
}

#newsletter input.email-field {
	width : 100px;
	}
 
/******************************************** Menu 2 et menu 3 ****************************************/

div#menu2 {
	position: absolute;
	top: 526px;
	height: 17px;
	padding: 1px 0 0 180px;
	z-index: 6;
  color: #333355;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 9pt;
	font-weight: bold;
}

div#menu2 a {
  color: #333355;
	}

div#menu3 {
	position: absolute;
	top: 574px;
	height: 17px;
	padding: 1px 0 0 0;
	z-index: 6;
  color: #333355;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 8pt;
	font-weight: bold;
	width: 920px;
	text-align: center;
}

div#menu3 a {
  color: #333355;
	}

div#fianet {
	position:absolute;
	top:502px;
	left:18px;
	z-index: 7;
	}

/************************************ CATALOGUE PRODUIT ***************************************************/

div#produits  {
  /*position: relative;*/
	margin: 0 0 0 0;
	padding: 3px 0 2px 3px ;
	width: 560px;
	text-align: left;
	}

#produits div.produit-bloc {
	/*position: relative;*/
	margin: 5px 10px 5px 0;
	float:left;
	width: 270px;
	height: 80px;
	}

#produits table.produit-vignette {
	position: absolute;
	height: 78px;
	width: 78px;
	text-align: center;
	vertical-align: middle;
	margin:0;
	padding:0;
	border: 1px solid silver; 
	border-spacing: 0px;
	}

#produits .produit-vignette td {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	border-spacing: 0px;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
	}

#produits div.produit-infos {
  position: absolute;
	width: 177px;
	padding: 1px 3px;
	height: 76px;
	background-image: url("/images/background-vignette-produit.gif");
	background-position: top left;
	margin: 0 0 0 85px;
	border: 1px solid #F2F0FA;
}

#produits .produit-infos h3 {
  font-weight: bold;
  font-size: 8pt;
  height: 14px;
  overflow: hidden;
  color: #24202B;
  margin: 0;
}

#produits .produit-infos h3 a {
  color: #24202B;
  margin: 0;
}

#produits  p.produit-text {
	margin: 2px 0 0 0;
}
#produits  p.produit-prix {
	margin: 4px 0 0 0;
}

.coloris:hover {
  opacity: 1.0 !important;
}

/************************************ PAGE PATH ***************************************************/

div#page-path {
  position: absolute;
  top: 510px;
  left: 180px;
  width: 550px;
  text-align: right;
  font-weight: normal;
  padding: 0;
  padding-bottom: 10px;
  z-index: 9;
}

/****************************************** STYLE ET DIVERS *********************************************/

table.mytable {
	position: relative;
	width: 540px;
	border: 1px solid #BBBBBB;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	_margin-top: 5px;
}

.mytable th {
	text-align:left;
	background-color: #333333;
	color: #F8F8F8;
	padding: 3px 5px 3px 5px;
}

.mytable td {
	vertical-align:top;
	margin-bottom: auto;
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
}

.mytable tr.ligne1 { background-color: #F1ECFB; }
.mytable tr.ligne2 { background-color: #E1D9F2; }



div.action-1 {
	float: left;
	font-weight: bold;
	font-size: 10pt;
	}

div.action-2 {
	float: right;
	font-weight: bold;
	font-size: 10pt;
	margin-right:10px;
	}

span.prix {
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

span.prixbarre {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: line-through;
}

span.prixpromo {
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

span.prix_degressif {
	margin-left: 15px;
	font-style: italic;
}

#indicator {
  width: 16px;
  height: 16px;
  background: url(/images/indicator.gif) no-repeat 0 0;
}

.tooltipheader {
	display: none;
	}
	
.tooltip {
	 margin: 8px 0 0 0;
   border:1px solid black;
   padding: 2px 4px 2px 4px;
   font-weight: bold;
   background-color: black;
   /*background-image: url("/images/noir50.png");
   background-repeat: repeat;*/
   color: white;
   z-index: 20;
}

* html .tooltip {
   background-image: none;
}

#tooltip2 {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

p.msg-newsletter {
	font-size: 7pt;
	text-indent: 0;
	}

div.page {
	margin-top: 10px;
	padding-bottom: 4px;
	text-align: left;
	padding-right: 10px;
	}
	
#comocean a {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-indent: -7890px;
	width: 80px;
	height: 80px;
	background: url(/images/design-by-com-ocean.gif) 0 0 no-repeat;
	overflow: hidden;
	position: fixed;
}
/************************************** PANIER ********************************************/


#panier h3 {
	margin-bottom: 4px;
	text-transform: uppercase;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #73678B;
	}

table#panier-list {
	position: relative;
	width: 545px;
	border: 1px solid #999999;
	border-spacing: 0;
	padding: 0;	
	margin: 0;
}

#panier-list th {
	text-align:left;
	background-color: #E7E7E7;
	padding: 3px 5px 3px 5px;
	background-color: black;
	color: white;
	border-collapse: collapse;
}

#panier-list td {
	vertical-align:top;
	margin-bottom: auto;
	font-size: 8pt;
	padding: 4px 5px 4px 5px;
  border-collapse: collapse;
}

#panier-list td.reference {
	width: 75px;
	}

#panier-list td.designation {
	
	}

 td.designation a {
 font-weight: bold;
 }

#panier-list td.quantite {
	width: 30px;
	}
	
#panier-list td.prix-unitaire {
	width: 60px;
	}

#panier-list td.prix-total {
	width: 60px;
	}

#panier-list td.supprimer {
	width: 60px;
	}

td.supprimer a {
	text-transform: uppercase;
	font-weight: bold;
	}

#panier-list .recalc {
	padding: 2px 0;
	text-transform: uppercase;
	vertical-align: middle;
}

#panier-list .montant {
	font-weight: bold;
	padding: 0;
	vertical-align: middle;
}


input.quantite {
	width: 20px;
	font-size: 8pt;
	padding: 0 0;
	margin: 0;
	font-size: 8pt;
}

.panier-promo {
	float: left;
	width: 170px;
	margin-right: 16px;
	}
	
.panier-promo-img {
	border: 1px solid #BAA6E0;
	width: 168px;
	height: 113px;
	text-align: center;
	}

.panier-promo-info {
	width: 170px;
	margin-top: 5px;
	text-align: center;
	}


/************************************************************************/

.tickercontainer { /* the outer div with the black border */
  width: 3560px; 
  height: 15px; 
  margin: 0; 
  padding: 0;
  overflow: hidden;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 0;
  top: 0;
  width: 560px;
  overflow: hidden;
}

ul.newsticker { /* that's your list */
  position: relative;
  left: 565px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
}

