body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/fond.png");
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("images/logo_gestion2.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
   background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   border: 2px solid black;
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #FFEECC;
   font-family: Arial, Arial Black, Times New Roman, Times, serif;
   text-align: center;
}
.element h1
{    
   color: #FFEECC;
   font-family: Arial, Arial Black, Times New Roman, Times, serif;
   text-align: center;
}
.element_menu ul
{
   list-style-image: url("images/puce.gif");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #B2B2B2;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin:auto;
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   color: #FFEECC;
   background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   color: #FFEECC;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #FFEECC;
   text-align: left;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #FFEECC;
   background-color: #626262;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

.fond { 
    width:1220px;
    height:700px;
    background:url(images/plan.jpg) no-repeat left top;
}
p {
   text-align: center;
   }
a img {
   border:0;
   }
td {
   width:33%;
   text-align:center;
   }
table {
    width:100%;
    border:1px;
    border-color:#990033;
    }
.td1{
    background:#FF0000;
    }
p {
    text-align:center;
    }
h1 {
    text-align:center;
    }