@charset "utf-8";

/* ================================ import */
@import "reset.css";
@import "common.css";

/* ================================ esthetique */
#content {
  padding: 8px;
}
ul#estheNav,
ul#lineup {
  font-size: 120%;
}
ul#estheNav li {
  float: left;
  width: 160px;
  margin: 0 8px 8px 0;
  padding: 5px;
  color: #E3007F;
  background: url(../graph/lineup_arrow.gif) #FFFFCC right bottom no-repeat;
  line-height: 1;
  text-align: center;
}
ul#lineup li {
  width: 160px;
  margin: 0 8px 8px 0;
  padding: 5px;
  color: #E3007F;
  background: url(../graph/lineup_arrow.gif) #FFFFCC right bottom no-repeat;
  line-height: 1;
  text-align: center;
}
ul#estheNav li a,
ul#lineup li a {
  display: block;
  width: 160px;
  color: #E3007F;
  text-decoration: none;
}
ul#estheNav li a:hover,
ul#lineup li a:hover {
  text-decoration: underline;
}
ul#lineup {
  margin-left: 455px;
}
ul#lineup li {
  text-align: left;
}


/* ================================ item */
.item {
  border-top: #FF9DD3 1px solid;
  padding: 8px;
  position: relative;
  clear: both;
  margin: 8px 0 0 0;
}
.inner {
  width: 420px;
  float: right;
}
.item .inner h2 {
  font-size: 140%;
  font-weight: bold;
  line-height: 1.2;
  padding: .3em;
  margin: 0 0 .5em;
  color: #FFF;
  background: #FF66BA;
}
.item .inner p {
  margin: 0 .5em;
  font-size: 120%;
  line-height: 1.6;
}
.item div.pagetop {
  clear: both;
  text-align: right;
}
.point {
  color: #E3007F;
}
.point span,
.point span.read {
  color: #000000;
  background: #FFE6F7;
  padding: .3em;
}

/* ================================ richesse luxe */
.luxebody {
  width: 510px;
  float: right;
  background: url(../graph/riche-bodybg.gif) bottom right no-repeat;
}
.luxebody h2,
.luxebody h3 {
  margin: 0 0 1em 0;
  font-size: 120%;
  line-height: 1.4;
  color: #E3007F;
  background: #FFFFFF;
}
.luxebody p {
  margin: 0 0 1em 0;
  font-size: 120%;
  line-height: 1.6;
}
.luxebody dl {
  margin: 0 150px 1em 3em;
  padding: .5em;
  border: 2px solid #FFCEE9;
  font-size: 120%;
  line-height: 1.6;
}
.luxebody dl dt{

}
.luxebody dl dd {
  font-weight: bold;
  padding: 0 0 0 5em;
}
p.fig {
  padding: 0 0 0 3em;
}
p.lfoot {
  background:url(../graph/riche-lfootbg.jpg) repeat-y top left;
  padding: .3em .6em;
}











