body
{
/*background-color: black; */
text-align: center;
}
img {border: none;}

.clignote {text-decoration: blink;}
.gras {font-weight: bold;}
.italique {font-style: italic;}
.souligne { text-decoration: underline;}
.barre { text-decoration: line-through;}
.centre { text-align: center; }
table
{
margin: 15px;
margin-left: 25px;
   border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */

}
td
{
vertical-align : middle;
padding: 45px;
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   height: 80px;
   text-align: center;
   padding-bottom: 20px;
}
a
{ color: black; }

h1
{
/*background-image: url("../images/construction/h1cecile.bmp");  */
}

.liste_image
                        {width: 213px;
                        height: 160px;
                        float: left;
                        text-align: center;
                        font-size: 12px;
						}
						
#corps
{
 
   
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px;
  
   color: #000000;
   background-color: #ffffff; /* Une couleur de fond pour le corps */
 text-align: center;
   border: 2px solid black;  /*Une bordure pour bien marquer les limites du corps et pour faire joli */
 width: 1000px;
 /*text-align: center;*/
 }
