/* Feuille de style album photo trois colonnes */

  h4 { border-top: none;
    border-bottom: none;
    margin: 0pt;
    font-size: 40px;
    color: #FFC600;
    font-family: andy, arial, sans-serif;
    text-align: center;
    }

  h5 { border-top: none;
    border-bottom: none;
    margin: 0pt;
    font-size: 30px;
    color: #FFCE31;
    font-family: andy, arial, sans-serif;
    text-align: center;
    }

 h6 { border-top: none;
    border-bottom: none;
    margin: 0pt;
    font-size: 20px;
    color: #FFD382;
    font-family: andy, arial, sans-serif;
    text-align: center;
    }

/*les liens hypertexte... */

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

   a:visited {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#660000;
	background-color:transparent;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
   }

   a:hover {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#FB9204;
	background-color:transparent;
	text-decoration:underline;
	font-style: italic;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
   }

body {
	background-color: #75858A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	}



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

   .container {
	margin: 0pt;
	padding: 0pt;
	color: #ffffff;
	text-indent: 15px;
    }

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

  .gauche { border: none;
    position: absolute;
    left: 7px;
    width: 200px;
    }

/* 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: 225px;
    margin-right: 225px;
    padding: 2px;
    }

/* Si on veut une page à deux colonnes */

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

/* droite */

  .droite {
	border: none;
	position: absolute;
	right: 2px;
	width: 200px;
	margin-left: 700px;
    }


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

  .entete {
	border: none;
	width: 900px;
    }

  .enpied {
	border: none;
	width: 900px;
    }    


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

  .img_droite {  
    float: right;
    padding-left: 10pt;
    padding-rigth: 10pt;
   }

  .img_gauche {  
    float: left;
    padding-left: 10pt;
    padding-rigth: 10pt;
   }

/*pour insérer deux colones dans la boite centrale*/

  .inclusion {
	float: left;
	width: 45%;
	margin: 4px;
	padding: 3px;
  }

/*colonnes de 50% de l'écran*/

  .col_50g { 
    border: none;
    position: absolute;
    margin-left: none;  
    width: 45%;
    }

  .col_50d { 
    border: none;
    margin-left: 47%;
    width: 45%;
    }
table {
	text-align: center;
	color: #FFE0A8;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	color: #FFE0A8;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.citation {
	font-style: italic;
	color: #FFFFFF;
}
