/***********************************************************************/
/*                                                DIMMENSIONS GENERALES*/
/***********************************************************************/
.main_zone                                     /*Affichage principal*/
{
  height: 70%;
}

.main_zone_produits
{
  border-top-style: solid;
  border-right-style: dotted;
  border-bottom-style: solid;
  border-left-style: dotted;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  
  overflow: auto;
}

.cadre_title2-1 .info_header
{
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
  border-color: #FFFFFF;
}

.cadre_g
{
  float: left;
  width: 45%;
}
.cadre_d
{
  float: left;
  width: 53%;
}

.main_zone .cadre_g
{
  height: 100%;
}
.main_zone .cadre_d
{
  height: 100%;
}

