div#cadre_gauche {
  position:relative;
  float:left;
  width:230px;
  height:500px;
  margin: 0px 0px 0px 0px;
  margin-right:0px;
  margin-top:10px;
  padding-right:0px;
  padding-left:0px;
  border:0px solid red;
}

#vous_etes_ici{
  margin-left:10px;
  margin-bottom:5px;
  font-size:11px;
  color:#666;
  border:0px solid green;
}
#libelle_page{
  padding-left:7px;
  font-size:14px;
  font-weight:bold;
  border:0px solid blue;
}

#texte_gauche{
  position:absolute;
  top:30px;
  left:10px;
  text-align : justify;
  width : 210px;
  border : 0px solid red;
}
/*******************************************/
/*           CADRE GRIS             */
/****************************************/
#fiche{
 position:relative;
 float:right;
 width :543px;
 height : 500px;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 padding-left:15px;
 padding-right:15px;
 font-size: 11px;
 border: 0px solid red;
 background-image: url(../images/fond_fiche.jpg);
 background-repeat: repeat-y;
}

#top_fiche{
 float:right;
 width :543px;
 height : 16px;
 padding-left:15px;
 padding-right:15px;
 background-image: url(../images/top_fond_fiche.jpg);
 background-repeat: no-repeat;
 border: 0px solid red;
}
#bottom_fiche{
 float:right;
 width :543px;
 height: 11px;/*height : 7px;*/
 margin: 0 ;
 padding: 0 ;
 padding-left:15px;
 padding-right:15px;
 background-image: url(../images/bottom_fond_fiche.jpg);
 background-repeat: no-repeat;
 border: 0px solid red;
}

