body
{ background-color: #d6e7ff;
  width: 850px;
 }
#corps
{
  width: 800px;
}
table /* Le tableau en lui-même */
{   
   width: 700px;
   margin: auto; /* Centre le tableau */
   border: 4px outset red; /* Bordure du tableau avec effet 3D (outset) */
  
}

th /* Les cellules d'en-tête */
{
   background-color: #006600;
   
   font-size: 0.9em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}
.element-table a:hover /* Quand on pointe sur un lien du menu */
{
 color: red;
 }
.table
{ 
color:#ffffdc;
}
object
{
 margin-left: 150px;
}
p
{
color:blue;
font-family: "times new Roman", Arial, Verdana, Georgia, serif;
font-size: 1.2em;
text-align: center;
}
h1
{
color: green;
font-family: "times new Roman", Arial, Verdana, Georgia, serif;
font-size: 2.3em;
text-align: center;
}
h6,h2
{
text-align: center;
}


script
{ margin-left: 85px;
}
