#catalogue th, td {
border-style: outset;
background-color : #E8E8E8;
text-align: left;
padding: 5px;
border-radius: 5px;
transition: transform 0.2s;
}

#catalogue th:hover, td:hover
{
transform: scale(1.50);
transform-origin: centre;
background-color: beige;
box-shadow: 5px 5px 5px black;
}

}
p
{
font-family: "times new 
roman", serif;
font-size: 14px;
text-align: left;
padding: 10px;
color: black;
text-shadow: 1px 1px 10px #000000;
}
/*ci dessous le fond*/
body
{
width: 800px;
margin-top: 20px;
margin-bottom: 20px;
margin: auto;
background-color: #AA00FF;
background-image: url("wallpaper.png");
background-size: 100%;
font-size: 14px;
color: black;
}
.header
{
margin-top: 20px;
text-align: center;
width: 800px;
z-index: -1;
}
.menu
{
position: fixed;
color: #00FFE1;
float: left;
width: 100px;
font-size: 16px;
color: black;
text-decoration : strong;
text-align: left;
display: grid;
row-gap: 15px;
}
.corps
{
float: right;
width: 650px;
text-align: center;
}

#box
{
scroll-margin-top: 180px;
overflow: auto;
text-align: left;
 border: 5px solid black;
border-style : ridge;
border-color: #00FFE1;
 border-radius: 5px;
background-color: beige;
padding : 20px;
border-spacing : 5px;
box-shadow: 10px 10px 5px black;
}

#about
{
text-align: left;
scroll-margin-top: 180px;
width: 300px;
position : center;
 border: 5px solid black;
border-style : ridge;
border-color: #00FFE1;
 border-radius: 5px;
background-color: beige;
padding : 20px;
border-spacing : 5px;
box-shadow: 10px 10px 5px black;
}

#releases
{
text-align: left;
scroll-margin-top: 180px;
 border: 5px solid black;
border-style : ridge;
border-color: #00FFE1;
 border-radius: 5px;
background-color: beige;
padding : 20px;
border-spacing : 5px;
box-shadow: 10px 10px 5px black;
}

#distro
{
text-align: left;
scroll-margin-top: 180px;
 border: 5px solid black;
border-style : ridge;
border-color: #00FFE1;
 border-radius: 5px;
background-color: beige;
padding : 20px;
border-spacing : 5px;
box-shadow: 10px 10px 5px black;
}

#indianredhead
{
text-align: left;
scroll-margin-top: 180px;
 border: 5px solid black;
border-style : ridge;
border-color: #00FFE1;
 border-radius: 5px;
background-color: beige;
padding : 20px;
border-spacing : 5px;
box-shadow: 10px 10px 5px black;
}


#contact
{
float: right;
text-align: left;
scroll-margin-top: 180px;
width: 250px;
 border: 5px solid black;
border-style : ridge;
border-color: #00FFE1;
 border-radius: 5px;
background-color: beige;
padding : 20px;
border-spacing : 5px;
box-shadow: 10px 10px 5px black;
position-anchor: top:
}

a /* Liens par d faut (non survol s) */
{
   text-decoration: none;
   color: black;
 }  
   
a img
{
border: none;
}
.cool
{
font-size: 14px;
line-height: 20px;
  width: 100%;
  padding: 5px;
margin: 2px;
  border-color: black;
   border-radius: 4px;
 box-shadow:
    inset 2px 2px white;
    inset -2px -2px black;
}
.cool:hover
{
background-color: beige;  
}
.cool:active
{box-shadow:
    inset -2px -2px white;
    inset 2px 2px black;}
.links
{
font-size: 14px;
line-height: 20px;
  width : auto;
  padding : 5px;
  border-color: black;
   border-radius: 4px;
 box-shadow:
    inset 2px 2px white;
    inset -2px -2px black;
}
.links:hover
{
background-color: beige;  
}
.links:active
{box-shadow:
    inset -2px -2px white;
    inset 2px 2px black;}
.shop
{
text-align: left;
font-size: 70%;
width: 31%;
height: 20px;
  border-color: black;
   border-radius: 4px;
 box-shadow:
    inset 2px 2px white;
    inset -2px -2px black;
}
.shop:hover
{
background-color: beige;  
}
.shop:active
{box-shadow:
    inset -2px -2px white;
    inset 2px 2px black;}
.play
{
text-align: left;
font-size: 70%;
width: 31%;
height: 20px;
  border-color: black;
   border-radius: 4px;
 box-shadow:
    inset 2px 2px white;
    inset -2px -2px black;
}
.play:hover
{
background-color: beige;  
}
.play:active
{box-shadow:
    inset -2px -2px white;
    inset 2px 2px black;}

.overtext {
  display: none;
  border: 1px solid #000;
  height: 30px;
  width: 290px;
  margin-left: 10px;
}

a:hover+.overtext {
  display: block;
}