A {
 font-weight: bold;
 text-decoration: none;
 color: #a7aaad;
}

A:active {
 text-decoration: underline;
}

A:hover {
 text-decoration: underline;
}

BODY {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color: #ffffff;
 background-color: #383c3f;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 10px;
 margin-left: 0px;
}

H1 {
 font-size: 1.6em;
 color: #993434;
 font-weight: bold;
 text-align: center;
 padding-bottom: 8px;
}

H2 {
 font-size: 1.1em;
 color: #993434;
 padding-bottom: 8px;
 font-weight: bold;
 text-align: center;
}

P {
  margin-bottom: 10px;
  margin-top: 0px;
}

/* ----- DETAIL DE LA PAGE ----- */
#detail {
 width: 750px;
 margin-left: auto;
 margin-right: auto;
 border-bottom: 1px #ffffff solid;
}

#corps {
 margin: 2em 1em 1em 1em;
}

#baspage {
 text-align:right;
 text-transform:uppercase;
 margin-bottom:10px;
}

#baspage SPAN {
 font-weight:bold;
}

/* ----- BARRES DE NAVIGATION ----- */
#entete {
 width: 100%;
 margin: 0;
 height: 200px;
}

#entete P {
 vertical-align: top;
 text-align: center;
}

#hautp {
 position: relative;
 width: 150px;
 height: 150px;
 bottom: 20px;
 left: 300px;
}

#menu {
 position: relative;
 top: 170px;
 color: #909090;
 padding-top: 2px;
 padding-bottom: 6px;
 text-align: center;
 font-size: 1.2em;
 border-bottom: 1px solid #ffffff;
}

#menu UL {
 margin: 0px;
 padding: 0px;
 list-style:none;
}

#menu LI {
 display:inline;
 margin-left: 60px;
}

#menu A {
 color: #ffffff;
 text-decoration: none;
 font-weight: normal;
}

#menu A:hover {
 border-bottom: 7px solid #ffffff;
}

#menu A.active {
 border-bottom: 6px solid #505152;
}

/* ----- AUTRES ----- */
.spacer {
 clear:both;
 visibility:hidden;
}

.big {
 font-size: 1.2em;
}

.small {
 font-size: 0.9em;
}

#produits IMG {
 margin-bottom: 20px;
}

/* ----- ALIGNEMENTS ----- */
.tl {
 vertical-align: top;
 text-align: left;
}

.tc {
 vertical-align: top;
 text-align: center;
}

.tr {
 vertical-align: top;
 text-align: right;
}

.ml {
 vertical-align: middle;
 text-align: left;
}

.mc {
 vertical-align: middle;
 text-align: center;
}
.mr {
 vertical-align: middle;
 text-align: right;
}
