/* Feuille de style trois colonnes */

 h1 {
	font-size: 30px;
	color: #FFF1D9;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	word-spacing: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Lucida Handwriting", Arial, sans-serif;
    }

 h2 { border-top: none;
    border-bottom: none;
    margin: 0pt;
    font-size: 18px;
    color: #BD2F23;
    font-family: "Lucida Handwriting", Arial, sans-serif;
    background-color: transparent;
    text-align: left;
    }

 h3 { border-top: none;
    border-bottom: none;
    margin: 0pt;
    font-size: 15px;
    color: #BD2F23;
    font-family: "Lucida Handwriting", Arial, sans-serif;
    background-color: transparent;
    text-align: left;
    }

  h4 { border-top: none;
    border-bottom: none;
    margin: 0pt;
    font-size: 12px;
    color: #DE4D30;
    font-family: "Lucida Handwriting", Arial, sans-serif;
    background-color: transparent;
    text-align: center;
    }

  h5 { border-top: none;
    border-bottom: none;
    margin: 0pt;
    font-size: 15px;
    color: #BD2F23;
    font-family: "Lucida Handwriting", Arial, sans-serif;
    background-color: transparent;
    text-align: center;
    }

 h6 { border-top: none;
    border-bottom: none;
    margin: 0pt;
    font-size: 15px;
    color: #BD2F23;
    font-family: "Lucida Handwriting", Arial, sans-serif;
    background-color: transparent;
    text-align: left;
    }

/*les liens hypertexte... */

   a:link {
   font-family:arial, sans-serif;
   font-size:12px;
   color:#AB4214;
   background-color:transparent;
   text-decoration:none;
   }

   a:visited {
   font-family:arial, sans-serif;
   font-size:12px;
   color:#AB4214;
   background-color:transparent;
   text-decoration:none;
   }

   a:hover {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#E6964F;
	background-color:transparent;
	text-decoration:underline;
	font-style: normal;
   }

/* En-tête et en-pied */

  .entete {
	border: none;
	;
	margin: 2px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../images/fond/paroles.jpg);
	background-repeat: no-repeat;
    }

  .enpied { border: none ;
; background-color: #FFFFFF
    }    

/* les boites : container est celle qui contient toutes les autres */  

   .container { margin: 0pt;
    padding: 2pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
    }

/* gauche est la colonne de gauche, en général avec le menu */

  .gauche {
	border: none;
	position: absolute;
	left: 5px;
	padding-left: 10px;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 10px;
	visibility: visible;
	}

/* centre est celle...je laisse deviner... Il faut qu'elle soit la plus longue pour pousser l'en-pied vers le bas */

  .centre { border: none ;
    margin-left: 25%;
    margin-right: 25%;
    padding: 2px;
    }

/* droite */

  .droite {
	border: none;
	position: absolute;
	right: 2px;
	width: 23%;
	padding: 3px;
	visibility: visible;
    }

.centre_droite {
	border: none;
	margin-left: 225px;
	padding: 2px;
    }



/*autre astuce : pour mettre une image à doite ou à gouche dans le texte, et qu'elle soit entouré de texte...*/

.img_droite {  
  float: right;
  margin-top: 5px; 
  margin-right: 0px; 
  margin-bottom: 5px; 
  margin-left: 10px
  }

.img_gauche {  
  float: left;
  margin-top: 5px; 
  margin-right: 10px;  
  margin-bottom: 5px; 
  margin-left: 0px
  }

/*pour insérer deux colones dans la boite centrale, ou 4 dans la page entière
attention, c'est la dernière colonne de droite qui pousse l'enpied vers le bas...*/

.incl_30pc {
	float: left;
	width: 28%;
	margin: 4px;
	padding: 3px;
  }


.fond02 {  
	background-color: #FFFFCC; 
	border-color: #99CCFF;
	border-top-width: thin;
	border-left-width: thin
	}

.fond01 { border-color: #556688 black black #556688; 
	border-style: solid; 
	border-top-width: thin; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: thin; 
	padding-top: 5px; 
	padding-left: 5px; 
	margin-top: 5px
	}

.text01 {
	color: #570E15;
	font-size: medium;
	}
#citation01 {
	font-style: italic;
	color: #BD2F23;
}
#sous_titre {
	color: #FFF1D9;
}


body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
}
.titre_tem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #2F6B9D;
}
li {
	background-image: none;
	background-repeat: no-repeat;
	list-style-image: url(../images/fond/liste_parauj.gif);
}
.notes {
	font-size: 9px;
	color: #666666;
}
