/*************************************************************************************************************************
Feuille de style qui contient les propriétés de style des pages htm du site. Cette feuille de style ne gere pas les pages 
de menu en php mais seulement les pages qui sont insérées au milieu. 				
Cette page est inactive tant que le site fonctionne sur le principe des pages menu en php
qui incluent au milieu des pages html.
**************************************************************************************************************************/


  .titre1 { font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
    }

  .texte { font-family: Geneva,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: bold;
    color: rgb(0, 0, 0);
    font-size: 12px;
    }

  .titre2 { font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: rgb(51, 51, 255);
    font-family: Arial,Helvetica,sans-serif;
    }

  .titre { font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: rgb(0, 0, 0);
    }

  .texte2 { font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: rgb(0, 0, 0);
    }

  .texte3 { font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: rgb(51, 153, 255);
    }

  .titre3 { font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    color: rgb(153, 255, 255);
    }

  .texteitalique { font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    color: rgb(0, 0, 153);
    }

  .titreitalique { font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic;
    color: rgb(0, 0, 153);
    }

  h1 { font-family: Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-style: normal;
    text-align: center;
    }

  body { background-color: rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
    }

  .conteneur { margin-left: 50px;
    margin-right: 50px;
    height: auto;
    background-color: rgb(255, 255, 255);
    }

  a { color: rgb(51, 51, 255);
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    }

  div { margin-left: 30px;
    margin-right: 30px;
    }

