
#entete {
  display:block;
  height:32px;
	font-weight:bold;
  line-height:20px;
  text-transform:uppercase;
}
#entete div {
  position:absolute;
  display:block;
  height:20px;
}
#pied {
  display:block;
  height:38px;
	font-weight:bold;
  line-height:20px;
  text-transform:uppercase;
  padding-top:12px;
}
#pied div {
  position:absolute;
  display:block;
  height:20px;
}
#page {
  display:block;
  height:309px;
  margin-right:5px
  border:1px solid #09d;
}
#texte{
  display:block;
  float:left;
  line-height:20px;
}
#texte p.espace{
  padding-bottom:15px;
}
#texte p.espace10{
  padding-bottom:10px;
}
#zone_produits {
  display:block;
  float:left;
  height:309px;
  width:677px;
}
#liste_produits {
  margin:0;
  margin-left:20px;
  padding:0;
  color:#359;
  /*color:#0000EE;*/
}
#liste_produits th {
  vertical-align:bottom;
  text-align:left;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
}
#liste_produits .entete {
  background:none;
	font-weight: bold;
}
#liste_produits .lot {
  text-align:right;
}
#liste_produits td {
  border-top:1px solid #09d;
  vertical-align:bottom;
  padding:5px 0 5px 10px

}
#liste_produits .centre {
 border-right:1px solid #09d;
 border-left:1px solid #09d;
}
#liste_produits .centre img {
  padding:0 2px;
}
#liste_produits a {
	font-weight:bold;
  text-decoration:none;
  color:#359;
  }
#liste_produits a:visited {
  /*color:#0000EE;*/
}
#liste_produits a:hover {
  color:#e93;
}
   
  
.float_left {
  float:left;
}
.bleuter {
  /*color:#0000EE;*/
  color:#359;
}
.oranger{
  color:#e63;
}
.rouge {
  color:#f00;
}
.blanc {
  color:#fff;
}
.bleuvert {
  color:#9dc8d1;
}
.noir {
  color:#000;
}
.gras {
	font-weight: bold;
}
 .font14 {
  font-size:14px;
}
 .font10 {
  font-size:10px;
}
.overflow {
  overflow:auto; 
}
/* FORMULAIRE CONTACT */
#formu{
  margin:0px;
}
#formu .label {
  text-align:left;
  vertical-align:top;
}
#formu select {
  border:1px solid #046;
  margin-bottom:10px;
}

#formu .zone {
  width:200px;
  margin-bottom:10px;
  border:1px solid #046;
  vertical-align:top;
}
#formu textarea {
  width:200px;
  margin-bottom:10px;
  border:1px solid #046;
}
#formu .text_left {
  text-align:left;
}
