/*======VALEURS GENERALES DE LA PAGE===========*/


body {
background-image: url(/img/bois/bois.jpg);
  background-color : #FF9900; 
/* couleur de fond */

  font-family: verdana, arial, sans-serif; 
/* on definit la police de base dans la page */

  font-size: small; 
/* on definit la taille de police de base dans la page */

}


/* ============================================== */
/* ============================================== */
/* ============================================== */
hr{
width: 75%;
}

/* ============================================== */
/* ============================================== */
/*============   PROPRIETE DE TEXTE    ===========*/

p {
/* taille standard */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
line-height: 120%;
}
p.adressecontact {
/* taille standard */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
line-height: 180%;
}
p.horaire {
/* taille standard */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
line-height: 180%;
}
p.horaireouverture {
/* taille standard */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: orange;
line-height: 120%;
text-align:center;
}
p.faq {
/* taille standard */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
line-height: 120%;
}


p.caps{
/* taille standard */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
font-variant: small-caps;
color: #000000;
line-height: 100%;
}
 
h1 {
/* taille standard  +4 */
font-family: Georgia, "Times New Roman", Times, serif;
font-size: xx-large;
font-style: italic;
font-weight: normal;
font-variant: normal;
color: #000000;
line-height: 100%;
}
h1.titrepage {
/* taille standard  +4 */
font-family: Georgia, "Times New Roman", Times, serif;
font-size: x-large;
font-style: italic;
font-weight: bold;
font-variant: normal;
color: #002983;
line-height: 100%;
}


h2 {
/* taille standard +3 */
font-family: Georgia, "Times New Roman", Times, serif;
font-size: x-large;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000066;
line-height: 120%;
}
h2.societequi {
/* taille standard +3 */
font-family: Georgia, "Times New Roman", Times, serif;
font-size: large;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: red;
line-height: 100%;
}
h2.adressecontact {
/* taille standard  +4 */
font-family: Georgia, "Times New Roman", Times, serif;
font-size: x-large;
font-style: italic;
font-weight: bold;
font-variant: normal;
color: #002983;
line-height: 80%;
}

h3 {
/* taille standard +2 */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: large;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
line-height: 120%;
}
h3.contenufengauche {
/* taille standard +2 */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: orange;
line-height: 120%;
}
h3.societequoi {
/* taille standard +2 */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: large;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: orange;
line-height: 100%;
}

h4 {
/* taille standard  +1 */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: medium;
font-style: italic;
font-weight: normal;
font-variant: normal;
color: #000000;
line-height: 120%;
}
h4.adressecontact {
/* taille standard  +1 */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
line-height: 100%;
}

h5 {
/* taille standard  -1 */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: x-small;
font-style: italic;
font-weight: normal;
font-variant: normal;
color: #000000;
line-height: 120%;
}
h5.adressecontact {
/* taille standard  -1 */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 100%;
}
h6 {
/* taille standard  -2 */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: xx-small;
font-style: italic;
font-weight: normal;
font-variant: normal;
color: #000000;
line-height: 120%;
}


/* ==== special a la FAQ ====== */
h1.question {
/* taille standard   */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: #000000;
line-height: 180%;
}
h1.reponse {
/* taille standard   */
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: #4F4F4F;
line-height: 120%;
}

/* ============================================== */
/* ============================================== */
/* ============================================== */


