/************************************************/
/* Feuille de style pour la page index          */
/* de BH Environnement                          */
/************************************************/

/* Élements basiques de la page */
body {
	background-color:#F6FFF8;
	color:#009900;		/* couleur de la police */
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight:normal;
	font-size: 12px;
	margin:auto;
	padding:0;
	}
/* Les zones de la page */
/* Bloc haut - contient logo et en-tête */
#haut	{
	position:relative;
	margin:0;
	padding:.5em;
	}
/* logo - la fleur à gauche - le reste de l'en-tête s'aligne à droite et dessous */
#logo {
	float:left;
	margin:0;
	padding:.5em;
}
/* Pied de page ; date auteur.... */
#pied	{
	clear:both;
	position:relative;
	color:#005500;
	margin:0;
	padding:0 .5em;
	width:100%;
}
/* emplacement des logos W3C */
#W3	{
	float:left;
	font-size:80%;
	width:18em;
}
/* Mentions légales */
#mentions {
	font-size:80%;
	margin:auto;
	padding:0;
	text-align:center;
	width:50em;
}
/* Balises courantes */
/* Liens */
a {		/* lien seul */
	color: #F6FFF8;
	text-decoration: none;
	background-color:#739899;
}
/* lien visité */
a:visited {
	color: #F6FFF8;
	text-decoration:none;
}
/* lien survolé (non visité) */
a:hover {
	color: #F6FFF8;
	background-color: #ff8533; 
	text-decoration:none;
}
/* lien visité survolé */
a:visited:hover	{
	color: #F6FFF8;
	text-decoration:none;
}
/*******************************************/
/* Hiérarchisation : titres, sous-titres */
h1 { 
  font-family: "Bauhaus 93", "Arial black", Helvetica, sans-serif;
  text-align:left;
  margin: 0.5em 0;
/*  padding: 0.5ex 2em 0.5ex 2em; */
} 
h2 { 
  font-family: "Times New Roman", Times, serif;
  font-size: 240%;
  font-weight: bold;
  text-align:center;
  margin: 0;
  padding: 1.2em;
} 
h3 { 
  font-family: "Times New Roman", Times, serif;
  font-size: 200%;
  font-weight: bold;
  text-align:center;
  margin: 0;
  padding: 0.9em;
}