html, body {
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #f0ffff;
}

div#content {
/*margin-left: 0px;

margin-right: 0px;
margin-top: 10px;
width: 700px;
border: 1px solid red;*/
}

div#panier {
  width: 750px;
  
  /*margin:0 auto;*/

/*  border: 1px solid red;*/
}

div#compte700 {
  width: 700px;
  margin:0 auto;
/*  border: 1px solid red;*/
}


div#compte600 {
  width: 600px;
  margin:0 auto;
/*  border: 1px solid red;*/
}

.cadretitre {background: #87cefa;}   /*bleu onglets*/
.cadretexte {background: #f0ffff;}   /*bleu fond*/

.ch {background: url(../img/cbleuf-dot.gif) 0 0 repeat-x  }
.cb {background: url(../img/cbleuf-dot.gif) 0 100% repeat-x;}
.cg {background: url(../img/cbleuf-dot.gif) 0 0 repeat-y;}
.cd {background: url(../img/cbleuf-dot.gif) 100% 0 repeat-y ;}
.cbg {background: url(../img/cbleuf-bg.gif) 0 100% no-repeat ; }
.cbd {background: url(../img/cbleuf-bd.gif) 100% 100% no-repeat; }
.chg {background: url(../img/cbleuf-hg.gif) 0 0 no-repeat; }
.chd {background: url(../img/cbleuf-hd.gif) 100% 0 no-repeat; padding: 5px; }

.ctitre {font-weight:bold; text-align: left; font-family:Arial, Helvetica, sans-serif; font-size: 14px;}
.ctexte {font-weight:normal; text-align: left; font-family:Arial, Helvetica, sans-serif; font-size: 11px;}

	       
