#bloc_page
{margin: 50px;}

body
{font-family: Georgia, "Comic Sans MS", "Trebuchet MS", "Times New Roman";
background-repeat: no-repeat;
background-position: center;
font-size: 1em;}

header
{border-bottom: 5px teal ridge;
margin-bottom: 25px;}

#logo
{text-align: center;}

#prix
{font-size: 1.5em;
text-decoration: none;}

nav ul
{display: flex;
flex-direction: row;
justify-content: center;}

nav li
{list-style-type: none;
background-color: rgba(128, 255, 128, 0.5);
padding: 10px;
margin: 5px;
border-radius: 10px}

a
{text-decoration: none;
font-style: italic;
color: black;}

nav li:hover
{background-color: rgba(0, 148, 46, 0.5);
transition: 0.5s;}

#contenu
{display: flex;
flex-direction: row;}

aside
{background-image: url("images/marche.jpg");
border-radius: 6px;
height: 1200px;
width: 10%;
margin-top: 25px;
margin-bottom: 25px;}

section
{display: flex;
flex-direction: column;
align-items: center;
background-position: center;
text-align: center;
width: 90%;}

#titre, #stock
{font-size: 1.5em;
font-weight: bold;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 20px;
padding-bottom: 20px;}

table
{border-collapse: collapse;
width: 70%;}

td, th
{border: 2px groove black;}

#printemps
{background-color: green;}

#ete
{background-color: red;}

#automne
{background-color: orange;}

#hiver
{background-color: blue;}

.rg1
{background-color: rgba(128, 255, 128, 0.5);}

.rg2
{background-color: rgba(255, 70, 70, 0.5);}

.rg3
{background-color: rgba(255, 255, 108, 0.5);}

.rg4
{background-color: rgba(83, 169, 255, 0.5);}

#footer
{display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
border-top: 5px teal ridge;
border-bottom: 5px teal ridge;}

.logo
{width: 40px;
height: 40px;}

.text
{margin: 5px;
padding-right: 50px;}

#copyright
{text-align: center;}