body
{
 background-color: #ffffdc;
  width: 1000px;
}
#en-tete
{  width: 900px;
    margin: auto; /* Pour centrer notre page */
	background-color: #ffffdc;
	font-family: "Time New Roman", Arial, Verdana,Tahoma, Georgia, serif;
	font-size: 1.2em;
	 text-align: justify;
    padding: 60px;
 }
table /* Le tableau en lui-même */
{   
   width: 900px;
   margin: auto; /* Centre le tableau */
   border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
  text-align: center;
}

th /* Les cellules d'en-tête */
{
   background-color: #006600;
   
   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: 230px;
  margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color:  #ffffdc; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   font-size: 1em;
 
   font-family:  Georgia,Arial, Verdana, Georgia, serif;
   text-align: justify;
   padding: 10px;
}
p
{
color: green;
}
#corps
{
   float: right;
   width: 750px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color: #ffffdc; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   font-size: 1em;
   font-family: "Time New Roman", Arial, Verdana,Tahoma, Georgia, serif;
   text-align: justify;
   padding: 10px;
   
}
#pied-de-page
{  
    float: right;
 width: 750px;
    margin: auto; /* Pour centrer notre page */
	background-color: #ffffdc;
	font-family: "Time New Roman", Arial, Verdana,Tahoma, Georgia, serif;
	font-size: 1.2em;
	 text-align: justify;
    padding: 60px;
 }

h1
{ 
 color: #800080;
 font-size: 1.5em;
 font-family: "Time New Roman", Arial, Verdana, Georgia, serif;
 text-indent: 100px;
 }

h3
{
 color: green;
 font-size: 1.2em;
 font-family: Verdana,"Time New Roman", Arial, Georgia, serif;
 text-indent: 30px;
}
h2
{ color: #d4775d;
 font-size: 1.1em;
 text-indent: 100px;
 
 }

.joindre
{
  font-size: 1em;
  text-indent: 50px;
}

.suite
{
  font-size: 2em;
  text-indent: 500px;
}
.accueil
{
 font-size: 1.4em;
  text-indent: 30px;
}

strong
{ 
 font-size: 1.3em;
 color: blue;
}
 span
{
 color: red;
 font-family:"Cracked Johnnie", Georgia, Arial,  serif;
 font-size: 1.1em;
 }
.duo
{ float: left;
margin: 5px;
}

 