td
{
   font-size: 14px;
   color: white;
   font-family: Arial, "Times New Roman", Verdana, serif;
}
p
{
   font-size: 14px;
   color: white;
   font-family: Arial, "Times New Roman", Verdana, serif;
}
.nom_repas
{
   font-size: 14px;
   color: white;
   font-family: Arial, "Times New Roman", Verdana, serif;
}
input[type='text'], input[type='password'], input[type='file'], textarea, select
{
	border: 1px solid #3c3c3c;
	color: #000000;
	background-color: #e4e4e4;
}
input[type='text']:hover, input[type='password']:hover, input[type='file']:hover, textarea:hover, select:hover
{
	background-color: white;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus
{
	background-color: #d1cfcf;
}
.titre_plat
{
   font-size: 13px;
   font-weight: bold;
   text-transform: uppercase;
   color: #644a21;
   font-family: Arial, "Times New Roman", Verdana, serif;
}
.desc_plat
{
   font-size: 12px;
   font-weight: bold;
   color: #000000;
   font-family: Arial, "Times New Roman", Verdana, serif;
}
.prix_plat
{
   font-size: 13px;
   font-weight: bold;
   color: #000000;
   font-family: Arial, "Times New Roman", Verdana, serif;
}
.nom_formule
{
   font-size: 16px;
   font-weight: bold;
   text-transform: uppercase;
   color: #000000;
   font-family: Arial, "Times New Roman", Verdana, serif;
}
.prix_formule
{
   font-size: 13px;
   font-weight: bold;
   color: #000000;
   font-family: Arial, "Times New Roman", Verdana, serif;
}