body
{
background-color: #ffffdc;
width:1050px;
}
#en-tete 
{
width: 1000px;
height: 250px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 100px;
padding-bottom: 50px;
padding: 10px;
background-color: #009b02;
}
table /* Le tableau en lui-même */
{   
   width: 800px;
   margin: auto; /* Centre le tableau */
   border: 2px outset green; /* Bordure du tableau avec effet 3D (outset) */
  
}

th /* Les cellules d'en-tête */
{
   background-color: #ffffdc;
  font-size: 0.5em;
   font-family: Tahoma,Arial, "Arial Black", Times, "Times New Roman", serif;
}
.element-table a:hover /* Quand on pointe sur un lien du menu */
{
 color: red;
 }

.table
{ 
color: #f8a90f;
}
h2
{
 color: purple;
 text-indent: 30px;
 }
 h1
 {
 color: #f8a90f;
font-family: Verdana, Georgia, Arial, serif;
font-size: 2.2em;
text-indent: 50px;
}
h4
{  color: yellow;
font-family: Arial, Verdana, Georgia, serif;
text-indent: 30px;
font-size: 1.3em;
} 
ul
{ 
  text-indent: 150px;
  font-size: 1.5em;
  color: #e05172;
}
li
{
 padding: 15px;
 }
p
{
 color: green;
font-family: Tahoma, Verdana, Georgia, Arial, serif;
font-size: 1.2em;
text-indent: 20px;
}
 table /* Le tableau en lui-même */
{   
   width: 880px;
   margin: auto; /* Centre le tableau */
   border: 2px outset green; /* Bordure du tableau avec effet 3D (outset) */
  
}

th /* Les cellules d'en-tête */
{
   background-color: #d6e7ff;
   
   font-size: 1.1em;
   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;
}
#menu
{
 float: left;
width: 180px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
margin-left:5px;
padding: 10px;
background-color: #e05172;
 border: 1px solid green;
   border: 2px solid black;

} 
#corps
{float: right;
width: 800px;
margin: auto;
margin-top: 20px;
margin-left: 2px;
margin-right: 2px;
padding-top: 100px;
padding-bottom: 50px;
padding: 10px;
   border: 2px solid black;
}


span {
color: red;
font-family : "Cracked Johnnie", "Time New Roman", Arial, Verdana, Georgia, serif;
}
.accueil
{
 font-size: 1.7em;
text-indent: 350px;
}
.maison

{
 float: left;
 padding: 5px;
 }
.chiffre
 { 
 font-size: 0.7em;
 }
 .suite
{
  font-size: 2em;
  text-indent: 500px;
}
.log
{
 float:right;
 margin-right:10px;
 }
a
{
 color: blue;
 }
 




