body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color:#000000;
   
  
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 150px;
   background-image: url("images/banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

/* Le menu */

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
   background-color: #6C6C6C;
   background-repeat: repeat-x;
   border: 2px solid silver;
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color:#FFFFFF;
   font-family:  Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   background-image: url("../images/sed.gif");
}

.element_menu ul
{
   list-style-image:url("../images/balle.gif");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #B3B3B3;
}
.element_menu a
{
   text-decoration:none;
}
.element_menu a:hover
{
   text-decoration: underline;
   color: black;
}

.poi
{
    float: right;
}
/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   color:white;
   background-color: #525252;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   font-family:"comic sans ms", impact, "arial black", verdana, serif;
   border: 2px solid silver;
}

#corps h3 /* Tous les titres h2 du corps */
{
   height: 30px;
   background-image: url("../images/MATRIX.gif"); /* Une petite image de fond sur les titres h2 */
   color: #FFFFFF; 
   text-align: center;
}


#pied_de_page
{
text-align:center;
color:white;
font-size:14px;
font-family:"comic sans ms", impact, "arial black", verdana, serif;
}
.sir
{
   margin:0px;
   margin-left:50px;
}
.rtf
{
   color: #327193;
   text-decoration:none;
}

.rtf:hover
{
   color:#DEA701;
}

.lft
{
   float: left;
   margin:0px;
   margin-left:250px;

}
.rgt
{
   float:right;
   margin:0px;
   margin-right:250px;
}
a img
{
   border:none;
}
p
{
   text-indent:30px;
}
#portrer
{
   float: right;
   margin:0px;
   margin-right:10px;
}