/*
Design de mon site index
*/

body
{
   width: 600px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("");
   background-repeat: no-repeat;
 
}
/* Titre */
#titre
{
   width: 600px;
   background-image: url("");
   background-repeat: no-repeat;
   margin-bottom: 20px;
   color: red;
   text-align: center;
   font-family: arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 25px;
 
   
}
/* Le menu */

.element_menu
{
   background-color: #aaddff;
   background-image: url("");
   background-repeat: repeat-x;
   text-align: center;
   border: 2px solid black;
   background-repeat: no-repeat;
   margin-bottom: 20px;
}
#pied_de_page
{
   padding: 5px;
   background-repeat: no-repeat;
   text-align: center;
   color: black;
   background-color: #aaddff;
   background-image: url("");
   background-repeat: repeat-x;
   border: 2px solid black;
}