if ( intval( $_SESSION["site_num_commande"] ) > 0 ) {
			
			// Chargement du produit
			$produit->load( $_produit["detail"]->num_produit );
			$post["nom"] = $produit->nom;
			
			$post["num_commande"] = $_SESSION["site_num_commande"];
			$post["num_produit"] = $_produit["detail"]->num_produit;
			$post["quantite"] = $_produit["quantite"];
			$post["prix_unitaire"] = $prix_unitaire;
			$commande_produit->gererDonnees( $post );
		}
	}
	
	// Mise à jour du tarif total
	if ( $commande->load( $_SESSION["site_num_commande"] ) ) $commande->setValue( 'prix', $total );
	
	$autorise_fancybox = true;
	$menu_panier = "active";
?>

<html>
	<head>
		<? 
		// Titre + CSS
		include_once("./include/header.php");
		?>
		
		<script type="text/javascript" language="javascript" src="js/js.js"></script>
		<script language=Javascript>
		<!--