.contenu .colonne_gauche, .contenu .colonne_droite, .bouton,img
{
    display:none; /* Décommenter si on veut cacher la zone gauche du corps */
}

textarea {display:none;}

.titre1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	
}

.titre2
{
    width :100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}

.contenuTitre2
{
    padding:1% 0% 1% 5%;
    margin-bottom:1%;
	border-style:none;
}

/*La facture (liste des places dans la page facture)*/
.grilleFacture 
{
    border-collapse:collapse;
}
  