/*

*/

body
{
   width: 919px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   background-color: #e5eff7;
}

/* L'en-tête */

#en_tete
{
   width: 919px;
   height: 155px;
   margin-bottom: 0px;
   border: 0px solid #e5eff7;
   background-image: url("header.jpg");
   background-repeat: no-repeat;

}


/* Le menu_haut */

#menu_haut
{
   font-weight: bold;
   float: left;
   width: 919px;
   height: 25px;
   border: 0px solid #e5eff7;
   background-image: url("stitre_forum.png");
   background-repeat: repeat-x;
}

table
{
   border-collapse: collapse;
}
td
{
   border: 0px solid black;
   text-align: center;
}

a:link {color: black; text-decoration:underline; font-weight:bold;}
a:visited {color: black; text-decoration:underline; font-weight:bold;}
a:hover {color: gray; text-decoration:none; font-weight:bold;}


/* Le menu */

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

.element_menu
{

   background-image: url("menu1.png");
   background-repeat: repeat-x;
   
   border: 0px solid #e5eff7;
   
   margin-bottom: 0px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   margin-top: 0px;
   color: #e5eff7;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{

   list-style-type: none;
   padding: 0px;
   padding-left: 0px;
   margin: 0px;
   margin-bottom: 0px;
}

.element_menu a
{
   color: #e5eff7;

}

.element_menu a:hover
{
   background-image: url("bouton.png");
   background-color: #e5eff7;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 0px;
   margin-bottom: 0px;
   padding: 0px;
   
   color: #000000;
   background-image: url("menu1.png");
   background-repeat: repeat-x;
/*   background-color: #E1E6EA;*/
   background-color: #e5eff7;
   border: 0px solid #B3B3B3;
}

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

#corps h2
{
   height: 20px;

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


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

#pied_de_page
{
   padding: 20px;
   font-size: 8px;
   text-align: center;
   /*background-color: #E1E6EA;*/
   background-color: #e5eff7;
   color: #000000;
  
   border: 0px solid #B3B3B3;
}

