/* --- STYLES DE BASE --- */
/* Page */
html {
    font-size: 100%; /* &Eacute;vite un bug d'IE 6-7. (1) */
}
html * {
padding: 0;
margin: 0;
} 
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, FreeSans, sans-serif; 
    font-size: .8em; /* &Agrave; adapter pour la police choisie. (3) */
    line-height: 1.4; /* &Agrave; adapter au design. (4) */
    color: black;
    background:#F2DC00 url(/assets/images/design/fd.png) top repeat-x;
}
/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par d&eacute;faut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
    color: #0064af;
}
h4 {
    font-size: 1em;
}
/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}
/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par d&eacute;faut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}
/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: mediumblue;
}
a:visited {
    color: indigo;
}
a:hover, a:focus, a:active {
    color: crimson;
}
a img {
    border: none;
}
/* Divers &eacute;l&eacute;ments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
/* Positionnement */
#wrapper {
    width:900px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
#in_wrapper {
    background: url(/assets/images/design/fd_wrapper.png) repeat-y;
}
#tetiere {
  width: 900px;
  height:189px;
  }
  
#colonne {
  float: left;
  width: 200px;
  background-color:#FFF;
  }

#content_sans, #content {
  float:left;
  padding: 20px;
  height:100%;
  width: 648px;
  $width: 700px;
  border: solid 1px #c1001f;
}

#content {
  background:#FFF url(/assets/images/design/fd_cont.png) repeat-y;
}



#texte {
  float:left;
  width: 415px;
}
#produits {
  float:left;
  width:210px;
  margin-left:20px;
}
#footer {
padding:20px;
text-align:center;
color: #118E3F;
font:normal 0.8em Verdana, Arial, sans;
}

#footer a {
color: #118E3F;
font:normal 0.8em Verdana, Arial, sans;

}

/*  Menu   */
#colonne h3 {
    color: #118f40;
    margin: 15px 0 4px 13px;
}
#colonne ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#colonne li {
    text-align: left;
    margin-left: 17px;
    word-spacing: -0.05em;
}
#colonne li a {
    display: block;
    width: 150px;
    color: #000;
    text-decoration: none;
    background: url(/assets/images/design/puce.png) left no-repeat;
    background-position: 5px 11px;
    padding: 5px 0 0 15px;
    font-weight:bold;
    border-left:solid 1px #c1001f;
}
#colonne li a:hover, #colonne li.active a {
    background: url(/assets/images/design/puce.png) left no-repeat;
    text-decoration: underline;
    background-position: 5px 11px;
    color: #000;
}
#colonne li.active a {
    text-decoration: none
}

/*  Vignette produits   */
#produits h4{
margin:0;
}
#produits .description a, #produits .prix a {
margin:0;
color:#000;
text-decoration:none;
}

#produits .prix a {
color:#c1001f;
font-weight:bold;
float:right;
margin: 0 0 10px 0;
}


#produits .description  a:hover, #produits .prix a:hover {
text-decoration: underline;
}
