
body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/font.gif");
   background-attachment: fixed;
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 139px;
   background-image: url("images/logo_weed.gif");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
   background-color: #CCCCFF;
   background-image: url("images/line.jpg");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Effets sur les menus */


.element_menu h3
{    
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/bull.gif");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #000000;
}

.element_menu a:hover
{
   background-color: #CCCCCC;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
    text-align: center;
   color: #000000;
   background-color: #CCCCFF;
   background-image: url("images/line.jpg");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   color: #000000;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/cannatitle.gif");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #000000;
   text-align: left;
}

#corps a
{
   color: #000000;
}

#corps a:hover
{
   background-color: #CCCCCC;
   color: black;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   margin-left: 140px;
   padding: 5px;

   text-align: center;

   color: #000000;
   background-color:  #CCCCFF;
   background-image: url("images/line.jpg");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#pied_de_page a
{
   color: #000000;
}

#pied_de_page a:hover
{
   background-color: #CCCCCC;
   color: black;
}