/* CSS Document */
@page {
  size: auto;   /* auto est la valeur initiale */
  margin: 1%;
  orphans:10;windows: 10;
}
#haut, #gauche, #gauche2, #actu, #actu2, .fond_menu_bas, #bas
{display:none;}
#formulaire {width:19cm;}

#integration {
	width:19cm;
	float: none;
	margin-top:0px;
	height: 20cm;
	
}

body {
	background-color: #ffffff;}
	

#tableau_produit { /* on créé la bordure, la couleur de fond du tableau*/
	border:1px solid #000000;
	border-collapse:collapse;
}
#tableau_produit td { height:50px;}
#tableau_produit th {
	background:#B2635F;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	letter-spacing:4px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#tableau_produit tr.ligne td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}