public static String formatReservationToHtml(Reservation res,Piece p,
String title,String msgSupp){
Demande d = new Demande();
String prixHtml = "";
Common c = new Common();
Date dateConfirmation = c.getDateConfirmation(res.getDateReserv());
int taille = GU.TAILLE_FONT_HTML;
String couleurTitre = GU.COLOR_TITRE_HTML;
String couleurInfo = GU.COLOR_INFO_HTML;