.case_menu1
{
	border: 2px groove rgb(102, 51, 102);
	margin: 6px 4px;
    padding: 4px;
    position: relative;
    background-color: rgb(159, 135, 189);
}
.case_menu1:hover
{
	background-color: rgb(93, 114, 145);
}
.case_menu2
{
	border: 2px groove rgb(102, 51, 102);
    margin: 6px 4px;
    padding: 4px;
    position: relative;
    background-color: rgb(159, 135, 189);
}
a.main
{
	border-style: none;
    font-family: Georgia;
    text-decoration: none;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 16px;
}
a.main:hover
{
	text-decoration: underline;
    color: rgb(255, 255, 102);
}
a.panier
{
	border-style: none;
    font-family: Georgia;
    text-decoration: none;
    text-align: left;
    color: rgb(0, 0, 0);
    font-size: 16px;
}
a.panier:hover
{
	text-decoration: underline;
    color: rgb(93, 114, 145);
}
a.second
{
	border-style: none;
    font-family: Georgia;
    font-size: 16px;
    background-color: transparent;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-decoration: none;
}
a.second:hover
{
	text-decoration: underline;
    color: rgb(107, 93, 6);
    font-weight: bold;
}
.deroule
{
	border: 1px solid rgb(0, 0, 0);
    padding: 3px;
    font-family: Georgia;
    font-weight: bold;
    color: rgb(107, 93, 6);
    font-size: 20px;
    background-color: rgb(188, 160, 224);
	text-align: center;
}

