body
{
   width: 785px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color: rgb(75,75,75);
}
/* L'en-tête */

#en_tete
{
   width: 780px;
   height: 165px;
   background-image: url("../images/nikban780x160b.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   border-color: black;
   border-style: double;
}
/* Le menu */

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

.element_menu
{
   background-color: rgb(80,80,80);
   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: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   text-decoration : underline;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}
.element_menu h4
{
   color : #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}
   
/* Le corps de la page */

#corps
{
   margin-left: 145px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #B3B3B3;
   background-color: rgb(80,80,80);
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

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

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
   text-decoration: underline;
}
#corps
{
text-indent:20px;
text-align:justify;
}
/* Cadre piour la Pub*/

#pub
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #B3B3B3;
   background-color: rgb(80,80,80);
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

/* 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: #B3B3B3;
   background-color: rgb(80,80,80);
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
/*Toutes pages confondus*/
.centre
{
text-align:center;
}
a
{
color: #B3B3B3;
text-decoration: underline;
}
#gc, #mp, #tk
{
float:right;
}
img
{
border: none;
}
.red
{
color:red;
font-variant:small-caps;
font-weight:bold;
}
.pasbouger
{
text-indent: 0px;
}