.menu {
	text-decoration: none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;



}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF3300;
	font-weight: bold;
	display: inline;
}
.nom {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
.menuCadre {
	border: 1px solid #FF9900;
	background-color: #FDF0D5;
}
.cadreH1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}
#panier {
	margin-left: 15px;
}
a:link {
	color: #990000;
}
a:hover {
	color: #FF0000;
}
