@charset "utf-8";
/* CSS Document */

/***************************************************************************************/
/* Layout                                                                              */
/***************************************************************************************/

html { font-size:100%; width:100%; height:100%; }
body { padding:0px; margin:0px; text-align:center; }
body, td { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#333333; }

.print { display:inline; }
.noprint { display:none; }

h1 { font-size:20px; }

#Site {  }

#Container { position:relative; height:1200px; border:solid 1px #000; }
#Header {  }
#StageProduits { position:absolute; top:10px; left:10px; padding:0px; }
#Ariane { position:absolute; top:10px; left:410px; width:400px; }
#CategorySuccursalesPrint { position:absolute; top:500px; left:0px; width:850px; padding:15px 20px 0px 20px; }
#ProductPicture { position:absolute; top:10px; left:10px; }
#Content { position:absolute; top:50px; left:420px; }
