/*============================================*/
/*                                            */
/* Styles structurant la page                 */
/*                                            */
/*============================================*/

  body { 
    margin: 0pt;
    padding: 0pt;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    background-color: rgb(0, 0, 0);
    background-image: url(../images/Simon_Templar_fond.jpg);
    background-repeat: no-repeat;
    }

  #header { 
    border-color: rgb(0, 0, 0);
    height: 90px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    text-align: center;
    color: rgb(255, 255, 255);
    }

  #haut { 
    height: 25px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    }

  #conteneur { 
    position: absolute;
    width: 100%;
    color: rgb(255, 255, 255);
    }

  #centre {
    margin-left: 250px;
    margin-right: 50px;
    text-align: justify;
    }

 #gauche { 
    float: left;
    width: 100px;
    text-align: left;
    font-size: 0.9em;
    }

  #centreA {
    width: 80%;
    float: left;
    margin-left: 100px;
    text-align: justify;
    }

  #centreAG {
    float: left; 
    margin-top: 5px;
    padding-left: 50px;
    padding-bottom: 10px;
    text-align: left;
    }

  #centreAD {
    float: left;
    margin-top: 5px;
    margin-right: 50px;
    padding-bottom: 10px;
    text-align: left;
    }


/*============================================*/
/*                                            */
/* Styles des menus                           */
/*                                            */
/*============================================*/

  #menuhaut { margin: 0pt;
    padding: 0pt;
    list-style-type: none;
    color: rgb(200, 200, 200);
    font-size: 0.9em;
    }

  #menuhaut li { display: inline;
    color: rgb(150, 150, 150);
    }

  #menuhaut a { margin: 0pt 2px;
    color: rgb(150, 150, 150);
    text-decoration: none;
    }

  #menuhaut a:hover { text-decoration: underline;
    color: rgb(255, 255, 255);
    }

/*============================================*/
/*                                            */
/* Styles du bandeau supérieur                */
/*                                            */
/*============================================*/

  .h1_bandeau { margin: 0pt;
    color: rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 2.3em;
    text-decoration: none;
    text-align: center;
    margin-top: 15px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: normal;
    }

  .h2_bandeau { margin: 0pt;
    color: rgb(200, 200, 200);
    font-family: Arial,Helvetica,sans-serif;
    font-size: large;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    display: inline;
    }

  .h2_page { margin-left: 5pt;
    margin-bottom: 10pt;
    margin-top: 20pt;
    color: rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    font-style: normal;
    font-weight: normal;
    }

  .h3_bandeau { margin: 0pt;
    color: rgb(200, 200, 200);
    font-family: Arial,Helvetica,sans-serif;
    font-size: large;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    display: inline;
    }

  .h3_page { margin-left: 5pt;
    margin-bottom: 10pt;
    margin-top: 10pt;
    color: rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    text-decoration: none;
    text-align: left;
    text-transform: none;
    font-style: normal;
    font-weight: bold;
    }

  .h4_page { margin: 5pt;
    color: rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
    text-align: left;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    }


/*============================================*/
/*                                            */
/* Styles du contenu de la page               */
/*                                            */
/*============================================*/


/* Classes des listes dans une page */

  .listeplan1 { 
    margin-left: 5pt;
    margin-bottom: 5pt;
    margin-top: 5pt;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    list-style-type: circle;
    list-style-position: inside;
    }

  .listeplan2 { 
    margin-left: 10pt;
    margin-right: 5pt;
    margin-bottom: 5pt;
    margin-top: 5pt;

    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    text-align: justify;
    text-decoration: none;
    list-style-type: circle;
    list-style-position: inside;
    }

  .listeplan3 { 
    margin-left: 30pt;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-align: left;
    text-decoration: none;
    list-style-type: none;
    list-style-position: inside;
    }

/* Classes des liens dans une page */

#centre a { margin: 0pt 2px;
    color: rgb(150, 150, 150);
    text-decoration: none;
    }

#centre a:hover { text-decoration: underline;
    color: rgb(255, 255, 255);
    }

#centreA a { margin: 0pt 2px;
    color: rgb(150, 150, 150);
    text-decoration: none;
    }

#centreA a:hover { text-decoration: underline;
    color: rgb(255, 255, 255);
    }


/* Classes des paragraphes des pages */

  #reference { margin: 0pt;
    padding: 0pt;
    list-style-type: none;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    }

  #reference li { display: inline;
    font-size: 0.9em;
    }

  p { margin: 5pt 5pt 10px;
    }

  .p_center { 
    text-align: center;
    font-weight: normal;
    }


  .p_remarque { 
    font-style: italic;
    text-decoration: underline;
    }

  .annonce { 
    font-size: 1.5em;
    font-weight: normal;
    font-style: bold;
    text-transform: none;
    text-align: justify;
    }

  .signature { 
    font-size: 1.0em;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    text-align: right;
    }


  .exemple_corps {
    font-style: italic;
    font-size: 0.9em;
    text-align: justify;
    }

  .definition_corps {
    font-style: italic;
    font-size: 0.9em;
    text-align: justify;
    }
  
  .encadrement {
    border: 1px outset ;
    border-color: rgb(0,0,0);
    margin: 5pt;
    padding: 2pt;
    text-align: center;
    align: center;
    }

  q {
    text-align: left;
    font-style: italic;
    text-align: justify;
    }

  cite {display: block;
    text-decoration: underline;    
    text-align: justify;
    }

/* Classes des tableaux des pages */
   .tableau {
    align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.0em;
    border: 1px outset ;
    border-color: rgb(0,0,0);
    background-color: rgb(230,230,230);
   }
   
   .titre_tableau {
    color: rgb(255,255,255);
    text-align: center;
    font-style: italic;
   }

   .colonne_entete {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-style: normal;
    background-color: rgb(200,200,200);
   }
   
   .ligne_entete {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-style: normal;
    background-color: rgb(200,200,200);
   }

   .cellule {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-style: normal;
    background-color: rgb(255,255,255);
   }

/* Classes des tableaux des formulaires des pages */

   .form_legend {
    color: rgb(255,255,255);
    text-align: left;
    font-weight: bold;
   }

   .form_tableau {
    align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.0em;
    border: 1px outset ;
    border-color: rgb(255,255,255);
    background-color: rgb(230,230,230);
   }
   
   .form_titre_tableau {
    color: rgb(255,255,255);
    text-align: center;
   }

   .form_colonne_entete {
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    background-color: rgb(200,200,200);
   }
   
   .form_ligne_entete {
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    background-color: rgb(200,200,200);
   }

   .form_cellule {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-style: normal;
    background-color: rgb(255,255,255);
   }

/* Classes des formulaires */
   .form_fieldset { 
    border: 0 px;
   }


